mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
27 lines
584 B
YAML
27 lines
584 B
YAML
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
|