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 1ef0be1 commit ed24668Copy full SHA for ed24668
extractors/cds/tools/index-files.sh
@@ -69,7 +69,7 @@ if [ -z "${CODEQL_EXTRACTOR_JAVASCRIPT_ROOT:-}" ]; then
69
fi
70
71
# Enable extraction of the cds.json files only
72
-export LGTM_INDEX_FILTERS=$'exclude:**/*.*\ninclude:**/*cds.json'
+export LGTM_INDEX_FILTERS=$'exclude:**/*.*\ninclude:**/*.cds.json\ninclude:**/*.cds\nexclude:**/node_modules/**/*.*'
73
export LGTM_INDEX_TYPESCRIPT="NONE"
74
# Configure to copy over the CDS files as well, by pretending they are JSON
75
export LGTM_INDEX_FILETYPES=".cds:JSON"
0 commit comments