Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 899 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 899 Bytes

phpcs cookbook

Build Status

Chef cookbook for Composer installing PHP CodeSniffer and additional coding standards.

Supported Platforms

This cookbook has been kitchen-tested against the following platforms:

  • ubuntu-14.04

Depends

Recipes

cakebox::default

  • Installs latest stable PHP Code Sniffer with CakePHP coding standard

Contributing

  1. Fork it ( https://github.com/alt3/chef-phpcs/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Make sure test-kitchen and foodcritic tests pass
  4. Commit your changes (git commit -am 'Adds some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request