summaryrefslogtreecommitdiffstats
path: root/.lgtm.yml
diff options
context:
space:
mode:
authorPaweł Krupa <pawel@krupa.net.pl>2018-09-23 22:51:47 +0200
committerCosta Tsaousis <costa@tsaousis.gr>2018-09-23 23:51:47 +0300
commitbbea403290815ff34b4fd99ce9bb15928b6f210f (patch)
tree92d14b82f685c40d48fd4359940da061b42510ba /.lgtm.yml
parente54090623ec06e06a29a0a1ad018e33129f19bf4 (diff)
[WIP] LGTM tag classification (#4269)
* test classification * try different approach
Diffstat (limited to '.lgtm.yml')
-rw-r--r--.lgtm.yml50
1 files changed, 26 insertions, 24 deletions
diff --git a/.lgtm.yml b/.lgtm.yml
index 88f4ae6cf4..c323ed7261 100644
--- a/.lgtm.yml
+++ b/.lgtm.yml
@@ -1,28 +1,30 @@
# docs: https://lgtm.com/help/lgtm/lgtm.yml-configuration-file
path_classifiers:
+ library:
+ - python.d/python_modules/third_party/*
+ - python.d/python_modules/urllib3/
+ - python.d/python_modules/urllib3/*
+ - python.d/python_modules/urllib3/util/*
+ - python.d/python_modules/urllib3/packages/*
+ - python.d/python_modules/urllib3/packages/backports/*
+ - python.d/python_modules/urllib3/packages/ssl_match_hostname/*
+ - python.d/python_modules/urllib3/contrib/*
+ - python.d/python_modules/urllib3/contrib/_securetransport/*
+ - python.d/python_modules/pyyaml2/*
+ - python.d/python_modules/pyyaml3/*
+ - node.d/node_modules/lib/*
+ - node.d/node_modules/lib/ber/*
+ - node.d/node_modules/asn1-ber.js
+ - node.d/node_modules/extend.js
+ - node.d/node_modules/net-snmp.js
+ - node.d/node_modules/pixl-xml.js
+ - web/lib/*
+ - web/css/*
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/*
+ - tests/web/*
+ - tests/web/lib/*
+ - tests/web/fixtures/*
+ - tests/profile/*
+ - tests/node.d/*
+ - tests/*