diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 02:57:58 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 02:57:58 +0000 |
commit | be1c7e50e1e8809ea56f2c9d472eccd8ffd73a97 (patch) | |
tree | 9754ff1ca740f6346cf8483ec915d4054bc5da2d /.codacy.yml | |
parent | Initial commit. (diff) | |
download | netdata-be1c7e50e1e8809ea56f2c9d472eccd8ffd73a97.tar.xz netdata-be1c7e50e1e8809ea56f2c9d472eccd8ffd73a97.zip |
Adding upstream version 1.44.3.upstream/1.44.3upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.codacy.yml')
-rw-r--r-- | .codacy.yml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.codacy.yml b/.codacy.yml new file mode 100644 index 00000000..cebc95f8 --- /dev/null +++ b/.codacy.yml @@ -0,0 +1,25 @@ +--- +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/** + - contrib/** + - packaging/makeself/** + - web/gui/css/** + - web/gui/lib/** + - web/gui/old/** + - web/gui/src/** + - web/gui/v1/** + - web/gui/v2/** + - web/gui/main.js + - tests/** + - aclk/tests/** + - libnetdata/libjudy/** + - database/sqlite/sqlite3.c + - ml/dlib/** + - web/server/h2o/libh2o/** + - build/** + - build_external/** + - libnetdata/dyn_conf/tests/** + - packaging/** |