Skip to content

3.1.3

Choose a tag to compare

@beporter beporter released this 04 Dec 17:36
· 26 commits to master since this release

Includes two significant improvements:

  • The codesniffer-run script now looks for a phpcs.xml file in the project root folder and uses that as the default coding standard. The script still accepts a CODESNIFFER_RUN_STANDARD env var at a lower priority, and now also accepts a -r command line option to manually specify the xml file or coding standard name to use. Additionally, any remaining arguments at the end of the command line now override the default sniff folders, allow you to target a specific set of files or folders for sniffing.
  • A composer-reinstall script has been added, which purges Composer's configured vendor-dir path, any symlinks from the bin-dir path, and then re-runs composer install for you. This is purely a convenience script to help "reset" your local composer installation.