Mercurial > zeropaste
comparison .rubocop.yml @ 317:b33a7e73e592
Update rubocop config.
author | edogawaconan <me@myconan.net> |
---|---|
date | Sat, 05 Apr 2014 23:25:40 +0900 |
parents | 24e8796b0b21 |
children | 6730adbd9fce |
comparison
equal
deleted
inserted
replaced
316:61f7f258a6fb | 317:b33a7e73e592 |
---|---|
1 AllCops: | 1 AllCops: |
2 Includes: | 2 Include: |
3 - "Gemfile" | 3 - "Gemfile" |
4 - "config/local_config.rb.example" | 4 - "config/local_config.rb.example" |
5 Excludes: | 5 Exclude: |
6 - "db/schema.rb" | 6 - "db/schema.rb" |
7 - "config/local_config.rb" | 7 - "config/local_config.rb" |
8 RunRailsCops: true | 8 RunRailsCops: true |
9 | 9 |
10 HashSyntax: | 10 HashSyntax: |