Mercurial > zeropaste
annotate .rubocop.yml @ 448:b5c71a54613b
Update source url
author | nanaya <me@nanaya.pro> |
---|---|
date | Thu, 15 Jun 2017 16:23:20 +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 |