mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
chore: fix automatic issue handling from linter in ci (#16969)
This commit is contained in:
parent
fc94ea1ced
commit
eab1dc927b
4
Makefile
4
Makefile
@ -37,6 +37,10 @@ check-gen: ## check for updated autogenerated files
|
||||
@(! git diff --name-only | grep '_gen.go$$') || (echo "Non-committed changes in auto-generated code is detected, please commit them to proceed." && false)
|
||||
|
||||
lint: getdeps ## runs golangci-lint suite of linters
|
||||
@echo "Running $@ check"
|
||||
@$(GOLANGCI) run --build-tags kqueue --timeout=10m --config ./.golangci.yml
|
||||
|
||||
lint-fix: getdeps ## runs golangci-lint suite of linters with automatic fixes
|
||||
@echo "Running $@ check"
|
||||
@$(GOLANGCI) run --build-tags kqueue --timeout=10m --config ./.golangci.yml --fix
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user