view .rubocop.yml @ 322:2235aa625af0

Add memcached and nginx config to readme.
author edogawaconan <me@myconan.net>
date Sun, 06 Apr 2014 03:42:02 +0900
parents b33a7e73e592
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