diff --git a/.codacy.yml b/.codacy.yml new file mode 100644 index 00000000..96e49952 --- /dev/null +++ b/.codacy.yml @@ -0,0 +1,17 @@ +--- +# Codacy configuration for LEDMatrix +# Docs: https://docs.codacy.com/repositories-configure/codacy-configuration-file/ + +engines: + semgrep: + enabled: true + eslint: + enabled: true + +exclude_paths: + # Exclude test fixtures and generated assets + - "plugin-repos/**" + - "plugins/**" + - "assets/**" + - "test/**" + - "scripts/debug/**"