slackbuilds_ponce/development/kodespel
B. Watson be2d703e5c
development/kodespel: Added (spell-checker for source code)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-01-21 10:22:06 +07:00
..
git2tarxz.sh
kodespel.1
kodespel.info
kodespel.rst
kodespel.SlackBuild
README
sbo.dict
slack-desc

kodespel (spell-checker for source code)

kodespel is a spellchecker for source code. kodespel's nifty trick
is that it knows how to split common programming identifiers like
'getAllStuff' or 'DoThingsNow' or 'num_objects' or 'HTTPResponse' into
words, feed those to ispell, and interpret ispell's output.

See also: codespell (same concept, different implementation).