district09/php_package_qa-drupal

View on GitHub
configs/phpcs-codeclimate.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="UTF-8"?>
<ruleset>
  <description>PHP CodeSniffer ruleset for Drupal and CodeClimate.</description>

  <!-- Minified files don't have to comply with coding standards. -->
  <exclude-pattern>*.min.css</exclude-pattern>
  <exclude-pattern>*.min.js</exclude-pattern>

  <rule ref="Drupal"/>
  <rule ref="DrupalPractice"/>

  <!-- PSR-12 sniffs -->
  <rule ref="PSR12.Files.DeclareStatement"/>
</ruleset>