Skip to content

Commit 4e7c38d

Browse files
committed
build: remove linter options
1 parent a37bd3f commit 4e7c38d

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
@@ -1,7 +1,7 @@
11
all: vet lint test
22

33
lint:
4-
@golangci-lint run --print-issued-lines=false --out-format=colored-line-number ./...
4+
@golangci-lint run ./...
55
@echo "✓ lint"
66

77
vet:

0 commit comments

Comments
 (0)