Skip to content

Commit

Permalink
docs: update documentation assets (#5277)
Browse files Browse the repository at this point in the history
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
  • Loading branch information
golangci-releaser and ldez authored Jan 1, 2025
1 parent fc63052 commit 7c9d2f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ If you value it, consider supporting us, we appreciate it! ❤️
[![Open Collective backers and sponsors](https://img.shields.io/badge/OpenCollective-Donate-blue?logo=opencollective&style=for-the-badge)](https://opencollective.com/golangci-lint)
[![GitHub Sponsors](https://img.shields.io/badge/GitHub-Donate-blue?logo=github&style=for-the-badge)](/~https://github.com/sponsors/golangci)

### v1.63.1

1. Linters bug fixes
* `cgi`: invalid reports with cgo
* `gofumpt`: panic with autofix and cgo

### v1.63.0

1. Enhancements
Expand Down
2 changes: 1 addition & 1 deletion pkg/golinters/gci/gci.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func New(settings *config.GciSettings) *goanalysis.Linter {

return goanalysis.NewLinter(
linterName,
a.Doc,
"Checks if code and import statements are formatted, it makes import statements always deterministic.",
[]*analysis.Analyzer{a},
nil,
).WithContextSetter(func(lintCtx *linter.Context) {
Expand Down

0 comments on commit 7c9d2f4

Please sign in to comment.