Files
codespell/.gitignore
Martin Pluskal 35aa1f7ba3 Accepting request 357803 from home:rudi_m
Please accept this new package codespell. Codespell is very
useful to fix stupid typos especially in source code.

A common use case is like
$ cd /path/to/gitrepo
$ codespell -w  $(git ls-files) 
$ git commit -a --patch

The codespell dictionary is even used by the linux kernel
to check commits before merging them.

This inital package is taken from git HEAD because there is
no released version yet which contains a manpage.

OBS-URL: https://build.opensuse.org/request/show/357803
OBS-URL: https://build.opensuse.org/package/show/devel:tools/codespell?expand=0&rev=1
2016-02-04 22:17:20 +00:00

2 lines
5 B
Plaintext