Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .golangci.next.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2132,8 +2132,6 @@ linters:
disable:
# Replace interface{} with any.
- any
# Replace for-range over b.N with b.Loop.
- bloop
# Replace []byte(fmt.Sprintf) with fmt.Appendf.
- fmtappendf
# Remove redundant re-declaration of loop variables.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ require (
golang.org/x/mod v0.32.0
golang.org/x/sync v0.19.0
golang.org/x/sys v0.40.0
golang.org/x/tools v0.40.0
golang.org/x/tools v0.41.0
honnef.co/go/tools v0.6.1
mvdan.cc/gofumpt v0.9.2
mvdan.cc/unparam v0.0.0-20251027182757-5beb8c8f8f15
Expand Down
8 changes: 4 additions & 4 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion jsonschema/golangci.next.jsonschema.json
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,6 @@
"modernize-analyzers": {
"enum": [
"any",
"bloop",
"fmtappendf",
"forvar",
"mapsloop",
Expand Down
117 changes: 0 additions & 117 deletions pkg/golinters/modernize/testdata/fix/in/bloop_test.go

This file was deleted.

111 changes: 0 additions & 111 deletions pkg/golinters/modernize/testdata/fix/out/bloop_test.go

This file was deleted.

Loading