Skip to content

Commit 65c47cb

Browse files
docs: Update documentation and assets (#2342)
Co-authored-by: Fernandez Ludovic <lfernandez.dev@gmail.com>
1 parent 861262b commit 65c47cb

File tree

4 files changed

+159
-91
lines changed

4 files changed

+159
-91
lines changed

CHANGELOG.md

+47-4
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,68 @@
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+
### November 2021
5+
6+
1. new linters:
7+
* `bidichk`: https://github.com/breml/bidichk
8+
2. update linters:
9+
* `nestif`: from 0.3.0 to 0.3.1
10+
* `rowserrcheck`: from 1.1.0 to 1.1.1
11+
* `gopsutil`: from 3.21.9 to 3.21.10
12+
* `wrapcheck`: from 2.3.1 to 2.4.0
13+
* `gocritic`: add support for variable substitution in `ruleguard` path settings
14+
3. documentation:
15+
* improve `go-critic` documentation
16+
* improve `nolintlint` documentation
17+
4. Misc:
18+
* cli: don't hide `enable-all` option
19+
20+
### october 2021
21+
22+
1. new linters:
23+
* `contextcheck`: https://github.com/sylvia7788/contextcheck
24+
* `varnamelen`: https://github.com/blizzy78/varnamelen
25+
2. update linters:
26+
* `gochecknoglobals`: to v0.1.0
27+
* `gosec`: filter issues according to the severity and confidence
28+
* `errcheck`: empty selector name.
29+
* `ifshort`: from 1.0.2 to 1.0.3
30+
* `go-critic`: from 0.5.6 to 0.6.0
31+
* `gosec`: from 2.8.1 to 2.9.1
32+
* `durationcheck`: from 0.0.8 to 0.0.9
33+
* `wrapcheck`: from 2.3.0 to 2.3.1
34+
* `revive`: from 1.1.1 to 1.1.2
35+
436
### September 2021
537

6-
1. update linters:
38+
1. new linters:
39+
* `ireturn`: https://github.com/butuzov/ireturn
40+
* `nilnil`: https://github.com/Antonboom/nilnil
41+
* `tenv`: https://github.com/sivchari/tenv
42+
2. update linters:
743
* `errcheck`: update to HEAD
44+
* `errname`: from 0.1.4 to 0.1.5
845
* `gci`: Parse the settings more similarly to the CLI
46+
* `godot`: from 1.4.9 to 1.4.11
47+
* `ireturn`: from 0.1.0 to 0.1.1
48+
* `nlreturn`: add block-size option
49+
* `paralleltest`: from 1.0.2 to 1.0.3
50+
3. Misc:
51+
* new-from-rev: add support for finding issues in entire files in a diff
952

1053
### August 2021
1154

1255
1. new linters:
13-
* Add `errname` linter
56+
* `errname`: https://github.com/Antonboom/errname
1457
2. update linters:
15-
* `errname` from 0.1.3 to 0.1.4
58+
* `errname`: from 0.1.3 to 0.1.4
1659
* `go-critic`: fix invalid type conversions.
1760
* `godot`: from 1.4.8 to 1.4.9
1861
* `gomodguard`: from 1.2.2 to 1.2.3
1962
* `revive`: from 1.0.9 to 1.1.1
2063
* `staticcheck`: bump to 2021.1.1 (v0.2.1)
2164
* `wrapcheck`: bump to v2.3.0
22-
4. Misc:
65+
3. Misc:
2366
* build binaries and Docker images with go1.17
2467

2568
### July 2021

0 commit comments

Comments
 (0)