Mercurial > zeropaste
annotate .rubocop.yml @ 423:ec413bbb4128
Add missing bootstrap file
author | nanaya <me@myconan.net> |
---|---|
date | Thu, 17 Sep 2015 18:39:33 +0900 |
parents | 66ee2f5e793e |
children | 68eb23b52864 |
rev | line source |
---|---|
271 | 1 AllCops: |
317 | 2 Include: |
337 | 3 - Gemfile |
4 - config/local_config.rb.example | |
317 | 5 Exclude: |
375 | 6 - bin/* |
337 | 7 - config/local_config.rb |
8 - db/schema.rb | |
274 | 9 RunRailsCops: true |
271 | 10 |
11 HashSyntax: | |
12 EnforcedStyle: hash_rockets | |
13 | |
14 StringLiterals: | |
15 EnforcedStyle: double_quotes |