File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -72,25 +72,25 @@ repos:
72
72
- repo : https://github.com/TekWizely/pre-commit-golang
73
73
rev : v1.0.0-rc.1
74
74
hooks :
75
- # Style Checkers
76
- - id : go-critic
77
- # StaticCheck
78
- - id : go-staticcheck-repo-mod
79
75
# Go Build
80
76
- id : go-build-repo-mod
77
+ # Style Checkers
78
+ - id : go-critic
79
+ # goimports
80
+ - id : go-imports-repo
81
+ args :
82
+ # Write changes to files
83
+ - -w
81
84
# Go Mod Tidy
82
85
- id : go-mod-tidy-repo
86
+ # GoSec
87
+ - id : go-sec-repo-mod
88
+ # StaticCheck
89
+ - id : go-staticcheck-repo-mod
83
90
# Go Test
84
91
- id : go-test-repo-mod
85
92
# Go Vet
86
93
- id : go-vet-repo-mod
87
- # GoSec
88
- - id : go-sec-repo-mod
89
- # goimports
90
- - id : go-imports-repo
91
- args :
92
- # Write changes to files
93
- - -w
94
94
# Nix hooks
95
95
- repo : https://github.com/nix-community/nixpkgs-fmt
96
96
rev : v1.3.0
@@ -205,5 +205,5 @@ repos:
205
205
- repo : https://github.com/cisagov/pre-commit-packer
206
206
rev : v0.3.0
207
207
hooks :
208
- - id : packer_validate
209
208
- id : packer_fmt
209
+ - id : packer_validate
You can’t perform that action at this time.
0 commit comments