Mercurial > zeropaste
comparison .rubocop.yml @ 375:66ee2f5e793e
Exclude bin/ from rubocop.
author | nanaya <me@myconan.net> |
---|---|
date | Sat, 06 Jun 2015 22:22:41 +0900 |
parents | 6730adbd9fce |
children | 68eb23b52864 |
comparison
equal
deleted
inserted
replaced
374:92c62966191b | 375:66ee2f5e793e |
---|---|
1 AllCops: | 1 AllCops: |
2 Include: | 2 Include: |
3 - Gemfile | 3 - Gemfile |
4 - config/local_config.rb.example | 4 - config/local_config.rb.example |
5 Exclude: | 5 Exclude: |
6 - bin/* | |
6 - config/local_config.rb | 7 - config/local_config.rb |
7 - db/schema.rb | 8 - db/schema.rb |
8 RunRailsCops: true | 9 RunRailsCops: true |
9 | 10 |
10 HashSyntax: | 11 HashSyntax: |