diff --git a/.golangci.yml b/.golangci.yml new file mode 100644 index 0000000..9692e46 --- /dev/null +++ b/.golangci.yml @@ -0,0 +1,2 @@ +run: + allow-parallel-runners: true diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ce54f22..3a50a21 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - --project - unboundsoftware/shiny/sentrysetup - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.4.0 + rev: v9.5.0 hooks: - id: commitlint stages: [ commit-msg ] @@ -39,5 +39,8 @@ repos: rev: v0.0.1 hooks: - id: go-test - - id: golangci-lint - id: gofumpt +- repo: https://github.com/golangci/golangci-lint + rev: v1.52.2 + hooks: + - id: golangci-lint