Skip to content

Commit

Permalink
build(makefile): remove args from the golangci-lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
danvergara committed Aug 14, 2023
1 parent d78522b commit 9f3fbd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ int-test:
.PHONY: linter
## linter: Runs the golangci-lint command
linter:
golangci-lint run --enable=golint --enable=godot --enable=gofmt ./...
golangci-lint run ./...

.PHONY: test-all
## test-all: Runs the integration testing bash script with different database docker image versions
Expand Down

0 comments on commit 9f3fbd7

Please sign in to comment.