Skip to content

Instantly share code, notes, and snippets.

@pascaldevink
Created April 22, 2015 13:49
Show Gist options
  • Save pascaldevink/b86fd10302fc86d0e899 to your computer and use it in GitHub Desktop.
Save pascaldevink/b86fd10302fc86d0e899 to your computer and use it in GitHub Desktop.

Revisions

  1. Pascal de Vink created this gist Apr 22, 2015.
    1 change: 1 addition & 0 deletions most-changed-cc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    git log --pretty=format: --name-only | sort | uniq -c | grep .php | sort -rg | head -100 | awk -F ' ' '{print $2}' | xargs -I input phpmd input text codesize | grep class | grep complexity | awk -F " " '{print $1 " " $10}'