Skip to content

Commit b9408a3

Browse files
docs: Update documentation and assets (#2182)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent c6142e3 commit b9408a3

File tree

4 files changed

+122
-76
lines changed

4 files changed

+122
-76
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,49 @@
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+
### August 2021
5+
6+
1. new linters:
7+
* Add `errname` linter
8+
2. update linters:
9+
* `gomodguard`: from 1.2.2 to 1.2.3
10+
* `revive`: from 1.0.9 to 1.1.0
11+
* `staticcheck`: bump to 2021.1.1 (v0.2.1)
12+
* `wrapcheck`: bump to v2.3.0
13+
14+
### July 2021
15+
16+
1. update linters:
17+
* `errcheck`: allow exclude config without extra file
18+
* `exhaustive`: from 0.1.0 to 0.2.3
19+
* `gocognit`: from 1.0.1 to 1.0.5
20+
* `godot`: from 1.4.7 to 1.4.8
21+
* `gomoddirectives`: from 0.2.1 to 0.2.2
22+
* `revive`: from 1.0.8 to 1.0.9
23+
2. documentation:
24+
* improve `goconst` documentation
25+
* improve `goimports` description
26+
427
### June 2021
528

629
1. update linters:
730
* `durationcheck`: from 0.0.7 to 0.0.8
31+
* `gci`: from 0.2.8 to 0.2.9
832
* `goconst`: from 0.5.6 to 0.5.7
33+
* `gofumpt`: Add lang-version option
934
* `gomodguard`: from 1.2.1 to 1.2.2
35+
* `gosec`: from 2.8.0 to 2.8.1
36+
* `revive`: add enable-all-rules.
1037
* `revive`: allow to disable rule
1138
* `revive`: fix exclude comment rule for const block
39+
* `revive`: from 1.0.7 to 1.0.8
40+
* `wrapcheck`: from 2.1.0 to 2.2.0
1241
2. documentation:
1342
* add all integrations to docs introduction page
1443
3. Misc:
1544
* 🎉 Un-deprecate enable-all option
1645
* output: generate HTML report
46+
* Support RISV64
1747

1848
### May 2021
1949

0 commit comments

Comments
 (0)