Skip to content

Commit

Permalink
BE-717 Quality code fix
Browse files Browse the repository at this point in the history
* updated lgtm.yml syntax

Signed-off-by: nfrunza <[email protected]>
  • Loading branch information
nfrunza committed Dec 6, 2019
1 parent 046c2a2 commit 6d4b549
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lgtm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

path_classifiers:
queries:
exclude: "js/unused-local-variable"
exclude: "js/stack-trace-exposure"
exclude: "js/useless-assignment-to-local"
exclude: "js/react/unused-or-undefined-state-property"
- exclude: "js/unused-local-variable"
- exclude: "js/stack-trace-exposure"
- exclude: "js/useless-assignment-to-local"
- exclude: "js/react/unused-or-undefined-state-property"
extraction:
javascript:
index:
Expand Down

0 comments on commit 6d4b549

Please sign in to comment.