diff --git a/Makefile b/Makefile index 1ab247406..4b66c9254 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ lintcheck: # formatting/goimports will not be applied by 'make lint'. However, it will be applied by 'make fmt'. # If you need to ensure that formatting & imports are always fixed, do "make fmt lint" fmt: - ruff format + ruff format -q golangci-lint run --enable-only="gofmt,gofumpt,goimports" --fix ./... test: