We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37bcc49 commit e3f5d5dCopy full SHA for e3f5d5d
1 file changed
scripts/spelling.sh
@@ -89,6 +89,8 @@ if [ $current_test = "spellintian" ]; then
89
if [[ -n $spellintian_issues ]]; then
90
printf "%s\n" "$spellintian_issues"
91
# For now we always exit with success, as these errors are manually checked
92
+ # TODO: Actively match and skip printing known false positives, exit with
93
+ # errors properly.
94
# exit 1;
95
exit 0;
96
fi;
0 commit comments