client9 / misspell

Correct commonly misspelled English words in source files
MIT License
1.35k stars 114 forks source link

Add ability to specify options through a misspell config file #181

Open rickstaa opened 3 years ago

rickstaa commented 3 years ago

I use this amazing tool inside several Github actions. Since supplying all the corrections I want to ignore using the -i flag is impractical it would be nice if we could simply these corrections using a config file (.misspell.cfg).