mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-05-31 16:13:31 +00:00
Configures Codacy to exclude generated/test directories from analysis. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
18 lines
345 B
YAML
18 lines
345 B
YAML
---
|
|
# 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/**"
|