Skip to content

Commit

Permalink
Fix #32, Add lgtm configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
avan989 authored and skliper committed Dec 30, 2019
1 parent 06574dc commit 2d9612d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .lgtm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
path_classifiers:

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

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



0 comments on commit 2d9612d

Please sign in to comment.