Skip to content

Commit

Permalink
chore: improve 'make format'
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishb committed Sep 2, 2024
1 parent 5375a73 commit b64ec2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/wp2hugo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ go_lint:

go_format:
go fmt ./...
go mod tidy
go tool fix .
golangci-lint run --fix

format: go_format

Expand Down

0 comments on commit b64ec2c

Please sign in to comment.