docker-example-drupal/phpcs.xml.dist

9 lines
333 B
Plaintext
Raw Normal View History

2023-03-14 20:20:48 +00:00
<!-- Do not edit this file. It is automatically generated by 'build-configs'. -->
2023-01-21 15:50:45 +00:00
<?xml version="1.0"?>
<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>