mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-05-31 08:03:32 +00:00
chore: add .codacy.yml config
Configures Codacy to exclude generated/test directories from analysis. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
17
.codacy.yml
Normal file
17
.codacy.yml
Normal file
@@ -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/**"
|
||||
Reference in New Issue
Block a user