view .rubocop.yml @ 477:7a20b4906267

Update gems
author nanaya <me@nanaya.pro>
date Sat, 10 Oct 2020 18:13:56 +0900
parents 1c6a056269e6
children
line wrap: on
line source

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

Rails:
  Enabled: true