We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38c4531 + 41be864 commit 93a704fCopy full SHA for 93a704f
1 file changed
.husky/pre-push
@@ -64,7 +64,7 @@ echo "$CHANGED_MD_FILES" > "$TMPFILE"
64
65
while IFS= read -r FILE; do
66
if [ -f "$FILE" ]; then
67
- OUTPUT=$(vale "$FILE" 2>&1)
+ OUTPUT=$(vale --minAlertLevel=warning "$FILE" 2>&1)
68
EXIT_CODE=$?
69
if [ $EXIT_CODE -ne 0 ]; then
70
echo "$OUTPUT"
0 commit comments