php-coding-standard-generator icon indicating copy to clipboard operation
php-coding-standard-generator copied to clipboard

Create your own phpmd and phpcs.xml ruleset files and edit them in place. PHPMD is stable - PHPCS support is in alpha

Results 7 php-coding-standard-generator issues
Sort by recently updated
recently updated
newest added

There's a lot of misuse or vague use of the term "best practice" and this tends to be a vague yet charged statement. For example: > It is considered best...

It seems, like recently added sniffs (in PHP_CodeSniffer 2.3.1) are not present. It would be great to have some script that would scan PHP_CodeSniffer repo and get sniff names from...

For the PHPCS generator conflicting sniffs like Disallow Short Array and Disallow Long Array or Tabs vs space indents; it would be helpful if one was selected the other would...

add command sync to phpcsMapper

I'm a big fan of PHP CodeSniffer, and recently came across this project as a result of trying to make a custom ruleset myself. While I totally understand why it's...