Skip to content

Commit 04e7c43

Browse files
authored
Fix 'make fmt' after upgrading golangci-lint to v2 (#2596)
Follow up to #2586
1 parent 0f29e6f commit 04e7c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ lintcheck:
2121
# If you need to ensure that formatting & imports are always fixed, do "make fmt lint"
2222
fmt:
2323
ruff format -qn
24-
golangci-lint run --enable-only="gofmt,gofumpt,goimports" --fix ./...
24+
golangci-lint fmt
2525

2626
test:
2727
${GOTESTSUM_CMD} -- ${PACKAGES}

0 commit comments

Comments
 (0)