Update LGTM config to skip javascript analysis, which fails anyway since we don't have any.

This commit is contained in:
dmiller 2019-12-29 20:18:52 +00:00
parent 156cb98fd0
commit 254d155634

View file

@ -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: "*"