File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ var cmds = []acmd.Command{
33
33
{
34
34
Name : "check" ,
35
35
Description : "run linter over specified targets" ,
36
- Do : check .Main ,
36
+ ExecFunc : check .Main ,
37
37
},
38
38
{
39
39
Name : "doc" ,
40
40
Description : "get installed checkers documentation" ,
41
- Do : lintdoc .Main ,
41
+ ExecFunc : lintdoc .Main ,
42
42
},
43
43
}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/go-critic/go-critic
3
3
go 1.16
4
4
5
5
require (
6
- github.com/cristalhq/acmd v0.7 .0
6
+ github.com/cristalhq/acmd v0.8 .0
7
7
github.com/go-toolsmith/astcast v1.0.0
8
8
github.com/go-toolsmith/astcopy v1.0.1
9
9
github.com/go-toolsmith/astequal v1.0.2
Original file line number Diff line number Diff line change 1
- github.com/cristalhq/acmd v0.7 .0 h1:jiVahGDA+VE1eLmgtMqwGezkCoyVhzWRN25paFZFZsA =
2
- github.com/cristalhq/acmd v0.7 .0 /go.mod h1:LG5oa43pE/BbxtfMoImHCQN++0Su7dzipdgBjMCBVDQ =
1
+ github.com/cristalhq/acmd v0.8 .0 h1:0NFc0ixjHMJ1kJyoBZoklcSgw4PGBpD6XRuMv733xEg =
2
+ github.com/cristalhq/acmd v0.8 .0 /go.mod h1:LG5oa43pE/BbxtfMoImHCQN++0Su7dzipdgBjMCBVDQ =
3
3
github.com/go-toolsmith/astcast v1.0.0 h1:JojxlmI6STnFVG9yOImLeGREv8W2ocNUM+iOhR6jE7g =
4
4
github.com/go-toolsmith/astcast v1.0.0 /go.mod h1:mt2OdQTeAQcY4DQgPSArJjHCcOwlX+Wl/kwN+LbLGQ4 =
5
5
github.com/go-toolsmith/astcopy v1.0.0 /go.mod h1:vrgyG+5Bxrnz4MZWPF+pI4R8h3qKRjjyvV/DSez4WVQ =
You can’t perform that action at this time.
0 commit comments