Skip to content

Commit 385692b

Browse files
authored
Merge pull request #349 from sir-gon/develop
[CONFIG] [Makefile] test/styling and format action modified: "Analyze…
2 parents 981e162 + 184ef3a commit 385692b

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)