Skip to content

Commit 95dcb68

Browse files
committed
chore: prepare release
1 parent 87a60c9 commit 95dcb68

File tree

3 files changed

+5297
-1
lines changed

3 files changed

+5297
-1
lines changed

CHANGELOG.md

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

99
<!-- START --->
1010

11+
### v2.10.0
12+
13+
_Released on 2026-02-17_
14+
15+
1. Linters new features or changes
16+
* `ginkgolinter`: from 0.22.0 to 0.23.0
17+
* `gosec`: from 2.22.11 to 2.23.0 (new rules: `G117`, `G602`, `G701`, `G702`, `G703`, `G704`, `G705`, `G706`)
18+
* `staticcheck`: from 0.6.1 to 0.7.0
19+
2. Linters bug fixes
20+
* `godoclint`: from 0.11.1 to 0.11.2
21+
1122
### v2.9.0
1223

1324
_Released on 2026-02-10_

jsonschema/golangci.jsonschema.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,7 @@
507507
"G114",
508508
"G115",
509509
"G116",
510+
"G117",
510511
"G201",
511512
"G202",
512513
"G203",
@@ -532,7 +533,13 @@
532533
"G506",
533534
"G507",
534535
"G601",
535-
"G602"
536+
"G602",
537+
"G701",
538+
"G702",
539+
"G703",
540+
"G704",
541+
"G705",
542+
"G706"
536543
]
537544
},
538545
"govet-analyzers": {

0 commit comments

Comments
 (0)