summaryrefslogtreecommitdiffstats
path: root/.lgtm.yml
diff options
context:
space:
mode:
authorPaweł Krupa <pawel@krupa.net.pl>2018-09-18 01:34:51 +0200
committerCosta Tsaousis <costa@tsaousis.gr>2018-09-18 02:34:51 +0300
commited289f31f6ee62ce4f7c066b706e2e8043416285 (patch)
treef8a184b16e21d21353948233825a27208975ee15 /.lgtm.yml
parentb3578ca63a0ac375cc8ba30923577605ecce53dd (diff)
Create lgtm config (#4213)
* Create lgtm config * remove exclusions
Diffstat (limited to '.lgtm.yml')
-rw-r--r--.lgtm.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.lgtm.yml b/.lgtm.yml
new file mode 100644
index 0000000000..e0e4d34d74
--- /dev/null
+++ b/.lgtm.yml
@@ -0,0 +1,9 @@
+# docs: https://lgtm.com/help/lgtm/lgtm.yml-configuration-file
+
+path_classifiers:
+ test:
+ - exclude: python.d/python_modules/third_party/*
+ - exclude: python.d/python_modules/urllib3/*
+ - exclude: python.d/python_modules/pyyaml2/*
+ - exclude: python.d/python_modules/pyyaml3/*
+