Add LGTM static analyzer config file (#5495)
* Add LGTM static analyzer config file * Install clang-format-6.0 as gets installed anyways
This commit is contained in:
parent
b94f21eacd
commit
57da84ba63
1 changed files with 13 additions and 0 deletions
13
.lgtm.yml
Normal file
13
.lgtm.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
path_classifiers:
|
||||
library: "externals"
|
||||
extraction:
|
||||
cpp:
|
||||
prepare:
|
||||
packages:
|
||||
- "libsdl2-dev"
|
||||
- "qtmultimedia5-dev"
|
||||
- "clang-format-6.0"
|
||||
- "libtbb-dev"
|
||||
- "libjack-jackd2-dev"
|
||||
- "doxygen"
|
||||
- "graphviz"
|
Loading…
Reference in a new issue