Skip to content

Commit 9c47715

Browse files
authored
Update doc for v1.37.0 (#1742)
1 parent 34e5fc6 commit 9c47715

File tree

4 files changed

+94
-56
lines changed

4 files changed

+94
-56
lines changed

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,44 @@
11
Follow the news and releases on our [twitter](https://twitter.com/golangci) and our [blog](https://medium.com/golangci).
22
There is the most valuable changes log:
33

4+
## February 2021
5+
6+
1. new linters:
7+
* `durationcheck`: https://github.com/charithe/durationcheck
8+
* `revive`: https://github.com/mgechev/revive
9+
* `cyclop`: https://github.com/bkielbasa/cyclop
10+
2. update linters:
11+
* prealloc: Use upstream version
12+
* Use upstream gocyclo
13+
* `godot` from 1.3.2 to 1.4.3
14+
* `exhaustivestruct` from 1.1.0 to 1.2.0
15+
* `forbidigo` from 1.0.0 to 1.1.0
16+
* `thelper` from 0.2.1 to 0.3.1
17+
* `ruleguard`: print error message and exit with non-zero status when parsing error occurs
18+
* fix wrong load mode for `asciicheck`, `exhaustivestruct`, `exportloopref`, and `makezero`
19+
3. CLI: truncate multiline descriptions
20+
4. fix: new-from-rev for a large repository
21+
5. use go1.16 to create binaries
22+
6. fix: MIPS release
23+
7. documentation:
24+
* bump documentation dependencies
25+
426
## January 2021
527

628
1. new linters:
729
* `predeclared`: https://github.com/nishanths/predeclared
830
* `ifshort`: https://github.com/esimonov/ifshort
931
2. update linters:
1032
* `go-critic` from 0.5.2 to 0.5.3
11-
* `thelper` from 0.1.0 to 0.2.0, to 0.2.1
33+
* `thelper` from 0.1.0 to 0.2.1
1234
* Validate `go-critic` settings
1335
* `gofumpt` to v0.1.0
1436
* `gci` to v0.2.8
1537
* `go-mnd` to v2.3.1
1638
* `gosec` from 2.5.0 to 2.6.1
1739
* `godot` from 1.3.2 to 1.4.3
40+
* `ifshort` to v1.0.1
41+
* `rowserrcheck`: fix reports false positive
1842
3. fix: modules-download-mode support
1943
4. documentation:
2044
* bump documentation dependencies

0 commit comments

Comments
 (0)