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:
Valeri 2020-08-07 04:34:39 +03:00 committed by GitHub
parent b94f21eacd
commit 57da84ba63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
.lgtm.yml Normal file
View 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"