Skip to content

Commit 3d6d0e7

Browse files
author
Sergey Vilgelm
authored
Prepare v1.31.0 (golangci#1356)
* Update CHANGELOG * Clean up the go.sum * Update contributors list
1 parent 2cb7515 commit 3d6d0e7

File tree

3 files changed

+73
-65
lines changed

3 files changed

+73
-65
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,28 @@
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+
5+
### Septempber 2020
6+
7+
1. update exhaustive linter (#1339)
8+
9+
410
### August 2020
511

612
1. new `nlreturn` linter: https://github.com/ssgreg/nlreturn
713
2. new `gci` linter: https://github.com/daixiang0/gci
814
3. support `latest` version of golangci-lint in golangci-lint-action
915
4. update `gosec` linter from 2.3.0 to 2.4.0
1016
5. update `godot` linter from 0.4.2 to 0.4.8
17+
6. update `go-critic` from 0.5.0 to 0.5.2 (#1307)
18+
7. update `nlreturn` from 2.0.1 to 2.0.2 (#1287), 2.0.2 to 2.1.0 (#1327)
19+
8. update `gci` to v0.2.1 (#1292), to v0.2.2 (#1305), to v0.2.4 (#1337),
20+
9. update `funlen` from 0.0.2 to 0.0.3 (#1341)
21+
10. upgrade to golang 1.15 for smaller binary (#1303)
22+
11. support short and json formats for version cmd (#1315)
23+
12. add home directory to config file search paths (#1325)
24+
13. allow for serializing multiple golangci-lint invocations (#1302)
25+
1126

1227
### July 2020
1328

0 commit comments

Comments
 (0)