build-configs(update)

This commit is contained in:
Oliver Davies 2023-04-23 17:20:48 +01:00
parent 27fa24933b
commit 7e60133b89
2 changed files with 7 additions and 4 deletions

View file

@ -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>

View file

@ -2,6 +2,8 @@
parameters: parameters:
level: max level: max
excludePaths:
- *Test.php
- *TestBase.php
paths: paths:
- web/modules/custom - web/modules/custom