diff .rubocop.yml @ 431:68eb23b52864

Rails 5 \o/
author nanaya <me@myconan.net>
date Fri, 13 May 2016 03:56:07 +0900
parents 66ee2f5e793e
children 1c6a056269e6
line wrap: on
line diff
--- a/.rubocop.yml	Tue Mar 01 16:36:10 2016 +0900
+++ b/.rubocop.yml	Fri May 13 03:56:07 2016 +0900
@@ -1,3 +1,5 @@
+inherit_from: .rubocop_todo.yml
+
 AllCops:
   Include:
     - Gemfile
@@ -6,7 +8,9 @@
     - bin/*
     - config/local_config.rb
     - db/schema.rb
-  RunRailsCops: true
+
+Rails:
+  Enabled: true
 
 HashSyntax:
   EnforcedStyle: hash_rockets