Closed ingydotnet closed 3 years ago
Add make check to do various checks on the repo.
make check
Starting with a spell check based on ispell. It uses a plain text personal dictionary which is committed as spec/.spell.
ispell
spec/.spell
This depends on #133
Need to dockerize ispell.
Add
make check
to do various checks on the repo.Starting with a spell check based on
ispell
. It uses a plain text personal dictionary which is committed asspec/.spell
.This depends on #133