File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ linters:
138
138
- name : unused-receiver
139
139
140
140
exclusions :
141
+ warn-unused : true
141
142
presets :
142
143
- comments
143
144
- std-error-handling
@@ -171,11 +172,6 @@ linters:
171
172
linters : [gosec]
172
173
text : " G306: Expect WriteFile permissions to be 0600 or less"
173
174
174
- # Related to migration command.
175
- - path : pkg/commands/internal/migrate/two/
176
- linters :
177
- - lll
178
-
179
175
# Related to migration command.
180
176
- path : pkg/commands/internal/migrate/
181
177
linters :
@@ -199,10 +195,3 @@ formatters:
199
195
goimports :
200
196
local-prefixes :
201
197
- github.com/golangci/golangci-lint/v2
202
- exclusions :
203
- paths :
204
- - test/testdata_etc # test files
205
- - internal/go # extracted from Go code
206
- - internal/x # extracted from x/tools code
207
- - pkg/goformatters/gci/internal # extracted from gci code
208
- - pkg/goanalysis/runner_checker.go # extracted from x/tools code
You can’t perform that action at this time.
0 commit comments