Merge pull request #9367 from VilledeMontreal/fix/golangcilint

Increase golangci-lint timeout
pull/9363/head
Matt Farina 3 years ago committed by GitHub
commit 55ef064798
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -113,7 +113,7 @@ test-coverage:
.PHONY: test-style
test-style:
GO111MODULE=on golangci-lint run
GO111MODULE=on golangci-lint run --timeout 5m0s
@scripts/validate-license.sh
.PHONY: test-acceptance

Loading…
Cancel
Save