changeset 274:24e8796b0b21

Enable rails cops.
author edogawaconan <me@myconan.net>
date Wed, 16 Oct 2013 03:31:15 +0900
parents d55dfc6e3047
children 6dd0f3300953
files .rubocop.yml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.rubocop.yml	Wed Oct 16 03:30:28 2013 +0900
+++ b/.rubocop.yml	Wed Oct 16 03:31:15 2013 +0900
@@ -5,6 +5,7 @@
   Excludes:
     - "db/schema.rb"
     - "config/local_config.rb"
+  RunRailsCops: true
 
 HashSyntax:
   EnforcedStyle: hash_rockets