File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 8
8
pass_filenames : false
9
9
- id : golangci-lint-full
10
10
name : golangci-lint-full
11
- description : Fast linters runner for Go. Runs on all files in the repo . Use this hook if you use pre-commit in CI.
11
+ description : Fast linters runner for Go. Runs on all files in the module . Use this hook if you use pre-commit in CI.
12
12
entry : golangci-lint run --fix
13
13
types : [go]
14
14
language : golang
15
15
require_serial : true
16
16
pass_filenames : false
17
+ - id : golangci-lint-fmt
18
+ name : golangci-lint-fmt
19
+ description : Fast linters runner for Go. Formats all files in the repo.
20
+ entry : golangci-lint fmt
21
+ types : [go]
22
+ language : golang
23
+ require_serial : true
24
+ pass_filenames : false
17
25
- id : golangci-lint-config-verify
18
26
name : golangci-lint-config-verify
19
27
description : Verifies the configuration file
You can’t perform that action at this time.
0 commit comments