Add configuration for LGTM

LGTM runs "make" by default, so training files are not checked.
This should be fixed by this configuration file.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2018-10-18 19:34:49 +02:00
parent bbe7a4cc10
commit 849c2e98a7

14
.lgtm.yml Normal file
View File

@ -0,0 +1,14 @@
extraction:
cpp:
prepare:
packages:
- libpango1.0-dev
configure:
command:
- ./autogen.sh
- mkdir _lgtm_build_dir
- cd _lgtm_build_dir
- ../configure
index:
build_command:
- make training