We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f4c9ce commit 0f2d756Copy full SHA for 0f2d756
.pre-commit-config.yaml
@@ -1,9 +1,13 @@
1
# See https://pre-commit.com for more information
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
-- repo: https://github.com/golangci/golangci-lint
+ - repo: https://github.com/golangci/golangci-lint
5
rev: v1.62.2
6
hooks:
7
- - id: golangci-lint
+ - id: golangci-lint
8
args:
9
- - "--tests=false"
+ - "--tests=false"
10
+ - repo: https://github.com/antonbabenko/pre-commit-terraform
11
+ rev: v1.96.2
12
+ hooks:
13
+ - id: terraform_fmt
0 commit comments