Skip to content

Commit 51ea445

Browse files
committed
feat: out put version of golangci lint
1 parent 9925843 commit 51ea445

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ gen:
2121
@go generate ./...
2222

2323
lint: $(deps)
24-
@golangci-lint run
24+
@golangci-lint --version
25+
golangci-lint run --timeout 10m
2526

2627
test:
2728
@go test -race ./...

0 commit comments

Comments
 (0)