docker-example-drupal/phpcs.xml.dist

11 lines
386 B
XML

<?xml version="1.0"?>
<!-- Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs. -->
<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"/>
<rule ref="DrupalPractice"/>
</ruleset>