view .rubocop.yml @ 431:68eb23b52864

Rails 5 \o/
author nanaya <me@myconan.net>
date Fri, 13 May 2016 03:56:07 +0900
parents 66ee2f5e793e
children 1c6a056269e6
line wrap: on
line source

inherit_from: .rubocop_todo.yml

AllCops:
  Include:
    - Gemfile
    - config/local_config.rb.example
  Exclude:
    - bin/*
    - config/local_config.rb
    - db/schema.rb

Rails:
  Enabled: true

HashSyntax:
  EnforcedStyle: hash_rockets

StringLiterals:
  EnforcedStyle: double_quotes