File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ require (
58
58
github.com/nishanths/predeclared v0.2.1
59
59
github.com/pkg/errors v0.9.1
60
60
github.com/polyfloyd/go-errorlint v0.0.0-20210510181950-ab96adb96fea
61
+ github.com/quasilyte/go-ruleguard/dsl v0.3.7-0.20210606045906-551c02cfe6d8
61
62
github.com/ryancurrah/gomodguard v1.2.1
62
63
github.com/ryanrolds/sqlclosecheck v0.3.0
63
64
github.com/sanposhiho/wastedassign/v2 v2.0.6
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import (
11
11
"sync"
12
12
13
13
gocriticlinter "github.com/go-critic/go-critic/framework/linter"
14
+ _ "github.com/quasilyte/go-ruleguard/dsl"
14
15
"golang.org/x/tools/go/analysis"
15
16
16
17
"github.com/golangci/golangci-lint/pkg/config"
You can’t perform that action at this time.
0 commit comments