Add missing configuration file for LGTM

This commit is contained in:
Richard Berger 2021-05-10 17:43:01 -04:00
parent 38eb0fa29d
commit 67660197a6
No known key found for this signature in database
GPG Key ID: A9E83994E0BA0CAB
2 changed files with 12 additions and 0 deletions

1
.gitattributes vendored
View File

@ -1,3 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
.github export-ignore
.lgtm.yml export-ignore

11
.lgtm.yml Normal file
View File

@ -0,0 +1,11 @@
extraction:
cpp:
configure:
command:
- "mkdir build"
- "cd build"
- "cmake -G Ninja -C ../cmake/presets/minimal.cmake ../cmake"
index:
build_command:
- "cd build"
- "ninja"