We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c89955 commit dc33d84Copy full SHA for dc33d84
CHANGELOG.md
@@ -1,5 +1,22 @@
1
Follow the news and releases on [Mastodon](https://fosstodon.org/@golangcilint) and on [Twitter](https://twitter.com/golangci).
2
3
+### v1.59.1
4
+
5
+1. Updated linters
6
+ * `go-errorlint`: from 1.5.1 to 1.5.2
7
+ * `gomnd`: deprecated configuration compatibility
8
+ * `intrange`: add `style` preset
9
+ * `misspell`: from 0.5.1 to 0.6.0
10
+ * `sloglint`: from 0.7.0 to 0.7.1
11
+ * `testifylint`: from 1.3.0 to 1.3.1
12
+ * `unparam`: bump to HEAD
13
+ * `usestdlibvars`: from 1.25.0 to 1.26.0
14
+2. Fixes
15
+ * SARIF: init empty result slice
16
+ * SARIF: issue column >= 1
17
+3. Documentation
18
+ * update `revive` configuration
19
20
### v1.59.0
21
22
1. Enhancements
0 commit comments