From b33357df30bc4373826988e66022f9ff3816f7b9 Mon Sep 17 00:00:00 2001 From: ivvist Date: Wed, 7 Feb 2024 16:03:49 +0100 Subject: [PATCH] linter config updated --- scripts/gbash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gbash.sh b/scripts/gbash.sh index 26eb0e9..9504d5a 100644 --- a/scripts/gbash.sh +++ b/scripts/gbash.sh @@ -16,7 +16,7 @@ mydir="" if test -n "$testfolder"; then mydir="${testfolder}/..." fi -$1/bin/golangci-lint run ${mydir} +$1/bin/golangci-lint run ${mydir} -config /home/runner/work/.golangci.yaml -v status="$?"