Quickly check your project for most common typos and misspellings.
Match substrings in searched text. This option will cause the script to use the data/typos.txt database. Default script behavior without the --substrings
option is to match data/common_misspellings.txt against whole words only.
Exclude specified files from processing.
git clone git@github.com:ss18/grep-typos.git
cd grep-typos
./grep_typos.sh --substrings /Users/semenzhydenko/Projects/Private/PetProject
- Fork this repository
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a pull request
Project is available under the MIT license. See the LICENSE file for more info.