Browse Source

Configure LGTM (#2723)

Exclude the plugins folder since it slows down the scan a lot
pull/2745/head
XhmikosR 5 years ago committed by GitHub
parent
commit
7cc5f9b409
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      .lgtm.yml

14
.lgtm.yml

@ -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/
Loading…
Cancel
Save