Mercurial > zeropaste
changeset 271:9e5340104183
Add rubocop for fun.
author | edogawaconan <me@myconan.net> |
---|---|
date | Wed, 16 Oct 2013 03:27:47 +0900 |
parents | dfcb25985049 |
children | ee0bced9136d |
files | .rubocop.yml |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.rubocop.yml Wed Oct 16 03:27:47 2013 +0900 @@ -0,0 +1,12 @@ +AllCops: + Includes: + - "config/local_config.rb.example" + Excludes: + - "db/schema.rb" + - "config/local_config.rb" + +HashSyntax: + EnforcedStyle: hash_rockets + +StringLiterals: + EnforcedStyle: double_quotes