Skip to content

Commit

Permalink
docs: update FAQ about updating linter (#5358)
Browse files Browse the repository at this point in the history
Co-authored-by: Oleksandr Redko <[email protected]>
  • Loading branch information
ldez and alexandear authored Jan 29, 2025
1 parent 4b05170 commit 87da074
Showing 1 changed file with 4 additions and 1 deletion.
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](https://github.com/golangci/golangci-lint/blob/HEAD/.github/dependabot.yml) to update dependencies, including linters.
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.

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

Expand Down

0 comments on commit 87da074

Please sign in to comment.