annotate .rubocop.yml @ 437:d31fe32da7a0
Finish updating to rails 5
author |
nanaya <me@myconan.net> |
date |
Sat, 02 Jul 2016 17:04:25 +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
|