Configure LGTM (#2723)

Exclude the plugins folder since it slows down the scan a lot
This commit is contained in:
XhmikosR 2020-05-31 15:31:55 +03:00 committed by GitHub
parent 13ed4d6aca
commit 7cc5f9b409
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
.lgtm.yml Normal file
View file

@ -0,0 +1,14 @@
# https://lgtm.com/help/lgtm/customizing-file-classification
path_classifiers:
plugins:
- plugins/
extraction:
javascript:
# The `index` step extracts information from the files in the codebase.
index:
# Specify a list of files and folders to exclude from extraction.
filters:
- exclude: plugins/
exclude:
- plugins/