File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7878if [ -z " ${LGTM_INDEX_FILTERS:- } " ]; then
7979 exclude_filters=" "
8080else
81- echo " Found \$ LGTM_INDEX_FILTERS already set to:\n$LGTM_INDEX_FILTERS "
81+ echo $' Found \$LGTM_INDEX_FILTERS already set to:\n ' " $LGTM_INDEX_FILTERS "
8282 # If it is set, we will try to honour the paths-ignore filter
8383 # Split by \n and find all the entries that start with exclude, excluding "exclude:**/*" and "exclude:**/*.*"
8484 # and then join them back together with \n
85- exclude_filters=" \n $( echo " $LGTM_INDEX_FILTERS " | grep ' ^exclude' | grep -v ' exclude:\*\*/\*\|exclude:\*\*/\*\.\*' ) "
85+ exclude_filters=$' \n ' " $( echo " $LGTM_INDEX_FILTERS " | grep ' ^exclude' | grep -v ' exclude:\*\*/\*\|exclude:\*\*/\*\.\*' ) "
8686fi
8787
8888# Enable extraction of the cds.json files only
You can’t perform that action at this time.
0 commit comments