mirror of
https://github.com/astral-sh/ruff
synced 2026-01-21 05:20:49 -05:00
Add language: golang to actionlint pre-commit hook (#22483)
This commit is contained in:
committed by
GitHub
parent
dc61104726
commit
a0f2cd0ded
@@ -125,6 +125,7 @@ repos:
|
||||
args:
|
||||
- "-ignore=SC2129" # ignorable stylistic lint from shellcheck
|
||||
- "-ignore=SC2016" # another shellcheck lint: seems to have false positives?
|
||||
language: golang # means renovate will also update `additional_dependencies`
|
||||
additional_dependencies:
|
||||
# actionlint has a shellcheck integration which extracts shell scripts in `run:` steps from GitHub Actions
|
||||
# and checks these with shellcheck. This is arguably its most useful feature,
|
||||
|
||||
Reference in New Issue
Block a user