Skip to content

Commit

Permalink
test: add lgtm optional includes (#5569)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins authored Feb 24, 2020
1 parent 57cbe3a commit 531822a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .lgtm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
queries:
- include: js/user-controlled-bypass
- include: js/request-forgery
- include: js/indirect-command-line-injection
- include: js/regex/missing-regexp-anchor
- include: js/node/unused-npm-dependency
- include: js/useless-assignment-to-global
- include: js/single-run-loop
- include: js/misspelled-identifier
- include: js/omitted-array-element
- include: js/unused-property

0 comments on commit 531822a

Please sign in to comment.