
| Current Path : /var/www/html/store1/vendor/chi-teck/drupal-code-generator/templates/misc/project/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/store1/vendor/chi-teck/drupal-code-generator/templates/misc/project/phpcs.xml.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>