From e94e8d2b077759a1d0833bdf162950f73021b049 Mon Sep 17 00:00:00 2001 From: damachine Date: Wed, 21 Jan 2026 23:02:37 +0100 Subject: [PATCH] chore: update Codacy configuration files --- .codacy.yml | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/.codacy.yml b/.codacy.yml index 7aef438..b874dd4 100644 --- a/.codacy.yml +++ b/.codacy.yml @@ -1,27 +1,18 @@ --- -# Codacy Configuration -# https://docs.codacy.com/repositories-configure/codacy-configuration-file/ - engines: - # Enable/disable specific analysis tools + lizard: + enabled: true eslint: enabled: true cppcheck: enabled: true + semgrep: + enabled: true + htmlhint: + enabled: true exclude_paths: - # Exclude external/vendor libraries (official CoolerControl plugin library) - - 'etc/coolercontrol/plugins/coolerdash/cc-plugin-lib.js' - - # Exclude build artifacts + - 'coolerdash-bin/*' - 'build/**' - 'bin/**' - '**.pkg.tar.zst' - - # Exclude documentation - - 'docs/**' - - 'man/**' - - 'images/**' - - # Exclude test reports - - 'reports/**'