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>
|
||||
<file>src</file>
|
||||
<arg value="np"/>
|
||||
<rule ref="Drupal,DrupalPractice"/>
|
||||
</ruleset>
|
||||
<rule ref="Drupal"/>
|
||||
<rule ref="DrupalPractice"/>
|
||||
</ruleset>
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
parameters:
|
||||
level: max
|
||||
excludePaths:
|
||||
- *Test.php
|
||||
- *TestBase.php
|
||||
paths:
|
||||
- web/modules/custom
|
||||
|
||||
- web/modules/custom
|
Loading…
Reference in a new issue