Skip to content

Commit

Permalink
chore: configure codacy details
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed Feb 25, 2024
1 parent c30a1d3 commit c6f7a15
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .codacy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Config for Codacy
# See https://docs.codacy.com/repositories-configure/codacy-configuration-file/
---
engines:
# engine `eslint-8` shall be disabled, since it fails due to incapability to load custom/own plugins
# this engine is run via CI/CT anyway...
exclude_paths:
# ignore all non-shipped files
- "docs/dev/**"
- "examples/**"
- "tests/**"
- "**/*.test.*"
- "**/*.spec.*"
- "tools/**"
- ".*" # dot-files
- ".*/**" # dot-folders
# ignore vendored files
- "res/schema/*.xsd"
- "res/schema/*.schema.json"
- "res/schema/*.SNAPSHOT.*"

0 comments on commit c6f7a15

Please sign in to comment.