view .rubocop.yml @ 288:c8757469da39

The magic hash was broken.
author edogawaconan <me@myconan.net>
date Wed, 16 Oct 2013 04:30:49 +0900
parents 24e8796b0b21
children b33a7e73e592
line wrap: on
line source

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

HashSyntax:
  EnforcedStyle: hash_rockets

StringLiterals:
  EnforcedStyle: double_quotes