Mercurial > zeropaste
comparison .rubocop.yml @ 337:6730adbd9fce
Fix yaml style.
author | edogawaconan <me@myconan.net> |
---|---|
date | Wed, 23 Apr 2014 09:34:10 +0900 |
parents | b33a7e73e592 |
children | 66ee2f5e793e |
comparison
equal
deleted
inserted
replaced
336:8286aec90912 | 337:6730adbd9fce |
---|---|
1 AllCops: | 1 AllCops: |
2 Include: | 2 Include: |
3 - "Gemfile" | 3 - Gemfile |
4 - "config/local_config.rb.example" | 4 - config/local_config.rb.example |
5 Exclude: | 5 Exclude: |
6 - "db/schema.rb" | 6 - config/local_config.rb |
7 - "config/local_config.rb" | 7 - db/schema.rb |
8 RunRailsCops: true | 8 RunRailsCops: true |
9 | 9 |
10 HashSyntax: | 10 HashSyntax: |
11 EnforcedStyle: hash_rockets | 11 EnforcedStyle: hash_rockets |
12 | 12 |