| <?xml version="1.0"?> | |
| <ruleset> | |
|     <file>app</file> | |
|     <file>config</file> | |
|     <file>public</file> | |
|     <file>resources</file> | |
|     <file>routes</file> | |
|     <file>tests</file> | |
| 
 | |
|     <exclude-pattern>*/database/*</exclude-pattern> | |
|     <exclude-pattern>*/cache/*</exclude-pattern> | |
|     <exclude-pattern>*/*.js</exclude-pattern> | |
|     <exclude-pattern>*/*.css</exclude-pattern> | |
|     <exclude-pattern>*/*.xml</exclude-pattern> | |
|     <exclude-pattern>*/*.blade.php</exclude-pattern> | |
|     <exclude-pattern>*/autoload.php</exclude-pattern> | |
|     <exclude-pattern>*/storage/*</exclude-pattern> | |
|     <exclude-pattern>*/docs/*</exclude-pattern> | |
|     <exclude-pattern>*/vendor/*</exclude-pattern> | |
|     <exclude-pattern>*/migrations/*</exclude-pattern> | |
| 
 | |
|     <arg name="report" value="full"/> | |
|     <arg name="colors"/> | |
|     <arg value="p"/> | |
|     <arg value="n"/> | |
| 
 | |
|     <ini name="memory_limit" value="512M"/> | |
| 
 | |
|     <rule ref="PSR12"> | |
|         <exclude name="PSR12.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace"/> | |
|     </rule> | |
| </ruleset>
 |