Skip to content

Commit 804e5ec

Browse files
committed
chore: prepare release
1 parent 46d7813 commit 804e5ec

File tree

3 files changed

+5311
-1
lines changed

3 files changed

+5311
-1
lines changed

CHANGELOG.md

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

99
<!-- START --->
1010

11+
### v2.11.0
12+
13+
_Released on 2026-03-06_
14+
15+
1. Linters new features or changes
16+
* `errcheck`: from 1.9.0 to 1.10.0 (exclude `crypto/rand.Read` by default)
17+
* `gosec`: from 2.23.0 to 2.24.6 (new rules: `G113`, `G118`, `G119`, `G120`, `G121`, `G122`, `G123`, `G408`, `G707`)
18+
* `noctx`: from 0.4.0 to 0.5.0 (new detection: `httptest.NewRequestWithContext`)
19+
* `prealloc`: from 1.0.2 to 1.1.0
20+
* `revive`: from 1.14.0 to 1.15.0 (⚠️ Breaking change: package-related checks moved from `var-naming` to a new rule `package-naming`)
21+
2. Linters bug fixes
22+
* `gocognit`: from 1.2.0 to 1.2.1
23+
* `gosec`: from 2.24.6 to 2.24.7
24+
* `unqueryvet`: from 1.5.3 to 1.5.4
25+
1126
### v2.10.1
1227

1328
_Released on 2026-02-17_

jsonschema/golangci.jsonschema.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,10 +504,17 @@
504504
"G110",
505505
"G111",
506506
"G112",
507+
"G113",
507508
"G114",
508509
"G115",
509510
"G116",
510511
"G117",
512+
"G118",
513+
"G119",
514+
"G120",
515+
"G121",
516+
"G122",
517+
"G123",
511518
"G201",
512519
"G202",
513520
"G203",
@@ -525,6 +532,7 @@
525532
"G404",
526533
"G405",
527534
"G406",
535+
"G408",
528536
"G501",
529537
"G502",
530538
"G503",
@@ -539,7 +547,8 @@
539547
"G703",
540548
"G704",
541549
"G705",
542-
"G706"
550+
"G706",
551+
"G707"
543552
]
544553
},
545554
"govet-analyzers": {
@@ -656,6 +665,7 @@
656665
"nested-structs",
657666
"optimize-operands-order",
658667
"package-comments",
668+
"package-naming",
659669
"package-directory-mismatch",
660670
"range-val-address",
661671
"range-val-in-closure",

0 commit comments

Comments
 (0)