diff options
author | Lennart Weller <lhw@ring0.de> | 2017-09-17 22:17:33 +0000 |
---|---|---|
committer | Lennart Weller <lhw@ring0.de> | 2017-09-17 22:17:33 +0000 |
commit | 6aaf5ba7ed0980c14bdc554fc8839a2126455ed5 (patch) | |
tree | 6161925716661486e7f47c479668a9487b039d83 /.codeclimate.yml | |
parent | New upstream version 1.7.0+dfsg (diff) | |
download | netdata-6aaf5ba7ed0980c14bdc554fc8839a2126455ed5.tar.xz netdata-6aaf5ba7ed0980c14bdc554fc8839a2126455ed5.zip |
New upstream version 1.8.0+dfsgupstream/1.8.0+dfsg
Diffstat (limited to '')
-rw-r--r-- | .codeclimate.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml index 02b452647..c3d4daa45 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -63,8 +63,9 @@ exclude_paths: - web/old/ - python.d/python_modules/pyyaml2/ - python.d/python_modules/pyyaml3/ -- node.d/node_modules/ber/ -- node.d/node_modules/asn1.js +- python.d/python_modules/urllib3/ +- node.d/node_modules/lib/ +- node.d/node_modules/asn1-ber.js - node.d/node_modules/extend.js - node.d/node_modules/pixl-xml.js - node.d/node_modules/net-snmp.js |