Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .golangci.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ output:
# - `checkstyle`
# - `code-climate`
# - `junit-xml`
# - `junit-xml-extended`
# - `github-actions`
# - `teamcity`
# - `sarif`
Expand Down Expand Up @@ -464,6 +465,10 @@ linters-settings:
# Default: false
custom-order: true

# Drops lexical ordering for custom sections.
# Default: false
no-lex-order: true

ginkgolinter:
# Suppress the wrong length assertion warning.
# Default: false
Expand Down
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
Follow the news and releases on [Mastodon](https://fosstodon.org/@golangcilint) and on [Twitter](https://twitter.com/golangci).

### v1.61.0

1. Enhancements
* Add `junit-xml-extended` format
* Exclude Swagger Codegen files by default
2. Updated linters
* `dupword`: from 0.0.14 to 0.1.1
* `fatcontext`: from 0.4.0 to 0.5.2
* `gci`: from 0.13.4 to 0.13.5 (new option `no-lex-order`)
* `go-ruleguard`: from 0.4.2 to 0fe6f58b47b1 (fix panic with custom linters)
* `godot`: from 1.4.16 to 1.4.17
* `gomodguard`: from 1.3.3 to 1.3.5
* `gosec`: disable temporarily `G407`
* `gosec`: from ab3f6c1c83a0 to 2.21.2 (partially fix `G115`)
* `intrange`: from 0.1.2 to 0.2.0
* `nolintlint`: remove the empty line in the directive replacement
3. Misc.
* Improve runtime version parsing
4. Documentation
* Add additional info about `typecheck`

### v1.60.3

1. Updated linters
Expand Down
Loading
Loading