Skip to content

Commit

Permalink
chore: add lint timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
shhdgit committed May 19, 2022
1 parent c67db19 commit 2807764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if [ "${NEED_DOWNLOAD}" = true ]; then
fi

echo "+ Run lints for Go source code"
${LINT_BIN} run --fix
${LINT_BIN} run --fix --timeout 3m

echo "+ Clean up go mod"
go mod tidy

0 comments on commit 2807764

Please sign in to comment.