Open
Description
Your feature request related to a problem? Please describe.
Today, the documentation from .golangci.reference.yml
is not programmatically checked. This can lead to undocumented fields (example #4285). With so many available options, it is impossible to check all of them just with reviewing the yaml file.
Describe the solution you'd like.
Add a CI check to confirm that .golangci.reference.yml
is up to date with code. Example implementation #4286
Describe alternatives you've considered.
Did not think about another alternative.
Additional context.
This can improve user experience with the product.