We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03bd0bf commit 2283ae2Copy full SHA for 2283ae2
1 file changed
codespell.py
@@ -260,3 +260,7 @@ def add_dict(enchant_dict, filename):
260
261
if not args.miss:
262
print("")
263
+
264
+ print (len(bad_words), "misspellings found")
265
266
+ sys.exit(len(bad_words))
0 commit comments