Merge pull request #13772 from Snuffleupagus/lgtm-exclude-tests
Include the `font`/`integration`/`unit`-test folders in the LGTM report
This commit is contained in:
commit
ab7b577d85
6
lgtm.yml
6
lgtm.yml
@ -1,3 +1,9 @@
|
|||||||
|
path_classifiers:
|
||||||
|
test:
|
||||||
|
- exclude: test/font
|
||||||
|
- exclude: test/integration
|
||||||
|
- exclude: test/unit
|
||||||
|
|
||||||
queries:
|
queries:
|
||||||
# Already handled by the "no-unused-vars" ESLint rule.
|
# Already handled by the "no-unused-vars" ESLint rule.
|
||||||
- exclude: js/unused-local-variable
|
- exclude: js/unused-local-variable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user