Skip to content

Commit 17399c9

Browse files
committed
Remove unused directive for linter "gocyclo"
1 parent c356175 commit 17399c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/config/loader.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,6 @@ func (l *Loader) handleDeprecation() error {
364364
return nil
365365
}
366366

367-
//nolint:gocyclo // the complexity cannot be reduced.
368367
func (l *Loader) handleLinterOptionDeprecations() {
369368
// Deprecated since v1.57.0,
370369
// but it was unofficially deprecated since v1.19 (2019) (https://github.com/golangci/golangci-lint/pull/697).

0 commit comments

Comments
 (0)