From fe631fa1999325f2aabebf37a8b2d19e32be315b Mon Sep 17 00:00:00 2001 From: Aidan Date: Mon, 9 Dec 2024 21:46:25 -0500 Subject: [PATCH 1/5] retrigger analysis --- .github/workflows/codacy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index 3808b7e..5fa63e0 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -17,7 +17,7 @@ on: push: branches: [ "main" ] pull_request: - # The branches below must be a subset of the branches above + # The branches below must be a subset of the branches above branches: [ "main" ] schedule: - cron: '35 8 * * 2' From 5843c3e0d25103e7346865208beb0e47c8c8d9af Mon Sep 17 00:00:00 2001 From: Aidan Date: Mon, 9 Dec 2024 21:51:48 -0500 Subject: [PATCH 2/5] attempt successful rescan --- .github/workflows/codacy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index 5fa63e0..3808b7e 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -17,7 +17,7 @@ on: push: branches: [ "main" ] pull_request: - # The branches below must be a subset of the branches above + # The branches below must be a subset of the branches above branches: [ "main" ] schedule: - cron: '35 8 * * 2' From 835068a2312a3748ea2d8df2d0d141dff7ab85a4 Mon Sep 17 00:00:00 2001 From: Aidan Date: Mon, 9 Dec 2024 21:58:31 -0500 Subject: [PATCH 3/5] Create .codacy.yml --- .codacy.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .codacy.yml diff --git a/.codacy.yml b/.codacy.yml new file mode 100644 index 0000000..bd3c5e1 --- /dev/null +++ b/.codacy.yml @@ -0,0 +1,2 @@ +exclude_paths: + - "src/css/base.css" From 707614eb5c4376476b13edb9a8d0e11a49f17512 Mon Sep 17 00:00:00 2001 From: Aidan Date: Mon, 9 Dec 2024 21:58:43 -0500 Subject: [PATCH 4/5] use config file --- .github/workflows/codacy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index 3808b7e..960bea2 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -53,6 +53,7 @@ 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 + configuration-file: ./.codacy.yaml # Upload the SARIF file generated in the previous step - name: Upload SARIF results file From e93815244fe32f6c53c8c3ee6ed6f0d6759b16ae Mon Sep 17 00:00:00 2001 From: Aidan Date: Mon, 9 Dec 2024 22:02:48 -0500 Subject: [PATCH 5/5] rm (uses config by default) --- .github/workflows/codacy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index 960bea2..3808b7e 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -53,7 +53,6 @@ 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 - configuration-file: ./.codacy.yaml # Upload the SARIF file generated in the previous step - name: Upload SARIF results file