annotate .rubocop.yml @ 322:2235aa625af0
Add memcached and nginx config to readme.
author |
edogawaconan <me@myconan.net> |
date |
Sun, 06 Apr 2014 03:42:02 +0900 |
parents |
b33a7e73e592 |
children |
6730adbd9fce |
rev |
line source |
271
|
1 AllCops:
|
317
|
2 Include:
|
273
|
3 - "Gemfile"
|
271
|
4 - "config/local_config.rb.example"
|
317
|
5 Exclude:
|
271
|
6 - "db/schema.rb"
|
|
7 - "config/local_config.rb"
|
274
|
8 RunRailsCops: true
|
271
|
9
|
|
10 HashSyntax:
|
|
11 EnforcedStyle: hash_rockets
|
|
12
|
|
13 StringLiterals:
|
|
14 EnforcedStyle: double_quotes
|