jish / pre-commit

A slightly improved pre-commit hook for git
https://jish.github.io/pre-commit/
Other
796 stars 96 forks source link

No check for byebug #206

Closed prpetten closed 9 years ago

prpetten commented 9 years ago

byebug is the new debugging standard for ruby 2.x, and adding 'byebug' to a file works just like dropping in a 'debugger' in ruby 1.x.

byebug github repo: https://github.com/deivid-rodriguez/byebug

Would like to check for 'byebug' as well as 'debugger'

Fryie commented 9 years ago

i second this :)

mpapis commented 9 years ago

closing in favour of #207

jish commented 9 years ago

https://github.com/jish/pre-commit/pull/224