Skip to content

Commit

Permalink
Add configuration file for lgtm.com
Browse files Browse the repository at this point in the history
Add a configuration file in order to parse the C code on
https://lgtm.com/projects/g/SELinuxProject/selinux/

The documentation about this file is on
https://help.semmle.com/lgtm-enterprise/user/help/lgtm.yml-configuration-file.html
and
https://help.semmle.com/lgtm-enterprise/user/help/cpp-extraction.html

Fixes: SELinuxProject/selinux#98

Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
  • Loading branch information
fishilico authored and stephensmalley committed Sep 18, 2019
1 parent 86df2b2 commit e17e489
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lgtm.yml
@@ -0,0 +1,5 @@
extraction:
cpp:
index:
build_command:
- make DESTDIR="$LGTM_WORKSPACE/destdir" install

0 comments on commit e17e489

Please sign in to comment.