Skip to content

Instantly share code, notes, and snippets.

@stratigos
Created November 12, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stratigos/4314383b221ff2c1c5bb to your computer and use it in GitHub Desktop.
Save stratigos/4314383b221ff2c1c5bb to your computer and use it in GitHub Desktop.
Check for debug code / leftover TODO notes in Ruby/Rails code
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