Skip to content

Commit

Permalink
style: moved golangci-lint to ensure shell formatters are grouped
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmetzner committed Dec 17, 2024
1 parent 195dbb6 commit 4a4318d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ repos:
files: \.(md|ya?ml)$
exclude: ^(CHANGELOG.md|chart/templates/.*|chart/.snapshots/.*)$

- repo: https://github.com/golangci/golangci-lint
rev: v1.62.2
hooks:
- id: golangci-lint-full
args: [--timeout=5m]
language_version: 1.23.4 # renovate: datasource=golang-version

- repo: local
hooks:
- id: shfmt
Expand All @@ -46,13 +53,6 @@ repos:
entry: shfmt -i 2 -ci -sr -kp -w
types: [shell]

- repo: https://github.com/golangci/golangci-lint
rev: v1.62.2
hooks:
- id: golangci-lint-full
args: [--timeout=5m]
language_version: 1.23.4 # renovate: datasource=golang-version

- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.10.0.1
hooks:
Expand Down

0 comments on commit 4a4318d

Please sign in to comment.