Add configuration file for lgtm analyser.

This commit is contained in:
Milan Broz
2022-06-04 22:30:22 +02:00
parent a1734e2d52
commit fc49a258bd

8
.lgtm.yml Normal file
View File

@@ -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"