Mercurial > zeropaste
comparison .rubocop.yml @ 431:68eb23b52864
Rails 5 \o/
author | nanaya <me@myconan.net> |
---|---|
date | Fri, 13 May 2016 03:56:07 +0900 |
parents | 66ee2f5e793e |
children | 1c6a056269e6 |
comparison
equal
deleted
inserted
replaced
430:6257da6e1aa1 | 431:68eb23b52864 |
---|---|
1 inherit_from: .rubocop_todo.yml | |
2 | |
1 AllCops: | 3 AllCops: |
2 Include: | 4 Include: |
3 - Gemfile | 5 - Gemfile |
4 - config/local_config.rb.example | 6 - config/local_config.rb.example |
5 Exclude: | 7 Exclude: |
6 - bin/* | 8 - bin/* |
7 - config/local_config.rb | 9 - config/local_config.rb |
8 - db/schema.rb | 10 - db/schema.rb |
9 RunRailsCops: true | 11 |
12 Rails: | |
13 Enabled: true | |
10 | 14 |
11 HashSyntax: | 15 HashSyntax: |
12 EnforcedStyle: hash_rockets | 16 EnforcedStyle: hash_rockets |
13 | 17 |
14 StringLiterals: | 18 StringLiterals: |