Update ruleset.xml

This commit is contained in:
2025-07-22 20:47:03 +03:00
parent cbba45cb77
commit 473246e2b7

View File

@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<ruleset name="SeptCodingStandard">
<ruleset
name="SeptCodingStandard"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../vendor/squizlabs/php_codesniffer/phpcs.xsd"
>
<rule ref="PSR12">
<exclude name="Generic.Files.LineLength"/>
@@ -188,11 +192,8 @@
<exclude-pattern>./tests/object-manager.php</exclude-pattern>
<exclude-pattern>./tests/symfony-container.php</exclude-pattern>
<exclude-pattern>./tests/bootstrap.php</exclude-pattern>
<!--
<file>bin/</file>
<file>config/</file>
<file>public/</file>
<file>src/</file>
<file>tests/</file> -->
<file>./src/</file>
<file>./tests/</file>
</ruleset>