summaryrefslogtreecommitdiffstats
path: root/.lgtm.yml
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@tsaousis.gr>2018-09-18 13:34:27 +0300
committerGitHub <noreply@github.com>2018-09-18 13:34:27 +0300
commit8e0b0bcb551ac14d2b24bbf2551ef9f6cd96e405 (patch)
treea0d6213f38c94c967998e6059bf238bd7149974e /.lgtm.yml
parented289f31f6ee62ce4f7c066b706e2e8043416285 (diff)
fixes identified by LGTM (#4220)
* fixes identified by LGTM * fixed hex of quote and slash * fixed hex of quote and slash on all files * escape more characters * removed test * do not read document.location * exclude full subpaths for LGTM * exclude the tests path * excluded lgtm paths in quotes * excluded sub-paths on LGTM * fix xss identified by LGTM
Diffstat (limited to '.lgtm.yml')
-rw-r--r--.lgtm.yml21
1 files changed, 20 insertions, 1 deletions
diff --git a/.lgtm.yml b/.lgtm.yml
index e0e4d34d74..88f4ae6cf4 100644
--- a/.lgtm.yml
+++ b/.lgtm.yml
@@ -4,6 +4,25 @@ path_classifiers:
test:
- exclude: python.d/python_modules/third_party/*
- exclude: python.d/python_modules/urllib3/*
+ - exclude: python.d/python_modules/urllib3/util/*
+ - exclude: python.d/python_modules/urllib3/packages/*
+ - exclude: python.d/python_modules/urllib3/packages/backports/*
+ - exclude: python.d/python_modules/urllib3/packages/ssl_match_hostname/*
+ - exclude: python.d/python_modules/urllib3/contrib/*
+ - exclude: python.d/python_modules/urllib3/contrib/_securetransport/*
- exclude: python.d/python_modules/pyyaml2/*
- exclude: python.d/python_modules/pyyaml3/*
-
+ - exclude: node.d/node_modules/lib/*
+ - exclude: node.d/node_modules/lib/ber/*
+ - exclude: node.d/node_modules/asn1-ber.js
+ - exclude: node.d/node_modules/extend.js
+ - exclude: node.d/node_modules/net-snmp.js
+ - exclude: node.d/node_modules/pixl-xml.js
+ - exclude: web/lib/*
+ - exclude: web/css/*
+ - exclude: tests/web/*
+ - exclude: tests/web/lib/*
+ - exclude: tests/web/fixtures/*
+ - exclude: tests/profile/*
+ - exclude: tests/node.d/*
+ - exclude: tests/*