mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-23 10:37:31 +00:00
9 lines
265 B
Twig
9 lines
265 B
Twig
<!-- {{ managedText | raw }} -->
|
|
<?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>
|