This repository has been archived on 2025-03-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
wordpress-thumbor/phpcs.xml
2024-06-18 09:25:38 +02:00

24 lines
574 B
XML

<?xml version="1.0"?>
<ruleset name="WordPress-Thumbor">
<description>WordPress Thumbor</description>
<!-- Scan all files in directory -->
<file>.</file>
<exclude-pattern type="relative">lib/packages/*</exclude-pattern>
<!-- Scan only PHP files -->
<arg name="extensions" value="php"/>
<!-- Show colors in console -->
<arg value="-colors"/>
<!-- Show sniff codes in all reports -->
<arg value="ns"/>
<rule ref="Squiz.PHP.EmbeddedPhp">
<exclude name="Squiz.Commenting.FileComment.Missing"/>
</rule>
<rule ref="Eighteen73-WordPress-Default" />
</ruleset>