Browse Source

Create lgtm config (#4213)

* Create lgtm config

* remove exclusions
Paweł Krupa 6 years ago
parent
commit
ed289f31f6
1 changed files with 9 additions and 0 deletions
  1. 9 0
      .lgtm.yml

+ 9 - 0
.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/*
+