Skip to content

Instantly share code, notes, and snippets.

@dpashin
Last active February 5, 2016 10:51
Show Gist options
  • Save dpashin/7008698 to your computer and use it in GitHub Desktop.
Save dpashin/7008698 to your computer and use it in GitHub Desktop.
must-have tool for static analysis of legacy projects
grep -P "\
todo|\bbug\b|workaround|deprecated|not implemented|\
crush|crash|kludge|wtf|hack|forgive me|stupid|ololo|shit|fuck|\
баг|надо бы|заеб|переделать|крив|хардко|грабл|костыл|ололо|черт|хрен|херн|хуит|гавн|говн|пох\
" . -R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment