Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update FAQ about updating linter #5358

Merged
merged 2 commits into from
Jan 29, 2025
Merged
Changes from 1 commit
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: 4 additions & 1 deletion docs/src/docs/contributing/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ See [there](/contributing/new-linters#how-to-add-a-private-linter-to-golangci-li

## How to update an existing linter

Just update its version in `go.mod`.
We use Dependabot to update dependencies (linters included).
ldez marked this conversation as resolved.
Show resolved Hide resolved
The updates happen at least automatically once a week (Sunday 11am UTC).

No pull requests to update a linter will be accepted unless you are the author of the linter AND specific changes are required.
ldez marked this conversation as resolved.
Show resolved Hide resolved

## How to add a configuration option to an existing linter

Expand Down
Loading