forked from a64f7bb4-7358-4778-9fbe-3b882c34cc1d/v1
14 lines
431 B
Twig
14 lines
431 B
Twig
<?xml version="1.0"?>
|
|
<ruleset name="Default">
|
|
<description>PHP CodeSniffer configuration for "{{ name }}" project.</description>
|
|
<config name="installed_paths" value="vendor/drupal/coder/coder_sniffer"/>
|
|
<arg name="colors"/>
|
|
<arg value="p"/>
|
|
<file>./{{ document_root_path }}modules/custom</file>
|
|
{% if drush %}
|
|
<file>./drush/Commands</file>
|
|
{% endif %}
|
|
<rule ref="Drupal"/>
|
|
<rule ref="DrupalPractice"/>
|
|
</ruleset>
|