Skip to content

Commit e3f5d5d

Browse files
committed
spelling add todo for spellintian
1 parent 37bcc49 commit e3f5d5d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/spelling.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ if [ $current_test = "spellintian" ]; then
8989
if [[ -n $spellintian_issues ]]; then
9090
printf "%s\n" "$spellintian_issues"
9191
# 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.
9294
# exit 1;
9395
exit 0;
9496
fi;

0 commit comments

Comments
 (0)