Skip to content

Commit 20733a7

Browse files
committed
docs: update changelog
1 parent 0f3fd2a commit 20733a7

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

CHANGELOG.md

+52
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,58 @@
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+
### v1.44.0
5+
6+
1. new linters:
7+
* `containedctx`: https://github.com/sivchari/containedctx
8+
* `decorder`: https://gitlab.com/bosi/decorder
9+
* `errchkjson`: https://github.com/breml/errchkjson
10+
* `maintidx`: https://github.com/yagipy/maintidx
11+
* `grouper`: https://github.com/leonklingele/grouper
12+
2. updated linters:
13+
* `asciicheck`: bump to v0.1.1
14+
* `bidichk`: from 0.1.1 to 0.2.1
15+
* `bodyclose`: bump to HEAD
16+
* `decorder`: from 0.2.0 to 0.2.1
17+
* `depguard`: from 1.0.1 to 1.1.0
18+
* `errchkjson`: from 0.2.0 to 0.2.1
19+
* `errorlint`: bump to HEAD
20+
* `exhaustive`: drop deprecated/unused settings
21+
* `exhaustive`: from v0.2.3 to 0.7.11
22+
* `forbidigo`: from 1.2.0 to 1.3.0
23+
* `forcetypeassert`: bump to v0.1.0
24+
* `gocritic`: from 0.6.1 to 0.6.2
25+
* `gocritic`: support autofix
26+
* `gocyclo`: from 0.3.1 to 0.4.0
27+
* `godot`: add period option
28+
* `gofumpt`: from 0.1.1 to 0.2.1
29+
* `gomnd`: from 2.4.0 to 2.5.0
30+
* `gomnd`: new configuration
31+
* `gosec`: from 2.9.1 to 2.9.6
32+
* `ifshort`: from 1.0.3 to 1.0.4
33+
* `ineffassign`: bump to HEAD
34+
* `makezero`: to v1.1.0
35+
* `promlinter`: from v0.1.0 to HEAD
36+
* `revive`: fix `enableAllRules`
37+
* `revive`: from 1.1.2 to 1.1.3
38+
* `staticcheck`: from 0.2.1 to 0.2.2
39+
* `tagliatelle`: from 0.2.0 to 0.3.0
40+
* `thelper`: from 0.4.0 to 0.5.0
41+
* `unparam`: bump to HEAD
42+
* `varnamelen`: bump to v0.5.0
43+
* `wrapcheck`: update configuration to include `ignoreSignRegexps`
44+
3. documentation:
45+
* linters: improve pages about configuration
46+
* improve page about false-positive
47+
* `nolintlint`: fix wrong default value in comment
48+
* `revive`: add a more detailed configuration
49+
4. misc:
50+
* outputs: Add support for multiple outputs
51+
* outputs: Print error text in <failure> tag content for more readable JUnit output
52+
* outputs: ensure that the Issues key in JSON format is a list
53+
* Return error if any linter fails to run
54+
* cli: Show deprecated mark in the CLI linters help
55+
456
### November 2021
557

658
1. new linters:

0 commit comments

Comments
 (0)