From 2634feeec8091e5b2fc089fe8041e1f109c5d48e Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 23 Jul 2023 18:28:19 +0000 Subject: [PATCH] Update file golang-lint.sh --- scripts/golang-lint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/golang-lint.sh b/scripts/golang-lint.sh index 1db458d..9562d22 100644 --- a/scripts/golang-lint.sh +++ b/scripts/golang-lint.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash #%%MULTILINE_YAML_START -#Build golang api -golangci-lint run ./... \ No newline at end of file +#run linter +golangci-lint run ./... --timeout 5m0s \ No newline at end of file