Skip to content

Commit a4b55eb

Browse files
committed
chore: prepare release
1 parent c5e3dec commit a4b55eb

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

.golangci.next.reference.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2149,8 +2149,6 @@ linters:
21492149
- slicessort
21502150
# Use iterators instead of Len/At-style APIs.
21512151
- stditerators
2152-
# Replace strings.Index etc. with strings.Cut.
2153-
- stringscut
21542152
# Replace HasPrefix/TrimPrefix with CutPrefix.
21552153
- stringscutprefix
21562154
# Replace ranging over Split/Fields with SplitSeq/FieldsSeq.

.golangci.reference.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2149,8 +2149,6 @@ linters:
21492149
- slicessort
21502150
# Use iterators instead of Len/At-style APIs.
21512151
- stditerators
2152-
# Replace strings.Index etc. with strings.Cut.
2153-
- stringscut
21542152
# Replace HasPrefix/TrimPrefix with CutPrefix.
21552153
- stringscutprefix
21562154
# Replace ranging over Split/Fields with SplitSeq/FieldsSeq.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ If you value it, consider supporting us, we appreciate it!
88

99
<!-- START --->
1010

11+
### v2.7.1
12+
13+
_Released on 2025-12-04_
14+
15+
1. Linter bug fixes
16+
* `modernize`: disable `stringscut` analyzer
17+
1118
### v2.7.0
1219

1320
_Released on 2025-12-03_

jsonschema/golangci.jsonschema.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,6 @@
726726
"slicescontains",
727727
"slicessort",
728728
"stditerators",
729-
"stringscut",
730729
"stringscutprefix",
731730
"stringsseq",
732731
"stringsbuilder",

jsonschema/golangci.next.jsonschema.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,6 @@
726726
"slicescontains",
727727
"slicessort",
728728
"stditerators",
729-
"stringscut",
730729
"stringscutprefix",
731730
"stringsseq",
732731
"stringsbuilder",

0 commit comments

Comments
 (0)