Skip to content

Commit c6f7a15

Browse files
committed
chore: configure codacy details
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent c30a1d3 commit c6f7a15

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.codacy.yaml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Config for Codacy
2+
# See https://docs.codacy.com/repositories-configure/codacy-configuration-file/
3+
---
4+
engines:
5+
# engine `eslint-8` shall be disabled, since it fails due to incapability to load custom/own plugins
6+
# this engine is run via CI/CT anyway...
7+
exclude_paths:
8+
# ignore all non-shipped files
9+
- "docs/dev/**"
10+
- "examples/**"
11+
- "tests/**"
12+
- "**/*.test.*"
13+
- "**/*.spec.*"
14+
- "tools/**"
15+
- ".*" # dot-files
16+
- ".*/**" # dot-folders
17+
# ignore vendored files
18+
- "res/schema/*.xsd"
19+
- "res/schema/*.schema.json"
20+
- "res/schema/*.SNAPSHOT.*"

0 commit comments

Comments
 (0)