mirror of
https://github.com/SkillDisplay/TYPO3ContentElements.git
synced 2024-11-21 19:16:08 +01:00
16 lines
466 B
XML
16 lines
466 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="project">
|
|
<description>This project coding standard</description>
|
|
|
|
<file>Classes/</file>
|
|
<file>Tests/</file>
|
|
<file>Configuration/</file>
|
|
<file>ext_emconf.php</file>
|
|
<file>ext_localconf.php</file>
|
|
|
|
<rule ref="PSR12" />
|
|
<rule ref="Generic.PHP.RequireStrictTypes">
|
|
<exclude-pattern>ext_*.php</exclude-pattern>
|
|
<exclude-pattern>Configuration/*</exclude-pattern>
|
|
</rule>
|
|
</ruleset>
|