view .rubocop.yml @ 316:61f7f258a6fb

Move from-gzip paste parsing to model.
author edogawaconan <me@myconan.net>
date Sat, 05 Apr 2014 23:23:25 +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