mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 21:17:37 +03:00
Increase golangci-lint timeout. Fix #1001
This commit is contained in:
parent
e105e2d2a2
commit
d8a1773d50
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -34,7 +34,7 @@ testall: check_go_env test
|
||||||
.PHONY: testall
|
.PHONY: testall
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
go run github.com/golangci/golangci-lint/cmd/golangci-lint run -v
|
go run github.com/golangci/golangci-lint/cmd/golangci-lint run -v --timeout 5m
|
||||||
.PHONY: lint
|
.PHONY: lint
|
||||||
|
|
||||||
lintall: check_node_dev_env lint
|
lintall: check_node_dev_env lint
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue