Created
November 12, 2015 14:15
-
-
Save stratigos/4314383b221ff2c1c5bb to your computer and use it in GitHub Desktop.
Check for debug code / leftover TODO notes in Ruby/Rails code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias gdifrd="git diff | egrep -i '(puts)|(abort)|(debug)|(byebug)|(alert)|(console.log)|(TODO)'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment