summaryrefslogtreecommitdiffstats
path: root/.codacy.yml
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@netdata.cloud>2023-11-02 14:29:55 +0000
committerGitHub <noreply@github.com>2023-11-02 16:29:55 +0200
commit236c04b925cbd56d6cddbd99c86af3cdc0a78067 (patch)
tree2a1c82e49e628d3bc987952c4903485d217fb07a /.codacy.yml
parent4e6883b881081adfaf40c9f132773c46f7590a81 (diff)
Systemd units function (#16318)
* split systemd-journal.c * split fstat caching * split systemd-journal further * working systemd-units function * do not enable systemd-units when libsystemd does not provide the interface * move the header to the right place * mixed parantheses * update codacy exlcusions * update codacy exlcusions * update codacy exlcusions * added option to show show expanded filters by default * keep the original extension and decode descriptions too * updated systemd-units function to handle all known unit states * dont show the path by default * final touches * remove trailing spaces
Diffstat (limited to '.codacy.yml')
-rw-r--r--.codacy.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/.codacy.yml b/.codacy.yml
index a358bf9273..cebc95f819 100644
--- a/.codacy.yml
+++ b/.codacy.yml
@@ -10,9 +10,16 @@ exclude_paths:
- 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/**