mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-23 18:37:32 +00:00
8 lines
232 B
Twig
8 lines
232 B
Twig
|
<?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>
|