-
-
Notifications
You must be signed in to change notification settings - Fork 164
The action fails validation on custom linters configuration #1179
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Forgot to mention, adding |
Fixed our issues, looks like there were some changes in the configuration file that needed looking at https://golangci-lint.run/usage/linters |
Might be worth posting your .golangci.yaml / validating against the latest docs |
I did post it, it is under "Golangci-lint configuration" above. Can't see anything wrong with it related to the docs, the fields the validator complains about looks correct to me. |
I think the root cause might addressed here by @Namnamseo So for now verify: false is an option |
The jsonschemas have been updated. |
Welcome
Description of the problem
Hi,
We use custom linters and our golangci-lint action just started failing with validation errors on
.golangci.yaml
.The message we get is:
Could maybe be related to this one as turning off validating made it start working again: #1171
Version of golangci-lint
v1.63.4
Version of the GitHub Action
v6
Workflow file
Golangci-lint configuration
Go version
1.23.5
Code example or link to a public repository
Not a public repo.
The text was updated successfully, but these errors were encountered: