Skip to content

Commit 4cbc27b

Browse files
docs: update documentation assets (#4998)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
1 parent a15f9d9 commit 4cbc27b

File tree

5 files changed

+35
-3
lines changed

5 files changed

+35
-3
lines changed

.golangci.reference.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ output:
7070
# - `checkstyle`
7171
# - `code-climate`
7272
# - `junit-xml`
73+
# - `junit-xml-extended`
7374
# - `github-actions`
7475
# - `teamcity`
7576
# - `sarif`
@@ -464,6 +465,10 @@ linters-settings:
464465
# Default: false
465466
custom-order: true
466467

468+
# Drops lexical ordering for custom sections.
469+
# Default: false
470+
no-lex-order: true
471+
467472
ginkgolinter:
468473
# Suppress the wrong length assertion warning.
469474
# Default: false

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
Follow the news and releases on [Mastodon](https://fosstodon.org/@golangcilint) and on [Twitter](https://twitter.com/golangci).
22

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+
324
### v1.60.3
425

526
1. Updated linters

0 commit comments

Comments
 (0)