Merge pull request #12562 from Snuffleupagus/lgtm-exclude-unused-local-variable

Try adding a very basic `lgtm.yml` file, to prevent LGTM complaining about unused variables (issue 11965)
This commit is contained in:
Tim van der Meij 2020-11-02 23:26:24 +01:00 committed by GitHub
commit 8550f73b22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
lgtm.yml Normal file
View File

@ -0,0 +1,3 @@
queries:
# Already handled by the "no-unused-vars" ESLint rule.
- exclude: js/unused-local-variable