view .rubocop.yml @ 470:c1e191d1b02a bootstrap-4

Better input area height 100vh maximum seems right.
author nanaya <me@nanaya.pro>
date Sun, 23 Feb 2020 22:31:19 +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