Skip to content

Commit

Permalink
Fix #92, LGTM exclude generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Jul 27, 2020
1 parent b1f3e36 commit 1e7861e
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 1e7861e

Please sign in to comment.