Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina committed Oct 24, 2024
1 parent 4389e87 commit 690ff13
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 @@ -8,7 +8,7 @@ lint:

.PHONY: golangci-lint
golangci-lint:
docker run --rm -v $(shell pwd):/app -w /app golangci/golangci-lint:v1.57.2 golangci-lint run -v --timeout 10m
docker run --rm -v $(shell pwd):/app -w /app golangci/golangci-lint:v1.57.2 golangci-lint run -v --timeout 10m --exclude-files=kava/custom_types.go

.PHONY: vet
vet:
Expand Down

0 comments on commit 690ff13

Please sign in to comment.