Advertisement
Guest User

Untitled

a guest
Jul 12th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <ruleset name="bdrops Standard" namespace="bdrops\CS\Standard">
  3. <description>bdrops PHPCS coding standards</description>
  4. <rule ref="PSR2">
  5. <exclude name="PSR1.Methods.CamelCapsMethodName"/>
  6. </rule>
  7. <rule ref="Symfony">
  8. <exclude name="Symfony.Commenting.License" />
  9. <exclude name="Symfony.Functions.Arguments" />
  10. </rule>
  11. <exclude-pattern>*/tests/*</exclude-pattern>
  12. <exclude-pattern>*/var/*</exclude-pattern>
  13. <exclude-pattern>*/vendor/*</exclude-pattern>
  14. <exclude-pattern>*/bin/*</exclude-pattern>
  15. <exclude-pattern>*/src/Entity/*</exclude-pattern>
  16. </ruleset>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement