Skip to content

Commit 7c9d2f4

Browse files
docs: update documentation assets (#5277)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent fc63052 commit 7c9d2f4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ If you value it, consider supporting us, we appreciate it! ❤️
77
[![Open Collective backers and sponsors](https://img.shields.io/badge/OpenCollective-Donate-blue?logo=opencollective&style=for-the-badge)](https://opencollective.com/golangci-lint)
88
[![GitHub Sponsors](https://img.shields.io/badge/GitHub-Donate-blue?logo=github&style=for-the-badge)](https://github.com/sponsors/golangci)
99

10+
### v1.63.1
11+
12+
1. Linters bug fixes
13+
* `cgi`: invalid reports with cgo
14+
* `gofumpt`: panic with autofix and cgo
15+
1016
### v1.63.0
1117

1218
1. Enhancements

pkg/golinters/gci/gci.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func New(settings *config.GciSettings) *goanalysis.Linter {
3838

3939
return goanalysis.NewLinter(
4040
linterName,
41-
a.Doc,
41+
"Checks if code and import statements are formatted, it makes import statements always deterministic.",
4242
[]*analysis.Analyzer{a},
4343
nil,
4444
).WithContextSetter(func(lintCtx *linter.Context) {

0 commit comments

Comments
 (0)