diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-09-13 05:05:25 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-09-13 05:05:25 +0000 |
commit | d72015c7962af72903326a01fb114f8f2d37eebc (patch) | |
tree | 5bb5ae6928f3f2a92f478f69c2f5c9aa9333fbf8 /.codacy.yml | |
parent | Releasing debian version 1.17.0-3. (diff) | |
download | netdata-d72015c7962af72903326a01fb114f8f2d37eebc.tar.xz netdata-d72015c7962af72903326a01fb114f8f2d37eebc.zip |
Merging upstream version 1.17.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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..fb16c2412 --- /dev/null +++ b/.codacy.yml @@ -0,0 +1,15 @@ +--- +exclude_paths: + - 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/** + - collectors/node.d.plugin/node_modules/** + - contrib/** + - packaging/makeself/** + - web/gui/css/** + - web/gui/lib/** + - web/gui/old/** + - web/gui/src/** + - web/gui/main.js + - tests/** |