build-configs(update)
This commit is contained in:
parent
17b7ac72c6
commit
866402165a
1 changed files with 4 additions and 1 deletions
|
|
@ -3,8 +3,11 @@
|
||||||
|
|
||||||
<ruleset name="docker-example-drupal-localgov coding standards">
|
<ruleset name="docker-example-drupal-localgov coding standards">
|
||||||
<description>PHPCS configuration file for docker-example-drupal-localgov.</description>
|
<description>PHPCS configuration file for docker-example-drupal-localgov.</description>
|
||||||
<file>src</file>
|
|
||||||
|
|
||||||
<arg value="np"/>
|
<arg value="np"/>
|
||||||
|
|
||||||
<rule ref="Drupal"/>
|
<rule ref="Drupal"/>
|
||||||
<rule ref="DrupalPractice"/>
|
<rule ref="DrupalPractice"/>
|
||||||
|
|
||||||
</ruleset>
|
</ruleset>
|
||||||
|
|
|
||||||
Reference in a new issue