mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Update LGTM config to skip javascript analysis, which fails anyway since we don't have any.
This commit is contained in:
parent
156cb98fd0
commit
254d155634
1 changed files with 5 additions and 0 deletions
|
|
@ -9,3 +9,8 @@ path_classifiers:
|
|||
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: "*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue