From 371babff40429152f270b43e122cef9a46108e52 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 21 Jan 2026 06:40:10 +0000 Subject: [PATCH 1/2] Initial plan From 821c9073436d8289fcde2c4eb7744bd17d3177cf Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 21 Jan 2026 06:42:23 +0000 Subject: [PATCH 2/2] Fix Codacy workflow: Add tool and exclude parameters to prevent PMD errors Co-authored-by: MightyPrytanis <219587333+MightyPrytanis@users.noreply.github.com> --- .github/workflows/codacy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index 282a7d7b..0d45ca78 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -69,6 +69,8 @@ jobs: # Force 0 exit code to allow SARIF file generation # This will handover control about PR rejection to the GitHub side max-allowed-issues: 2147483647 + tool: eslint,eslint-typescript,shellcheck + exclude: '.cursor/**,.gitmodules' # Upload the SARIF file generated in the previous step