Skip to content

Commit d2cb891

Browse files
docs: update documentation assets (#4806)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent 8a8e6ef commit d2cb891

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
Follow 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

522
1. Enhancements

assets/linters-info.json

+3
Original file line numberDiff line numberDiff line change
@@ -749,6 +749,9 @@
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,

0 commit comments

Comments
 (0)