upd
This commit is contained in:
@@ -51,6 +51,11 @@ Just create a `phpcs.xml.dist` in your project's root directory with the followi
|
|||||||
|
|
||||||
<!-- Exclude project specific files if you want -->
|
<!-- Exclude project specific files if you want -->
|
||||||
<!-- <exclude-pattern>WakkaFormatter</exclude-pattern> -->
|
<!-- <exclude-pattern>WakkaFormatter</exclude-pattern> -->
|
||||||
|
<file>bin/</file>
|
||||||
|
<file>config/</file>
|
||||||
|
<file>public/</file>
|
||||||
|
<file>src/</file>
|
||||||
|
<file>tests/</file>
|
||||||
</ruleset>
|
</ruleset>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -188,11 +188,11 @@
|
|||||||
<exclude-pattern>./tests/object-manager.php</exclude-pattern>
|
<exclude-pattern>./tests/object-manager.php</exclude-pattern>
|
||||||
<exclude-pattern>./tests/symfony-container.php</exclude-pattern>
|
<exclude-pattern>./tests/symfony-container.php</exclude-pattern>
|
||||||
<exclude-pattern>./tests/bootstrap.php</exclude-pattern>
|
<exclude-pattern>./tests/bootstrap.php</exclude-pattern>
|
||||||
|
<!--
|
||||||
<file>bin/</file>
|
<file>bin/</file>
|
||||||
<file>config/</file>
|
<file>config/</file>
|
||||||
<file>public/</file>
|
<file>public/</file>
|
||||||
<file>src/</file>
|
<file>src/</file>
|
||||||
<file>tests/</file>
|
<file>tests/</file> -->
|
||||||
|
|
||||||
</ruleset>
|
</ruleset>
|
||||||
Reference in New Issue
Block a user