Update Docker configuration
This commit is contained in:
parent
dba2b1004c
commit
9f398ee012
12 changed files with 224 additions and 50 deletions
7
phpcs.xml.dist
Normal file
7
phpcs.xml.dist
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?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>
|
||||
Reference in a new issue