feat: add Drupal LocalGov example

This commit is contained in:
Oliver Davies 2023-03-03 19:36:19 +00:00
commit 17c5703d29
19 changed files with 1800 additions and 0 deletions

7
phpcs.xml.dist Normal file
View file

@ -0,0 +1,7 @@
<?xml version="1.0"?>
<ruleset name="docker-example-drupal-localgov coding standards">
<description>PHPCS configuration file for docker-example-drupal-localgov.</description>
<file>src</file>
<arg value="np"/>
<rule ref="Drupal,DrupalPractice"/>
</ruleset>