Created
April 22, 2015 13:49
-
-
Save pascaldevink/b86fd10302fc86d0e899 to your computer and use it in GitHub Desktop.
Revisions
-
Pascal de Vink created this gist
Apr 22, 2015 .There are no files selected for viewing
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 charactersOriginal 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}'