# HG changeset patch # User edogawaconan # Date 1396707940 -32400 # Node ID b33a7e73e59250bb1c701c7959ed79c4d3b32303 # Parent 61f7f258a6fb0af30509c03fd922addcd0afb927 Update rubocop config. diff -r 61f7f258a6fb -r b33a7e73e592 .rubocop.yml --- a/.rubocop.yml Sat Apr 05 23:23:25 2014 +0900 +++ b/.rubocop.yml Sat Apr 05 23:25:40 2014 +0900 @@ -1,8 +1,8 @@ AllCops: - Includes: + Include: - "Gemfile" - "config/local_config.rb.example" - Excludes: + Exclude: - "db/schema.rb" - "config/local_config.rb" RunRailsCops: true