Mercurial > hg > cmmr2012-drupal-site
view vendor/chi-teck/drupal-code-generator/templates/d8/_project/phpcs.xml.twig @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | |
children |
line wrap: on
line source
<?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>