@@ -2,6 +2,45 @@ Follow the news and releases on [Mastodon](https://fosstodon.org/@golangcilint)
22
33There is the most valuable changes log:
44
5+ ### v1.55.0
6+
7+ 1 . new linters
8+ * ` gochecksumtype ` : https://github.com/alecthomas/go-check-sumtype
9+ * ` inamedparam ` : https://github.com/macabu/inamedparam
10+ * ` perfsprint ` : https://github.com/catenacyber/perfsprint
11+ * ` protogetter ` : https://github.com/ghostiam/protogetter
12+ * ` sloglint ` : https://github.com/go-simpler/sloglint
13+ * ` testifylint ` : https://github.com/Antonboom/testifylint
14+ 2 . updated linters
15+ * ` bidichk ` : from 0.2.4 to 0.2.7
16+ * ` decorder ` : from 0.4.0 to 0.4.1
17+ * ` dupword ` : from 0.0.12 to 0.0.13
18+ * ` errchkjson ` : from 0.3.1 to 0.3.6
19+ * ` gci ` : from 0.11.0 to 0.11.2
20+ * ` ginkgolinter ` : from 0.13.5 to 0.14.0
21+ * ` go-errorlint ` : from 1.4.4 to 1.4.5
22+ * ` gocognit ` : from 1.0.7 to 1.1.0
23+ * ` goconst ` : from 1.5.1 to 1.6.0
24+ * ` godot ` : from 1.4.14 to 1.4.15
25+ * ` gofmt ` : update to HEAD
26+ * ` goimports ` : update to HEAD
27+ * ` gosec ` : from 2.17.0 to 2.18.1
28+ * ` gosmopolitan ` : from 1.2.1 to 1.2.2
29+ * ` govet ` : add ` appends ` analyzer
30+ * ` ireturn ` : from 0.2.0 to 0.2.1
31+ * ` protogetter ` : from 0.2.2 to 0.2.3
32+ * ` revgrep ` : from 745bb2f7c2e6 to v0.5.0
33+ * ` revive ` : from 1.3.2 to 1.3.4
34+ * ` sqlclosecheck ` : from 0.4.0 to 0.5.1
35+ * ` staticcheck ` : from 0.4.5 to 0.4.6
36+ * ` tagalign ` : from 1.3.2 to 1.3.3
37+ * ` unused ` : support passing in options
38+ 3 . misc.
39+ * Add a pre-commit hook to check all files
40+ 4 . Documentation
41+ * add source options to exclude-rules docs
42+ * ` gosec ` : add G602 to includes/excludes inside .golangci.reference.yml
43+
544### v1.54.2
645
7461 . updated linters:
0 commit comments