2026-01-23 18:36:15 -08:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
<ruleset name="plugin">
|
|
|
|
|
<arg value="nps"/>
|
|
|
|
|
|
|
|
|
|
<file>src/</file>
|
|
|
|
|
<file>config/</file>
|
|
|
|
|
<file>tests/</file>
|
|
|
|
|
|
|
|
|
|
<exclude-pattern>/tests/test_files/</exclude-pattern>
|
|
|
|
|
<exclude-pattern>/tests/test_app/</exclude-pattern>
|
|
|
|
|
|
2026-01-23 18:36:36 -08:00
|
|
|
<rule ref="vendor/fig-r/psr2r-sniffer/PSR2R/ruleset.xml"/>
|
2026-01-23 18:36:15 -08:00
|
|
|
|
|
|
|
|
<rule ref="PSR1.Classes.ClassDeclaration.MissingNamespace">
|
|
|
|
|
<exclude-pattern>*/config/Migrations/*</exclude-pattern>
|
|
|
|
|
</rule>
|
|
|
|
|
<rule ref="PhpCollective.Classes.ClassFileName.NoMatch">
|
|
|
|
|
<exclude-pattern>*/config/Migrations/*</exclude-pattern>
|
|
|
|
|
</rule>
|
|
|
|
|
|
|
|
|
|
</ruleset>
|