Skip to content
Snippets Groups Projects
Forked from project / automatic_updates
890 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
phpcs.xml.dist 329 B
<ruleset name="automatic_updates">
  <description>Must ignore vendor folder, but otherwise default Drupal code standards.</description>
  <file>.</file>
  <exclude-pattern>*/vendor/*$</exclude-pattern>
  <arg name="extensions" value="php,module,inc,install,test,profile,theme,css,info,txt,md"/>
  <rule ref="Drupal"/>
</ruleset>