From 7ad47bbe6649292f22de35a791eed0bcd9865f5d Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Wed, 28 Jan 2026 19:01:06 +0100 Subject: [PATCH 1/3] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20[Maintenance]:=20Updat?= =?UTF-8?q?e=20super-linter=20to=20v8.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Build-Docs.yml | 3 ++- .github/workflows/Lint-Repository.yml | 2 +- .github/workflows/Linter.yml | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Build-Docs.yml b/.github/workflows/Build-Docs.yml index 2e9f948e..52e31328 100644 --- a/.github/workflows/Build-Docs.yml +++ b/.github/workflows/Build-Docs.yml @@ -72,9 +72,10 @@ jobs: - name: Lint documentation id: super-linter - uses: super-linter/super-linter/slim@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2 + uses: super-linter/super-linter/slim@12562e48d7059cf666c43a4ecb0d3b5a2b31bd9e # v8.4.0 env: RUN_LOCAL: true + SUPPRESS_OUTPUT_ON_SUCCESS: true DEFAULT_BRANCH: main DEFAULT_WORKSPACE: ${{ fromJson(inputs.Settings).WorkingDirectory }} FILTER_REGEX_INCLUDE: ${{ fromJson(inputs.Settings).WorkingDirectory }}/outputs/docs diff --git a/.github/workflows/Lint-Repository.yml b/.github/workflows/Lint-Repository.yml index a9f6445e..9009d53f 100644 --- a/.github/workflows/Lint-Repository.yml +++ b/.github/workflows/Lint-Repository.yml @@ -48,7 +48,7 @@ jobs: - name: Lint code base id: super-linter - uses: super-linter/super-linter@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2 + uses: super-linter/super-linter@12562e48d7059cf666c43a4ecb0d3b5a2b31bd9e # v8.4.0 env: GITHUB_TOKEN: ${{ github.token }} DEFAULT_WORKSPACE: ${{ fromJson(env.Settings).WorkingDirectory }} diff --git a/.github/workflows/Linter.yml b/.github/workflows/Linter.yml index 05f128c8..f35fecf5 100644 --- a/.github/workflows/Linter.yml +++ b/.github/workflows/Linter.yml @@ -25,9 +25,10 @@ jobs: fetch-depth: 0 - name: Lint code base - uses: super-linter/super-linter@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2 + uses: super-linter/super-linter@12562e48d7059cf666c43a4ecb0d3b5a2b31bd9e # v8.4.0 env: GITHUB_TOKEN: ${{ github.token }} + SUPPRESS_OUTPUT_ON_SUCCESS: true VALIDATE_BIOME_FORMAT: false VALIDATE_JSCPD: false VALIDATE_JSON_PRETTIER: false From c15ab8f35acbaf790723ad158b05273aa2fbcb8b Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Wed, 28 Jan 2026 20:04:43 +0100 Subject: [PATCH 2/3] Remove SUPPRESS_OUTPUT_ON_SUCCESS setting --- .github/workflows/Build-Docs.yml | 1 - .github/workflows/Linter.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/Build-Docs.yml b/.github/workflows/Build-Docs.yml index 52e31328..0175e4ba 100644 --- a/.github/workflows/Build-Docs.yml +++ b/.github/workflows/Build-Docs.yml @@ -75,7 +75,6 @@ jobs: uses: super-linter/super-linter/slim@12562e48d7059cf666c43a4ecb0d3b5a2b31bd9e # v8.4.0 env: RUN_LOCAL: true - SUPPRESS_OUTPUT_ON_SUCCESS: true DEFAULT_BRANCH: main DEFAULT_WORKSPACE: ${{ fromJson(inputs.Settings).WorkingDirectory }} FILTER_REGEX_INCLUDE: ${{ fromJson(inputs.Settings).WorkingDirectory }}/outputs/docs diff --git a/.github/workflows/Linter.yml b/.github/workflows/Linter.yml index f35fecf5..7b337df0 100644 --- a/.github/workflows/Linter.yml +++ b/.github/workflows/Linter.yml @@ -28,7 +28,6 @@ jobs: uses: super-linter/super-linter@12562e48d7059cf666c43a4ecb0d3b5a2b31bd9e # v8.4.0 env: GITHUB_TOKEN: ${{ github.token }} - SUPPRESS_OUTPUT_ON_SUCCESS: true VALIDATE_BIOME_FORMAT: false VALIDATE_JSCPD: false VALIDATE_JSON_PRETTIER: false From f18e6fcf3320a26db60c104b383945a3aeef9d9b Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Wed, 28 Jan 2026 22:45:43 +0100 Subject: [PATCH 3/3] Add codespell configuration --- .github/linters/.codespellrc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/linters/.codespellrc diff --git a/.github/linters/.codespellrc b/.github/linters/.codespellrc new file mode 100644 index 00000000..5f3e9d96 --- /dev/null +++ b/.github/linters/.codespellrc @@ -0,0 +1,2 @@ +[codespell] +skip = ./.github/linters