Create .lgtm.yml to configure LGTM.com C/C++ analysis

This file gives LGTM.com how to configure the C/C++ code. It'll figure out the rest of the build command and required dependencies itself.
This commit is contained in:
Bas van Schaik 2019-07-02 12:48:45 +01:00 committed by GitHub
parent 39c9b04697
commit d45bc20897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

4
.lgtm.yml Normal file
View File

@ -0,0 +1,4 @@
extraction:
cpp:
configure:
command: "qmake -o Makefile CONFIG+=Release src/QZXing.pro"