view .rubocop.yml @ 449:c4a596b4be8a

Contact update
author nanaya <me@nanaya.pro>
date Thu, 27 Jul 2017 00:22:46 +0900
parents 68eb23b52864
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