basicallydan / forkability

:fork_and_knife: A linter for your repository.
https://basicallydan.github.io/forkability
MIT License
103 stars 19 forks source link

case insensitive comparison of login & username #60

Closed Alshie closed 9 years ago

Alshie commented 9 years ago

fixes https://github.com/basicallydan/forkability/issues/59 by doing case insensitive comparison of username to given login

M-Zuber commented 9 years ago

Great!

Please add some tests to this file. If you need help, just ring

Alshie commented 9 years ago

Apologies! I have added tests now and ensured that they are passing.

basicallydan commented 9 years ago

Done. Thanks @Alshie, great PR! Thank you @M-Zuber for enforcing tests ^^ Merged, versioned, published.

M-Zuber commented 9 years ago

:thumbs-up: Great work