Mercurial > zeropaste
annotate .rubocop.yml @ 449:c4a596b4be8a
Contact update
author | nanaya <me@nanaya.pro> |
---|---|
date | Thu, 27 Jul 2017 00:22:46 +0900 |
parents | 68eb23b52864 |
children | 1c6a056269e6 |
rev | line source |
---|---|
431 | 1 inherit_from: .rubocop_todo.yml |
2 | |
271 | 3 AllCops: |
317 | 4 Include: |
337 | 5 - Gemfile |
6 - config/local_config.rb.example | |
317 | 7 Exclude: |
375 | 8 - bin/* |
337 | 9 - config/local_config.rb |
10 - db/schema.rb | |
431 | 11 |
12 Rails: | |
13 Enabled: true | |
271 | 14 |
15 HashSyntax: | |
16 EnforcedStyle: hash_rockets | |
17 | |
18 StringLiterals: | |
19 EnforcedStyle: double_quotes |