annotate .rubocop.yml @ 418:a69dd2d37950
Prevent adding unrelated classes and funny characters
author |
nanaya <me@myconan.net> |
date |
Thu, 17 Sep 2015 01:13:14 +0900 |
parents |
66ee2f5e793e |
children |
68eb23b52864 |
rev |
line source |
271
|
1 AllCops:
|
317
|
2 Include:
|
337
|
3 - Gemfile
|
|
4 - config/local_config.rb.example
|
317
|
5 Exclude:
|
375
|
6 - bin/*
|
337
|
7 - config/local_config.rb
|
|
8 - db/schema.rb
|
274
|
9 RunRailsCops: true
|
271
|
10
|
|
11 HashSyntax:
|
|
12 EnforcedStyle: hash_rockets
|
|
13
|
|
14 StringLiterals:
|
|
15 EnforcedStyle: double_quotes
|