From ac30d7f5a67daace2bc7efa6144be98e888e4546 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 11:09:17 -0400 Subject: [PATCH] CI(deps): Update super-linter/super-linter action to v7 (#1174) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * CI(deps): Update super-linter/super-linter action to v7 * Disable python pyink linter * Update super-linter.yml * Disable markdown prettier --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Edouard Choinière <27212526+echoix@users.noreply.github.com> --- .github/workflows/super-linter.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index fe81613d2b..d63eb9c4b8 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -32,8 +32,9 @@ jobs: # list of files that changed across commits fetch-depth: 0 - name: Lint code base - uses: super-linter/super-linter@1fa6ba58a88783e9714725cf89ac26d53e80c148 # v6.9.0 + uses: super-linter/super-linter@b92721f792f381cedc002ecdbb9847a15ece5bb8 # v7.1.0 env: + ENABLE_GITHUB_ACTIONS_STEP_SUMMARY: true GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # By default, super-linter expect all linters to have their config # files inside .github/linters. @@ -47,14 +48,19 @@ jobs: VALIDATE_CPP: false # Until a configuration file is created to not contradict clang-format VALIDATE_GITLEAKS: false # Until configured to ignore g.parser key in main.c files VALIDATE_HTML: false # Until configured, some valid findings + VALIDATE_HTML_PRETTIER: false # Until properly formatted VALIDATE_JSCPD: false # Too many detections, should be enabled only for changed files + VALIDATE_JSON_PRETTIER: false # Until fixed + VALIDATE_JSONC_PRETTIER: false VALIDATE_LATEX: false # Until issues are fixed, some valid findings + VALIDATE_MARKDOWN_PRETTIER: false # Until issues are fixed VALIDATE_NATURAL_LANGUAGE: false # Until issues are fixed, lots of valid suggestions VALIDATE_PERL: false # Until issues are fixed VALIDATE_PYTHON_BLACK: false # Until code is upgraded to a newer black version VALIDATE_PYTHON_FLAKE8: false VALIDATE_PYTHON_ISORT: false # Until issues are fixed VALIDATE_PYTHON_MYPY: false # Issue with module name wx.wms + VALIDATE_PYTHON_PYINK: false # fork of black with different behavior VALIDATE_PYTHON_PYLINT: false # Until issues are fixed VALIDATE_PYTHON_RUFF: false # Until ruff is configured and most issues fixed VALIDATE_R: false