TypoChecker
You can check typos in name or String.
Typo checker made with swift.
This project is heavily inspired by the shiba1014/NoMoreTypo, realm/SwiftLint
Installation
Makefile
$ git clone git@github.com:takuchantuyoshi/TypoChecker.git
$ cd TypoChecker
$ make install
$ mint install takuchantuyoshi/TypoChecker
Usage
Command Line
$ TypoChecker -path hoge/foo
Xcode
Integrate TypoChecker into an Xcode scheme to get warnings displayed in the IDE. Just add a new “Run Script Phase” with:
if which TypoChecker >/dev/null; then
TypoChecker -path "$SRCROOT" -report xcode
else
echo "warning: TypoChecker not installed, download from https://github.com/takuchantuyoshi/TypoChecker"
fi
Option
You can see options by TypoChecker --help
License
MIT licensed.
TypoChecker
You can check typos in name or String. Typo checker made with swift. This project is heavily inspired by the shiba1014/NoMoreTypo, realm/SwiftLint
Installation
Makefile
Mint
Usage
Command Line
Xcode
Integrate TypoChecker into an Xcode scheme to get warnings displayed in the IDE. Just add a new “Run Script Phase” with:
Option
You can see options by
TypoChecker --help
License
MIT licensed.