docker-example-drupal/phpcs.xml.dist

14 lines
376 B
Plaintext
Raw Normal View History

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