# HG changeset patch # User edogawaconan # Date 1398213250 -32400 # Node ID 6730adbd9fce06bda242171d0e6e039446ff0d7d # Parent 8286aec90912b92984d1828b308c336292bef38a Fix yaml style. diff -r 8286aec90912 -r 6730adbd9fce .rubocop.yml --- 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: