docker-example-drupal/phpcs.xml.dist

8 lines
251 B
XML

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