view .rubocop.yml @ 317:b33a7e73e592

Update rubocop config.
author edogawaconan <me@myconan.net>
date Sat, 05 Apr 2014 23:25:40 +0900
parents 24e8796b0b21
children 6730adbd9fce
line wrap: on
line source

AllCops:
  Include:
    - "Gemfile"
    - "config/local_config.rb.example"
  Exclude:
    - "db/schema.rb"
    - "config/local_config.rb"
  RunRailsCops: true

HashSyntax:
  EnforcedStyle: hash_rockets

StringLiterals:
  EnforcedStyle: double_quotes