Skip to content

Commit

Permalink
CI(deps): Update super-linter/super-linter action to v7 (#1174)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
renovate[bot] and echoix authored Sep 24, 2024
1 parent 18bf784 commit ac30d7f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit ac30d7f

Please sign in to comment.