Skip to content

Commit 0d6aa1e

Browse files
committed
Suppress check for golangci-lint
1 parent 7456ae3 commit 0d6aa1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.zshrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ function go_ci() {
427427
return 0
428428
fi
429429

430-
if ! command -v golangci-lint ; then
430+
if ! command -v golangci-lint &> /dev/null ; then
431431
echo "golangci-lint is not installed"
432432
return 1
433433
fi

0 commit comments

Comments
 (0)