Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The action now runs config validation automatically [1], which fails on our config because 'exclude-dirs' is not a valid top-level key. Also, we don't have a vendor directory any more so let's just drop it. golangci-lint --config ./.golangci.yml config verify jsonschema: "" does not validate with "/additionalProperties": additionalProperties 'exclude-dirs' not allowed Failed executing command with error: the configuration contains invalid elements https://github.com/golangci/golangci-lint-action/releases/tag/v6.5.0
- Loading branch information