Quote filter fields

This commit is contained in:
Jamie Curnow
2024-09-11 15:22:10 +10:00
parent 9a2e5c92d5
commit e78dd069f1
6 changed files with 12 additions and 11 deletions

View File

@ -14,6 +14,7 @@ if [[ -n "$INCOMPLETE_COMMENTS" ]]; then
# RESULT=1
fi
echo -e "${YELLOW}golangci-lint ...${RESET}"
if ! golangci-lint run -E goimports ./...; then
exit 1
fi