We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f29e6f commit 04e7c43Copy full SHA for 04e7c43
Makefile
@@ -21,7 +21,7 @@ lintcheck:
21
# If you need to ensure that formatting & imports are always fixed, do "make fmt lint"
22
fmt:
23
ruff format -qn
24
- golangci-lint run --enable-only="gofmt,gofumpt,goimports" --fix ./...
+ golangci-lint fmt
25
26
test:
27
${GOTESTSUM_CMD} -- ${PACKAGES}
0 commit comments