Select Git revision
Forked from
project / encrypt_vault_transit
3 commits behind the upstream repository.
Conrad Lara authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
phpcs.xml 477 B
<?xml version="1.0"?>
<ruleset name="vault-rules">
<description>phpcs rules for Vault</description>
<!-- Include all Drupal standards -->
<rule ref="Drupal"/>
<rule ref="DrupalPractice"/>
<!-- The line length standard is too restrictive for markdown files. -->
<rule ref="Drupal.Files.TxtFileLineLength.TooLong">
<exclude-pattern>*/docs/*.md</exclude-pattern>
<exclude-pattern>*/docs/**/*.md</exclude-pattern>
</rule>
</ruleset>