Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make: add
lint-config-verify
target for config validation
This change adds a new Makefile target `lint-config-verify`, which runs:"golangci-lint config verify --config=./.golangci.yaml" locally detect issues in `.golangci.yaml`. This allows to detect issues with the config file quickly without running the entire ci. Additionally, `lint` now depends on `lint-config-verify` to ensure the config is always valid before running lint checks. Signed-off-by: Parikshith <[email protected]>
- Loading branch information