Mercurial > zeropaste
comparison .rubocop.yml @ 458:1c6a056269e6
RIP rubocop
author | nanaya <me@nanaya.pro> |
---|---|
date | Sat, 14 Apr 2018 04:19:29 +0900 |
parents | 68eb23b52864 |
children | d2ef59c9a4b4 |
comparison
equal
deleted
inserted
replaced
457:871fe28b8349 | 458:1c6a056269e6 |
---|---|
1 inherit_from: .rubocop_todo.yml | |
2 | |
3 AllCops: | 1 AllCops: |
4 Include: | 2 Include: |
5 - Gemfile | 3 - Gemfile |
6 - config/local_config.rb.example | 4 - config/local_config.rb.example |
7 Exclude: | 5 Exclude: |
9 - config/local_config.rb | 7 - config/local_config.rb |
10 - db/schema.rb | 8 - db/schema.rb |
11 | 9 |
12 Rails: | 10 Rails: |
13 Enabled: true | 11 Enabled: true |
14 | |
15 HashSyntax: | |
16 EnforcedStyle: hash_rockets | |
17 | |
18 StringLiterals: | |
19 EnforcedStyle: double_quotes |