view .rubocop.yml @ 489:361ab9e7ffad

Replace webpacker with esbuild and use plain js instead of coffee
author nanaya <me@nanaya.net>
date Tue, 17 Jan 2023 02:34:06 +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