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