From e17e489ee3b41504f107af0375cc2f4f7cc8697a Mon Sep 17 00:00:00 2001 From: Nicolas Iooss Date: Sun, 1 Sep 2019 20:14:10 +0200 Subject: [PATCH] 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 --- lgtm.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lgtm.yml diff --git a/lgtm.yml b/lgtm.yml new file mode 100644 index 00000000..f80bf146 --- /dev/null +++ b/lgtm.yml @@ -0,0 +1,5 @@ +extraction: + cpp: + index: + build_command: + - make DESTDIR="$LGTM_WORKSPACE/destdir" install