blob: 5690730b1da6cb43aea085efc031165f3cd4aeda (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
path_classifiers:
library:
- liblinear
- liblua
- libpcre
- libpcap
- libssh2
- libz
queries:
# Nmap and friends use 'o' as the global options object, among others.
- exclude: cpp/short-global-name
extraction:
javascript:
# We don't have any js code in our codebase, but LGTM tries to run on any HTML.
index:
exclude: "*"
python:
python_setup:
version: 2
cpp:
prepare:
packages:
- libssl-dev
configure:
command:
- ./configure --with-liblua=included --with-libpcap=included --disable-rdma
|