From 254d15563453405f5c67793c13ccb116a53dbc3e Mon Sep 17 00:00:00 2001 From: dmiller Date: Sun, 29 Dec 2019 20:18:52 +0000 Subject: [PATCH] Update LGTM config to skip javascript analysis, which fails anyway since we don't have any. --- .lgtm.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.lgtm.yml b/.lgtm.yml index 6c82e6fea..ba170c958 100644 --- a/.lgtm.yml +++ b/.lgtm.yml @@ -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: "*"