Skip to content

Commit 3fce4c5

Browse files
authored
Merge pull request #127 from damachine/next
2 parents 45f9464 + 858a98b commit 3fce4c5

File tree

1 file changed

+7
-16
lines changed

1 file changed

+7
-16
lines changed

.codacy.yml

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,18 @@
11
---
2-
# Codacy Configuration
3-
# https://docs.codacy.com/repositories-configure/codacy-configuration-file/
4-
52
engines:
6-
# Enable/disable specific analysis tools
3+
lizard:
4+
enabled: true
75
eslint:
86
enabled: true
97
cppcheck:
108
enabled: true
9+
semgrep:
10+
enabled: true
11+
htmlhint:
12+
enabled: true
1113

1214
exclude_paths:
13-
# Exclude external/vendor libraries (official CoolerControl plugin library)
14-
- 'etc/coolercontrol/plugins/coolerdash/cc-plugin-lib.js'
15-
16-
# Exclude build artifacts
15+
- 'coolerdash-bin/*'
1716
- 'build/**'
1817
- 'bin/**'
1918
- '**.pkg.tar.zst'
20-
21-
# Exclude documentation
22-
- 'docs/**'
23-
- 'man/**'
24-
- 'images/**'
25-
26-
# Exclude test reports
27-
- 'reports/**'

0 commit comments

Comments
 (0)