crawford / tailor

GitHub bot that validates patches before they can be merged
Apache License 2.0
18 stars 10 forks source link

checks/no_wip: change wip checks to single check with to_lowercase #2

Closed arithx closed 6 years ago

arithx commented 6 years ago

Currently we're checking the string twice for the summary starting with either WIP or wip, this changes these into one check by calling to_lowercase() from the std::string::String library.