Skip to content

Commit 184ef3a

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Makefile] test/styling and format action modified: "Analyzer modernize" added.
1 parent 981e162 commit 184ef3a

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
@@ -85,7 +85,7 @@ test/styling: dependencies
8585
$(GO) run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -test ./...
8686

8787
format:
88-
$(GO) run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -apply ./...
88+
$(GO) run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -fix ./...
8989

9090
coverage.out: env dependencies
9191
$(GOTEST) -v -covermode=atomic -coverprofile="coverage.out" ./exercises/...

0 commit comments

Comments
 (0)