Created
June 7, 2016 13:52
-
-
Save yvoronoy/072473be12ad7257c169d40b8c80caa0 to your computer and use it in GitHub Desktop.
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
function m2sniff() | |
{ | |
phpcs --standard=EcgM2,PSR1,PSR2 $1; | |
vendor/bin/phpmd $1 text cleancode, codesize, controversial, design, naming, unusedcode | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment