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 /.codacy.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-- | .codacy.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.codacy.yml b/.codacy.yml new file mode 100644 index 000000000..0e3f44365 --- /dev/null +++ b/.codacy.yml @@ -0,0 +1,15 @@ +--- +exclude_paths: + - python.d/python_modules/pyyaml2/** + - python.d/python_modules/pyyaml3/** + - python.d/python_modules/urllib3/** + - python.d/python_modules/lm_sensors.py + - web/css/** + - web/lib/** + - web/old/** + - node.d/node_modules/lib/** + - node.d/node_modules/asn1-ber.js + - node.d/node_modules/net-snmp.js + - node.d/node_modules/pixl-xml.js + - node.d/node_modules/extend.js + - tests/** |