build-configs/templates/phpcs.xml.twig

8 lines
232 B
Twig
Raw Normal View History

2023-01-19 19:47:15 +00:00
<?xml version="1.0"?>
<ruleset name="{{ name }} coding standards">
<description>PHPCS configuration file for {{ name }}.</description>
<file>src</file>
<arg value="np"/>
<rule ref="{{ php.phpcs.standard }}"/>
</ruleset>