mirror of
https://github.com/opdavies/build-configs.git
synced 2025-02-02 05:47:32 +00:00
fix(phpcs): incorrect rule formatting
This commit is contained in:
parent
642b479934
commit
3b0fc2c8a0
|
@ -5,5 +5,7 @@
|
||||||
<description>PHPCS configuration file for {{ name }}.</description>
|
<description>PHPCS configuration file for {{ name }}.</description>
|
||||||
<file>src</file>
|
<file>src</file>
|
||||||
<arg value="np"/>
|
<arg value="np"/>
|
||||||
<rule ref="{{ php.phpcs.standard }}"/>
|
{% for standard in php.phpcs.standards|default(['Drupal', 'DrupalPractice']) %}
|
||||||
|
<rule ref="{{ standard }}"/>
|
||||||
|
{% endif %}
|
||||||
</ruleset>
|
</ruleset>
|
||||||
|
|
Loading…
Reference in a new issue