# HG changeset patch # User edogawaconan # Date 1381861828 -32400 # Node ID d55dfc6e30478420ef1b791108ff66d6234571cf # Parent ee0bced9136d2afd68bf0a9502764cf1495ade3a Also check gemfile. diff -r ee0bced9136d -r d55dfc6e3047 .rubocop.yml --- a/.rubocop.yml Wed Oct 16 03:29:51 2013 +0900 +++ b/.rubocop.yml Wed Oct 16 03:30:28 2013 +0900 @@ -1,5 +1,6 @@ AllCops: Includes: + - "Gemfile" - "config/local_config.rb.example" Excludes: - "db/schema.rb"