Skip to content

v3.0.0

Compare
Choose a tag to compare
@danepowell danepowell released this 10 Jul 21:16
· 5 commits to develop since this release
ca05888

This major release replaces the existing rulesets with four rulesets designed to better align with PHP and Drupal community standards, as described in the README:

  • AcquiaDrupalMinimal is based on the Drupal coding standard and is intended for use on all public Drupal projects.
  • AcquiaDrupalStrict is based on AcquiaDrupal and adds the more opinionated DrupalPractice standard. It is intended for use on all internal Drupal projects.
  • AcquiaPHPMinimal is based on PSR-12 and is intended for use on all public non-Drupal projects.
  • AcquiaPHPStrict is based on AcquiaPHP and adds additional, more opinionated standards. It is intended for use on all internal, non-Drupal projects.