From 76841fab3ba4e58a67d0b302a25911687ec46ea0 Mon Sep 17 00:00:00 2001 From: Matthieu MOREL Date: Sun, 14 Nov 2021 11:01:53 +0100 Subject: [PATCH] Update check.sh --- scripts/check.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/check.sh b/scripts/check.sh index 615fb51e..069947ff 100755 --- a/scripts/check.sh +++ b/scripts/check.sh @@ -5,8 +5,8 @@ set -o pipefail if command -v golangci-lint &> /dev/null then - golangci-lint run --timeout=5m + golangci-lint run --verbose else - ./bin/golangci-lint run --timeout=5m + ./bin/golangci-lint run --verbose fi