We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c30a1d3 commit c6f7a15Copy full SHA for c6f7a15
.codacy.yaml
@@ -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