Mercurial > zeropaste
changeset 337:6730adbd9fce
Fix yaml style.
author | edogawaconan <me@myconan.net> |
---|---|
date | Wed, 23 Apr 2014 09:34:10 +0900 |
parents | 8286aec90912 |
children | cfbf85da43c6 |
files | .rubocop.yml |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/.rubocop.yml Wed Apr 23 09:33:08 2014 +0900 +++ b/.rubocop.yml Wed Apr 23 09:34:10 2014 +0900 @@ -1,10 +1,10 @@ AllCops: Include: - - "Gemfile" - - "config/local_config.rb.example" + - Gemfile + - config/local_config.rb.example Exclude: - - "db/schema.rb" - - "config/local_config.rb" + - config/local_config.rb + - db/schema.rb RunRailsCops: true HashSyntax: