Skip to content

Commit

Permalink
Add configuration for LGTM
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
stweil committed Oct 18, 2018
1 parent bbe7a4c commit 849c2e9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .lgtm.yml
@@ -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

0 comments on commit 849c2e9

Please sign in to comment.