From a63a2c60441231b5e456cada30d9187aea987d38 Mon Sep 17 00:00:00 2001 From: Chuck Date: Sat, 30 May 2026 22:39:15 -0400 Subject: [PATCH] chore: simplify .codacy.yml to exclude_paths only Co-Authored-By: Claude Sonnet 4.6 --- .codacy.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.codacy.yml b/.codacy.yml index 96e49952..441240fe 100644 --- a/.codacy.yml +++ b/.codacy.yml @@ -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/**"