mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
Add typos check to Makefile (#20051)
This commit is contained in:
1
Makefile
1
Makefile
@@ -41,6 +41,7 @@ check-gen: ## check for updated autogenerated files
|
||||
lint: getdeps ## runs golangci-lint suite of linters
|
||||
@echo "Running $@ check"
|
||||
@$(GOLANGCI) run --build-tags kqueue --timeout=10m --config ./.golangci.yml
|
||||
@command typos && typos ./ || echo "typos binary is not found.. skipping.."
|
||||
|
||||
lint-fix: getdeps ## runs golangci-lint suite of linters with automatic fixes
|
||||
@echo "Running $@ check"
|
||||
|
||||
Reference in New Issue
Block a user