giftwrap/.rubocop.yml
John Dewey fe63f100ed Added a Vagrantfile for development
Didn't want to dirty my system with ruby and fpm.  Have a clean vagrant
to do development against.
2014-05-31 14:57:24 -07:00

8 lines
79 B
YAML

AllCops:
Include:
- ./**/*.rb
- Vagrantfile
WordArray:
MinSize: 3