File tree 2 files changed +20
-0
lines changed
2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1
1
Follow the news and releases on [ Mastodon] ( https://fosstodon.org/@golangcilint ) and on [ Twitter] ( https://twitter.com/golangci ) .
2
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
+
3
20
### v1.59.0
4
21
5
22
1 . Enhancements
Original file line number Diff line number Diff line change 749
749
"name" : " intrange" ,
750
750
"desc" : " intrange is a linter to find places where for loops could make use of an integer range." ,
751
751
"loadMode" : 7 ,
752
+ "inPresets" : [
753
+ " style"
754
+ ],
752
755
"originalURL" : " https://github.com/ckaznocha/intrange" ,
753
756
"internal" : false ,
754
757
"isSlow" : false ,
You can’t perform that action at this time.
0 commit comments