diff options
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/** |