blob: 64d9cc8e6d1ef7ca9621dc4ad21ea788b790f178 (
plain)
1
2
3
4
5
6
7
8
9
10
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"
|