Skip to content

Commit 09e5bb1

Browse files
committed
chore: add changelog
1 parent 4d74f43 commit 09e5bb1

File tree

2 files changed

+3775
-2
lines changed

2 files changed

+3775
-2
lines changed

CHANGELOG.md

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,43 @@
11
Follow the news and releases on [Mastodon](https://fosstodon.org/@golangcilint) and on [Twitter](https://twitter.com/golangci).
22

3+
### v1.60.1
4+
5+
1. Updated linters
6+
* `errorlint`: from 1.5.2 to 1.6.0
7+
* `exhaustruct`: from 3.2.0 to 3.3.0 (recognize custom error values in return)
8+
* `fatcontext`: from 0.2.2 to 0.4.0 (fix false positives for context stored in structs)
9+
* `gocognit`: from 1.1.2 to 1.1.3
10+
* `gomodguard`: from 1.3.2 to 1.3.3
11+
* `govet` (`printf`): report non-constant format, no args
12+
* `lll`: advertise max line length instead of just reporting failure
13+
* `revive`: from 1.3.7 to 1.3.9 (new rule: `comments-density`)
14+
* `sloglint`: from 0.7.1 to 0.7.2
15+
* `spancheck`: from 0.6.1 to 0.6.2
16+
* `staticcheck`: from 0.4.7 to 0.5.0
17+
* `tenv`: from 1.7.1 to 1.10.0 (remove reports on fuzzing)
18+
* `testifylint`: from 1.3.1 to 1.4.3 (new options: `formatter`, `suite-broken-parallel`, `suite-subtest-run`)
19+
* `tparallel`: from 0.3.1 to 0.3.2
20+
* `usestdlibvars`: from 1.26.0 to 1.27.0 (fix false-positive with number used inside a mathematical operations)
21+
* `wsl`: from 4.2.1 to 4.4.1
22+
* ️⚠️ `unused`: remove `exported-is-used` option
23+
2. Fixes
24+
* SARIF: sanitize level property
25+
* ️⚠️ `typecheck` issues should never be ignored
26+
3. Documentation
27+
* Add link on linter without configuration
28+
* Remove 'trusted by' page
29+
* `wsl` update documentation of the configuration
30+
4. misc.
31+
* 🎉 go1.23 support
32+
33+
### v1.60.0
34+
35+
Cancelled due to a CI problem.
36+
337
### v1.59.1
438

539
1. Updated linters
6-
* `go-errorlint`: from 1.5.1 to 1.5.2
40+
* `errorlint`: from 1.5.1 to 1.5.2
741
* `gomnd`: deprecated configuration compatibility
842
* `intrange`: add `style` preset
943
* `misspell`: from 0.5.1 to 0.6.0
@@ -15,7 +49,7 @@ Follow the news and releases on [Mastodon](https://fosstodon.org/@golangcilint)
1549
* SARIF: init empty result slice
1650
* SARIF: issue column >= 1
1751
3. Documentation
18-
* update `revive` configuration
52+
* `revive`: update documentation of the configuration
1953

2054
### v1.59.0
2155

0 commit comments

Comments
 (0)