diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-11-28 04:53:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-11-28 04:53:29 +0000 |
commit | 17c93e2be4ad7b3af0cd6878bdd5d8a4a3e6da99 (patch) | |
tree | 3e0c96613972e8bb4afdeeb97a034806363ddfa9 /.lgtm.yml | |
parent | Releasing debian version 1.18.1-1. (diff) | |
download | netdata-17c93e2be4ad7b3af0cd6878bdd5d8a4a3e6da99.tar.xz netdata-17c93e2be4ad7b3af0cd6878bdd5d8a4a3e6da99.zip |
Merging upstream version 1.19.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.lgtm.yml')
-rw-r--r-- | .lgtm.yml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/.lgtm.yml b/.lgtm.yml deleted file mode 100644 index 38f6675cb..000000000 --- a/.lgtm.yml +++ /dev/null @@ -1,24 +0,0 @@ ---- -# LGTM does a good job at classifying files, but sometimes it needs some help. -# To classify files which shouldn't be checked we need to define where such -# files are located and manually assign them one of possible categories: -# docs, generated, library, template, test -# More information can be found in lgtm documentation: -# https://help.semmle.com/lgtm-enterprise/user/help/file-classification.html#built-in-tags -# https://lgtm.com/help/lgtm/lgtm.yml-configuration-file -path_classifiers: - library: - - collectors/python.d.plugin/python_modules/third_party/ - - collectors/python.d.plugin/python_modules/urllib3/ - - collectors/python.d.plugin/python_modules/pyyaml2/ - - collectors/python.d.plugin/python_modules/pyyaml3/ - - collectors/node.d.plugin/node_modules/lib/ - - collectors/node.d.plugin/node_modules/asn1-ber.js - - collectors/node.d.plugin/node_modules/extend.js - - collectors/node.d.plugin/node_modules/net-snmp.js - - collectors/node.d.plugin/node_modules/pixl-xml.js - - web/gui/lib/ - - web/gui/src/ - - web/gui/css/ - test: - - tests/ |