summaryrefslogtreecommitdiffstats
path: root/.codacy.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2018-11-07 12:22:44 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2018-11-07 12:22:44 +0000
commit1e6c93250172946eeb38e94a92a1fd12c9d3011e (patch)
tree8ca5e16dfc7ad6b3bf2738ca0a48408a950f8f7e /.codacy.yml
parentUpdate watch file (diff)
downloadnetdata-1e6c93250172946eeb38e94a92a1fd12c9d3011e.tar.xz
netdata-1e6c93250172946eeb38e94a92a1fd12c9d3011e.zip
Merging upstream version 1.11.0+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.codacy.yml')
-rw-r--r--.codacy.yml15
1 files changed, 6 insertions, 9 deletions
diff --git a/.codacy.yml b/.codacy.yml
index 0e3f4436..62f669ab 100644
--- a/.codacy.yml
+++ b/.codacy.yml
@@ -1,15 +1,12 @@
---
exclude_paths:
- - python.d/python_modules/pyyaml2/**
- - python.d/python_modules/pyyaml3/**
- - python.d/python_modules/urllib3/**
- - python.d/python_modules/lm_sensors.py
+ - collectors/python.d.plugin/python_modules/pyyaml2/**
+ - collectors/python.d.plugin/python_modules/pyyaml3/**
+ - collectors/python.d.plugin/python_modules/urllib3/**
+ - collectors/python.d.plugin/python_modules/third_party/**
- 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
+ - web/gui/src/**
+ - collectors/node.d.plugin/node_modules/**
- tests/**