File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1
1
Follow the news and releases on [ Mastodon] ( https://fosstodon.org/@golangcilint ) and on [ Twitter] ( https://twitter.com/golangci ) .
2
2
3
+ ### v1.61.0
4
+
5
+ 1 . Enhancements
6
+ * Add ` junit-xml-extended ` format
7
+ * Exclude Swagger Codegen files by default
8
+ 2 . Updated linters
9
+ * ` dupword ` : from 0.0.14 to 0.1.1
10
+ * ` fatcontext ` : from 0.4.0 to 0.5.2
11
+ * ` gci ` : from 0.13.4 to 0.13.5 (new option ` no-lex-order ` )
12
+ * ` go-ruleguard ` : from 0.4.2 to 0fe6f58b47b1 (fix panic with custom linters)
13
+ * ` godot ` : from 1.4.16 to 1.4.17
14
+ * ` gomodguard ` : from 1.3.3 to 1.3.5
15
+ * ` gosec ` : disable temporarily ` G407 `
16
+ * ` gosec ` : from ab3f6c1c83a0 to 2.21.2 (partially fix ` G115 ` )
17
+ * ` intrange ` : from 0.1.2 to 0.2.0
18
+ * ` nolintlint ` : remove the empty line in the directive replacement
19
+ 3 . Misc.
20
+ * Improve runtime version parsing
21
+ 4 . Documentation
22
+ * Add additional info about ` typecheck `
23
+
3
24
### v1.60.3
4
25
5
26
1 . Updated linters
You can’t perform that action at this time.
0 commit comments