@@ -7,21 +7,47 @@ There is the most valuable changes log:
7
7
* ` durationcheck ` : https://github.com/charithe/durationcheck
8
8
* ` revive ` : https://github.com/mgechev/revive
9
9
* ` cyclop ` : https://github.com/bkielbasa/cyclop
10
+ * ` wastedassign ` : https://github.com/sanposhiho/wastedassign
11
+ * ` importas ` : https://github.com/julz/importas
12
+ * ` nilerr ` : https://github.com/gostaticanalysis/nilerr
13
+ * ` forcetypeassert ` : https://github.com/gostaticanalysis/forcetypeassert
14
+ * ` govet ` : add ` stringintconv ` and ` ifaceassert `
10
15
2 . update linters:
11
- * prealloc: Use upstream version
12
- * Use upstream gocyclo
16
+ * ` prealloc ` : Use upstream version
17
+ * ` errcheck ` : Use upstream version
18
+ * ` ineffassign ` : Use upstream version
19
+ * ` gocyclo ` : Use upstream version
13
20
* ` godot ` from 1.3.2 to 1.4.3
14
21
* ` exhaustivestruct ` from 1.1.0 to 1.2.0
15
22
* ` forbidigo ` from 1.0.0 to 1.1.0
16
23
* ` thelper ` from 0.2.1 to 0.3.1
17
24
* ` ruleguard ` : print error message and exit with non-zero status when parsing error occurs
18
25
* fix wrong load mode for ` asciicheck ` , ` exhaustivestruct ` , ` exportloopref ` , and ` makezero `
26
+ * ` wsl ` : bump to v3.2.0
27
+ * ` durationcheck ` : from 0.0.4 to 0.0.6
28
+ * ` staticcheck ` : from 2020.1.6 to v0.1.2 (2020.2.2)
29
+ * ` thelper ` from 0.3.1 to 0.4.0
30
+ * ` bodyclose ` : bump to HEAD
31
+ * ` go-err113 ` : bump to HEAD
32
+ * ` interfacer ` : deprecated
33
+ * ` maligned ` : deprecated (govet ` fieldalignment ` as replacement)
34
+ * ` govet ` : use same default linter as go vet
35
+ * ` go-printf-func-name ` : to ` v0.0.0-20200119135958-7558a9eaa5af `
36
+ * ` godox ` : to ` v0.0.0-20210227103229-6504466cf951 `
37
+ * ` asciicheck ` : to ` v0.0.0-20200416200610-e657995f937b `
38
+ * ` wrapcheck ` : to ` v0.0.0-20201130113247-1683564d9756 `
39
+ * ` unparam ` : to ` v0.0.0-20210104141923-aac4ce9116a7 `
19
40
3 . CLI: truncate multiline descriptions
20
41
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:
42
+ 5 . Support RelatedInformation for analysis Diagnostic
43
+ 6 . use go1.16 to create binaries
44
+ 7 . fix: MIPS release
45
+ 8 . documentation:
24
46
* bump documentation dependencies
47
+ * fix ` go-header ` usage
48
+ * improve ` gocritic ` description
49
+ * update deprecated hyperlink for Sublime Text plugin
50
+ * add docs on using homebrew tap
25
51
26
52
## January 2021
27
53
0 commit comments