view .rubocop.yml @ 273:d55dfc6e3047

Also check gemfile.
author edogawaconan <me@myconan.net>
date Wed, 16 Oct 2013 03:30:28 +0900
parents 9e5340104183
children 24e8796b0b21
line wrap: on
line source

AllCops:
  Includes:
    - "Gemfile"
    - "config/local_config.rb.example"
  Excludes:
    - "db/schema.rb"
    - "config/local_config.rb"

HashSyntax:
  EnforcedStyle: hash_rockets

StringLiterals:
  EnforcedStyle: double_quotes