Skip to content

Commit

Permalink
add 'make lintfix' command
Browse files Browse the repository at this point in the history
  • Loading branch information
denik committed Dec 4, 2024
1 parent 5479cf2 commit e852499
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ lint: vendor
@echo "✓ Linting source code with https://golangci-lint.run/ ..."
@golangci-lint run ./...

lintfix: vendor
@echo "✓ Linting source code with 'golangci-lint run --fix' ..."
@golangci-lint run --fix ./...

test: lint testonly

testonly:
Expand Down

0 comments on commit e852499

Please sign in to comment.