chore: simplify .codacy.yml to exclude_paths only

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Chuck
2026-05-30 22:39:15 -04:00
parent 98ea9748fc
commit a63a2c6044

View File

@@ -1,15 +1,5 @@
---
# 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/**"