Mercurial > zeropaste
comparison .rubocop.yml @ 273:d55dfc6e3047
Also check gemfile.
author | edogawaconan <me@myconan.net> |
---|---|
date | Wed, 16 Oct 2013 03:30:28 +0900 |
parents | 9e5340104183 |
children | 24e8796b0b21 |
comparison
equal
deleted
inserted
replaced
272:ee0bced9136d | 273:d55dfc6e3047 |
---|---|
1 AllCops: | 1 AllCops: |
2 Includes: | 2 Includes: |
3 - "Gemfile" | |
3 - "config/local_config.rb.example" | 4 - "config/local_config.rb.example" |
4 Excludes: | 5 Excludes: |
5 - "db/schema.rb" | 6 - "db/schema.rb" |
6 - "config/local_config.rb" | 7 - "config/local_config.rb" |
7 | 8 |