From fc49a258bd328fc1898d74d4f5fc001d4f7198f8 Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Sat, 4 Jun 2022 22:30:22 +0200 Subject: [PATCH] Add configuration file for lgtm analyser. --- .lgtm.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .lgtm.yml diff --git a/.lgtm.yml b/.lgtm.yml new file mode 100644 index 00000000..e434ce9d --- /dev/null +++ b/.lgtm.yml @@ -0,0 +1,8 @@ +# symver attribute detection cannot be used, disable it for lgtm +extraction: + cpp: + configure: + command: + - "./autogen.sh" + - "./configure --enable-external-tokens --enable-ssh-token" + - "echo \"#undef HAVE_ATTRIBUTE_SYMVER\" >> config.h"