build-configs(update)
This commit is contained in:
parent
27fa24933b
commit
7e60133b89
|
@ -5,5 +5,6 @@
|
||||||
<description>PHPCS configuration file for docker-example-drupal.</description>
|
<description>PHPCS configuration file for docker-example-drupal.</description>
|
||||||
<file>src</file>
|
<file>src</file>
|
||||||
<arg value="np"/>
|
<arg value="np"/>
|
||||||
<rule ref="Drupal,DrupalPractice"/>
|
<rule ref="Drupal"/>
|
||||||
</ruleset>
|
<rule ref="DrupalPractice"/>
|
||||||
|
</ruleset>
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
parameters:
|
parameters:
|
||||||
level: max
|
level: max
|
||||||
|
excludePaths:
|
||||||
|
- *Test.php
|
||||||
|
- *TestBase.php
|
||||||
paths:
|
paths:
|
||||||
- web/modules/custom
|
- web/modules/custom
|
||||||
|
|
Loading…
Reference in a new issue