File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ linters-settings:
32
32
lll :
33
33
line-length : 140
34
34
goimports :
35
- local-prefixes : github.com/golangci/golangci-lint github.com/golangci/golangci-lint/pkg/golinters/goanalysis
35
+ local-prefixes : github.com/golangci/golangci-lint
36
36
gocritic :
37
37
enabled-tags :
38
38
- diagnostic
Original file line number Diff line number Diff line change 1
1
package golinters
2
2
3
3
import (
4
- "github.com/golangci/golangci-lint/pkg/golinters/goanalysis "
4
+ magic_numbers "github.com/tommy-muehle/go-mnd "
5
5
"golang.org/x/tools/go/analysis"
6
6
7
- magic_numbers "github.com/tommy-muehle/go-mnd "
7
+ "github.com/golangci/golangci-lint/pkg/golinters/goanalysis "
8
8
)
9
9
10
10
func NewGomnd () * goanalysis.Linter {
You can’t perform that action at this time.
0 commit comments