commit | e17e489ee3b41504f107af0375cc2f4f7cc8697a | [log] [tgz] |
---|---|---|
author | Nicolas Iooss <[email protected]> | Sun Sep 01 20:14:10 2019 +0200 |
committer | stephensmalley <[email protected]> | Wed Sep 18 08:24:11 2019 -0400 |
tree | be238e179368a9e7e3e33aa86b9d3f6d7da7e708 | |
parent | 86df2b27a7dd4e12e3a2f8adc7c2c3afe7db5ead [diff] [blame] |
Add configuration file for lgtm.com 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: https://github.com/SELinuxProject/selinux/issues/98 Signed-off-by: Nicolas Iooss <[email protected]>
diff --git a/lgtm.yml b/lgtm.yml new file mode 100644 index 0000000..f80bf14 --- /dev/null +++ b/lgtm.yml
@@ -0,0 +1,5 @@ +extraction: + cpp: + index: + build_command: + - make DESTDIR="$LGTM_WORKSPACE/destdir" install