File tree 5 files changed +35
-3
lines changed
5 files changed +35
-3
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ output:
70
70
# - `checkstyle`
71
71
# - `code-climate`
72
72
# - `junit-xml`
73
+ # - `junit-xml-extended`
73
74
# - `github-actions`
74
75
# - `teamcity`
75
76
# - `sarif`
@@ -464,6 +465,10 @@ linters-settings:
464
465
# Default: false
465
466
custom-order : true
466
467
468
+ # Drops lexical ordering for custom sections.
469
+ # Default: false
470
+ no-lex-order : true
471
+
467
472
ginkgolinter :
468
473
# Suppress the wrong length assertion warning.
469
474
# Default: false
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