1
1
Follow the news and releases on [ Mastodon] ( https://fosstodon.org/@golangcilint ) and on [ Twitter] ( https://twitter.com/golangci ) .
2
2
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
+
3
37
### v1.59.1
4
38
5
39
1 . Updated linters
6
- * ` go- errorlint` : from 1.5.1 to 1.5.2
40
+ * ` errorlint ` : from 1.5.1 to 1.5.2
7
41
* ` gomnd ` : deprecated configuration compatibility
8
42
* ` intrange ` : add ` style ` preset
9
43
* ` misspell ` : from 0.5.1 to 0.6.0
@@ -15,7 +49,7 @@ Follow the news and releases on [Mastodon](https://fosstodon.org/@golangcilint)
15
49
* SARIF: init empty result slice
16
50
* SARIF: issue column >= 1
17
51
3 . Documentation
18
- * update ` revive ` configuration
52
+ * ` revive ` : update documentation of the configuration
19
53
20
54
### v1.59.0
21
55
0 commit comments