File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -88,11 +88,6 @@ var defaultLintersSettings = LintersSettings{
88
88
IgnoreTests : true ,
89
89
WatchForScripts : []string {"Han" },
90
90
},
91
- Iface : IfaceSettings {
92
- Unused : true ,
93
- Identical : true ,
94
- Opaque : true ,
95
- },
96
91
Inamedparam : INamedParamSettings {
97
92
SkipSingleParam : false ,
98
93
},
Original file line number Diff line number Diff line change @@ -3,12 +3,13 @@ package iface
3
3
import (
4
4
"slices"
5
5
6
- "github.com/golangci/golangci-lint/pkg/config"
7
- "github.com/golangci/golangci-lint/pkg/goanalysis"
8
6
"github.com/uudashr/iface/identical"
9
7
"github.com/uudashr/iface/opaque"
10
8
"github.com/uudashr/iface/unused"
11
9
"golang.org/x/tools/go/analysis"
10
+
11
+ "github.com/golangci/golangci-lint/pkg/config"
12
+ "github.com/golangci/golangci-lint/pkg/goanalysis"
12
13
)
13
14
14
15
var allAnalyzers = []* analysis.Analyzer {
You can’t perform that action at this time.
0 commit comments