superlint/TEMPLATES/phpcs.xml

7 lines
219 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" ?>
<ruleset name="super-linter">
<description>The default coding standard for usage with Super-Linter. It just includes PSR12.</description>
<rule ref="PSR12" />
</ruleset>