Skip to content

Commit

Permalink
Merge pull request #12562 from Snuffleupagus/lgtm-exclude-unused-loca…
Browse files Browse the repository at this point in the history
…l-variable

Try adding a very basic `lgtm.yml` file, to prevent LGTM complaining about unused variables (issue 11965)
  • Loading branch information
timvandermeij authored Nov 2, 2020
2 parents 47b3b39 + 83a3738 commit 8550f73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lgtm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
queries:
# Already handled by the "no-unused-vars" ESLint rule.
- exclude: js/unused-local-variable

0 comments on commit 8550f73

Please sign in to comment.