Skip to content

v0.8.0

Compare
Choose a tag to compare
@danepowell danepowell released this 14 Oct 20:27
· 44 commits to develop since this release
614876e

There are two major changes in this release:

  • Action required: The coding standards no longer specify which extensions to scan (#27). You must specify the extensions to scan yourself via the PHPCS --extensions parameter or the extensions tag in phpcs.xml.
  • A new coding standard, AcquiaEdge, has been added. This contains new coding standards that will likely fail on existing projects, and will be incorporated into the one of the other standards as part of the next major release.

All changes:

  • Fix #9: Disallow superglobal variables (in AcquiaEdge standard) (#28)
  • Fix #18: Correct extensions not scanned, allow extensions to be overridden (#27)
  • Migrate internal tests to GitHub Actions (#26)
  • Add PHPCS exclude pattern warning to example phpcs.xml.dist (#25)