docker-example-drupal/phpcs.xml.dist

10 lines
334 B
Plaintext
Raw Normal View History

2023-01-21 15:50:45 +00:00
<?xml version="1.0"?>
2023-04-10 23:36:44 +00:00
<!-- Do not edit this file. It is automatically generated by 'build-configs'. -->
2023-01-21 15:50:45 +00:00
<ruleset name="docker-example-drupal coding standards">
<description>PHPCS configuration file for docker-example-drupal.</description>
<file>src</file>
<arg value="np"/>
<rule ref="Drupal,DrupalPractice"/>
</ruleset>