changeset 317:b33a7e73e592

Update rubocop config.
author edogawaconan <me@myconan.net>
date Sat, 05 Apr 2014 23:25:40 +0900
parents 61f7f258a6fb
children a8daca6e56ce
files .rubocop.yml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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