diff options
Diffstat (limited to '.lgtm.yml')
-rw-r--r-- | .lgtm.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.lgtm.yml b/.lgtm.yml new file mode 100644 index 0000000..64d9cc8 --- /dev/null +++ b/.lgtm.yml @@ -0,0 +1,11 @@ +queries: + - exclude: cpp/fixme-comment + - exclude: cpp/empty-block +# 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" |