|
@@ -5,10 +5,11 @@ path_classifiers:
|
|
|
|
|
|
extraction:
|
|
extraction:
|
|
javascript:
|
|
javascript:
|
|
|
|
+ # https://lgtm.com/help/lgtm/javascript-extraction#customizing-index
|
|
# The `index` step extracts information from the files in the codebase.
|
|
# The `index` step extracts information from the files in the codebase.
|
|
index:
|
|
index:
|
|
# Specify a list of files and folders to exclude from extraction.
|
|
# Specify a list of files and folders to exclude from extraction.
|
|
- filters:
|
|
|
|
- - exclude: plugins/
|
|
|
|
exclude:
|
|
exclude:
|
|
|
|
+ - bower_components/
|
|
|
|
+ - docs/assets/js/plugins/
|
|
- plugins/
|
|
- plugins/
|