# HG changeset patch # User edogawaconan # Date 1381861667 -32400 # Node ID 9e5340104183400f94bc923ebc667a190fe9a21d # Parent dfcb2598504962bfccf74caac558140d314d326d Add rubocop for fun. diff -r dfcb25985049 -r 9e5340104183 .rubocop.yml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.rubocop.yml Wed Oct 16 03:27:47 2013 +0900 @@ -0,0 +1,12 @@ +AllCops: + Includes: + - "config/local_config.rb.example" + Excludes: + - "db/schema.rb" + - "config/local_config.rb" + +HashSyntax: + EnforcedStyle: hash_rockets + +StringLiterals: + EnforcedStyle: double_quotes