We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45f9464 + 858a98b commit 3fce4c5Copy full SHA for 3fce4c5
.codacy.yml
@@ -1,27 +1,18 @@
1
---
2
-# Codacy Configuration
3
-# https://docs.codacy.com/repositories-configure/codacy-configuration-file/
4
-
5
engines:
6
- # Enable/disable specific analysis tools
+ lizard:
+ enabled: true
7
eslint:
8
enabled: true
9
cppcheck:
10
+ semgrep:
11
+ htmlhint:
12
13
14
exclude_paths:
- # Exclude external/vendor libraries (official CoolerControl plugin library)
- - 'etc/coolercontrol/plugins/coolerdash/cc-plugin-lib.js'
15
16
- # Exclude build artifacts
+ - 'coolerdash-bin/*'
17
- 'build/**'
18
- 'bin/**'
19
- '**.pkg.tar.zst'
20
21
- # Exclude documentation
22
- - 'docs/**'
23
- - 'man/**'
24
- - 'images/**'
25
26
- # Exclude test reports
27
- - 'reports/**'
0 commit comments