From 4a4318dcf7031117443aead0866e7cd4772b19d5 Mon Sep 17 00:00:00 2001 From: lukasmetzner Date: Tue, 17 Dec 2024 16:03:10 +0100 Subject: [PATCH] style: moved golangci-lint to ensure shell formatters are grouped --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 240b0985..abe3cac3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -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: