The LGTM.com configuration was missing required library, so the "Extraction" step of the analysis was failing.
36 lines
710 B
YAML
36 lines
710 B
YAML
extraction:
|
|
cpp:
|
|
prepare:
|
|
packages:
|
|
- "libxml2-dev"
|
|
- "libjson-c-dev"
|
|
- "libssl-dev"
|
|
- "zlib1g-dev"
|
|
- "libcmocka-dev"
|
|
- "pkg-config"
|
|
- "libcap2-dev"
|
|
- "libedit-dev"
|
|
- "libidn2-dev"
|
|
- "libmaxminddb-dev"
|
|
- "libuv1-dev"
|
|
- "libnghttp2-dev"
|
|
configure:
|
|
command:
|
|
- "autoreconf -fi"
|
|
- "CFLAGS=\"-Og -g\" ./configure --enable-developer"
|
|
path_classifiers:
|
|
test:
|
|
- "lib/*/tests/"
|
|
- "bin/tests/"
|
|
docs:
|
|
- "**/*.xml"
|
|
- "**/*.docbook"
|
|
- "**/*.html"
|
|
- "**/*.1"
|
|
- "**/*.5"
|
|
- "**/*.8"
|
|
queries:
|
|
- exclude: fuzz/
|
|
- exclude: "bin/tests/system/*/ans*/*.py"
|
|
- exclude: cpp/use-of-goto
|