Skip to content

Commit 956db12

Browse files
build(deps): bump golang.org/x/tools from 0.40.0 to 0.41.0 (#6319)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
1 parent a410925 commit 956db12

File tree

6 files changed

+5
-236
lines changed

6 files changed

+5
-236
lines changed

.golangci.next.reference.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2132,8 +2132,6 @@ linters:
21322132
disable:
21332133
# Replace interface{} with any.
21342134
- any
2135-
# Replace for-range over b.N with b.Loop.
2136-
- bloop
21372135
# Replace []byte(fmt.Sprintf) with fmt.Appendf.
21382136
- fmtappendf
21392137
# Remove redundant re-declaration of loop variables.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ require (
143143
golang.org/x/mod v0.32.0
144144
golang.org/x/sync v0.19.0
145145
golang.org/x/sys v0.40.0
146-
golang.org/x/tools v0.40.0
146+
golang.org/x/tools v0.41.0
147147
honnef.co/go/tools v0.6.1
148148
mvdan.cc/gofumpt v0.9.2
149149
mvdan.cc/unparam v0.0.0-20251027182757-5beb8c8f8f15

go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jsonschema/golangci.next.jsonschema.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,6 @@
715715
"modernize-analyzers": {
716716
"enum": [
717717
"any",
718-
"bloop",
719718
"fmtappendf",
720719
"forvar",
721720
"mapsloop",

pkg/golinters/modernize/testdata/fix/in/bloop_test.go

Lines changed: 0 additions & 117 deletions
This file was deleted.

pkg/golinters/modernize/testdata/fix/out/bloop_test.go

Lines changed: 0 additions & 111 deletions
This file was deleted.

0 commit comments

Comments
 (0)