Skip to content

Commit

Permalink
Merge pull request #118 from skliper/fix92-lgtm-exclude-generated
Browse files Browse the repository at this point in the history
Fix #92, LGTM exclude generated files
  • Loading branch information
astrogeco committed Aug 4, 2020
2 parents 9def019 + 1e7861e commit 5b787a5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .lgtm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ queries:
- exclude: "cpp/long-switch"
- exclude: "cpp/trivial-switch"

path_classifiers:
generated:
- "**/Ui_*"

extraction:
python:
python_setup:
version: "3"
index:
include: "tools/cFS-GroundSystem"
exclude: "tools/cFS-GroundSystem/**/Ui_*"
cpp:
index:
build_command:
Expand Down

0 comments on commit 5b787a5

Please sign in to comment.