We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e3be55 commit 3a8c077Copy full SHA for 3a8c077
extractors/cds/tools/index-files.sh
@@ -81,7 +81,7 @@ else
81
# If it is set, we will try to honour the paths-ignore filter
82
# Split by \n and find all the entries that start with exclude, excluding "exclude:**/*" and "exclude:**/*.*"
83
# and then join them back together with \n
84
- exclude_filters="\n$(grep '^exclude' "$LGTM_INDEX_FILTERS" | grep -v 'exclude:**/\*\|exclude:**/\*\.\*')"
+ exclude_filters="\n$(echo "$LGTM_INDEX_FILTERS" | grep '^exclude' | grep -v 'exclude:**/\*\|exclude:**/\*\.\*')"
85
fi
86
87
# Enable extraction of the cds.json files only
0 commit comments