You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.0 KiB

  1. <?xml version="1.0"?>
  2. <ruleset>
  3. <file>app</file>
  4. <file>config</file>
  5. <file>public</file>
  6. <file>resources</file>
  7. <file>routes</file>
  8. <file>tests</file>
  9. <exclude-pattern>*/database/*</exclude-pattern>
  10. <exclude-pattern>*/cache/*</exclude-pattern>
  11. <exclude-pattern>*/*.js</exclude-pattern>
  12. <exclude-pattern>*/*.css</exclude-pattern>
  13. <exclude-pattern>*/*.xml</exclude-pattern>
  14. <exclude-pattern>*/*.blade.php</exclude-pattern>
  15. <exclude-pattern>*/autoload.php</exclude-pattern>
  16. <exclude-pattern>*/storage/*</exclude-pattern>
  17. <exclude-pattern>*/docs/*</exclude-pattern>
  18. <exclude-pattern>*/vendor/*</exclude-pattern>
  19. <exclude-pattern>*/migrations/*</exclude-pattern>
  20. <arg name="report" value="full"/>
  21. <arg name="colors"/>
  22. <arg value="p"/>
  23. <arg value="n"/>
  24. <ini name="memory_limit" value="512M"/>
  25. <rule ref="PSR12">
  26. <exclude name="PSR12.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace"/>
  27. <exclude name="Generic.Files.LineLength"/>
  28. </rule>
  29. </ruleset>