Skip to content

Commit

Permalink
update lgtm file
Browse files Browse the repository at this point in the history
  • Loading branch information
anh committed Mar 16, 2020
1 parent 69e18e5 commit 86fb2e9
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions .lgtm.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
path_classifiers:

queries:
- include: "*"
- exclude: cpp/class-many-fields
- exclude: cpp/long-switch
- exclude: cpp/trivial-switch
- include: "*"
- exclude: "cpp/class-many-fields"
- exclude: "cpp/long-switch"
- exclude: "cpp/trivial-switch"

extraction:
python:
python_setup:
version: "3"
index:
include: "tools/cFS-GroundSystem"
cpp:
index:
build_command:
- cp cfe/cmake/Makefile.sample Makefile
- cp -r cfe/cmake/sample_defs sample_defs
- make prep
- make


index:
build_command:
- "cp cfe/cmake/Makefile.sample Makefile"
- "cp -r cfe/cmake/sample_defs sample_defs"
- "make prep"
- "make"

0 comments on commit 86fb2e9

Please sign in to comment.