diff --git a/Makefile b/Makefile index 0c3860e29..a66fa646d 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,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 -q + ruff format -qn golangci-lint run --enable-only="gofmt,gofumpt,goimports" --fix ./... test: