docs: fix broken link (#5016)

Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
Aleksa Cukovic 2024-09-14 23:51:31 +02:00 committed by GitHub
parent c50079a42e
commit 9d41b0e262
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1386,7 +1386,7 @@
"inPresets": [ "inPresets": [
"style" "style"
], ],
"originalURL": "https://github.com/golangci/golangci-lint/blob/master/pkg/golinters/nolintlint/README.md", "originalURL": "https://github.com/golangci/golangci-lint/tree/master/pkg/golinters/nolintlint/internal",
"internal": false, "internal": false,
"canAutoFix": true, "canAutoFix": true,
"isSlow": false, "isSlow": false,

View File

@ -845,6 +845,6 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {
WithSince("v1.26.0"). WithSince("v1.26.0").
WithPresets(linter.PresetStyle). WithPresets(linter.PresetStyle).
WithAutoFix(). WithAutoFix().
WithURL("https://github.com/golangci/golangci-lint/blob/master/pkg/golinters/nolintlint/README.md"), WithURL("https://github.com/golangci/golangci-lint/tree/master/pkg/golinters/nolintlint/internal"),
}, nil }, nil
} }