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 609273b commit 5fbc960Copy full SHA for 5fbc960
.pre-commit-config.yaml
@@ -3,6 +3,11 @@ exclude: '(\.bin|\.abi)'
3
repos:
4
- repo: local
5
hooks:
6
+ - id: goimports
7
+ name: Goimport all files
8
+ entry: ./.githooks/goimports
9
+ language: script
10
+ pass_filenames: false
11
- id: go-lint
12
name: Check Go Lint
13
entry: ./.githooks/go-lint
0 commit comments