Sha256: 824054343e81b801ed67a6c7321fcb9bf1dc8c74f0cfcb533caf9c820aa99f68

Contents?: true

Size: 603 Bytes

Versions: 6

Compression:

Stored size: 603 Bytes

Contents

inherit_from:
  - https://raw.githubusercontent.com/pixta-dev/pixta-rubocop/master/rubocop.yml

# Normally additional configs of AllCops/Include and AllCops/Exclude override to RuboCops's defaults.
# But you'd like to apply both RuboCops's defaults and addtional configs of AllCops/Include and AllCops/Exclude.
# ref: https://docs.rubocop.org/en/stable/configuration/#unusual-files-that-would-not-be-included-by-default
inherit_mode:
  merge:
    - Include
    - Exclude

AllCops:
  TargetRubyVersion: 3.0
  Exclude:
    - "Gemfile"
    - "bin/*"
    - "config/**/*"
    - "db/**/*"
    - "deploy/**/*"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jisx0208-0.4.1 .rubocop.yml
jisx0208-0.4.0 .rubocop.yml
jisx0208-0.3.0 .rubocop.yml
jisx0208-0.2.0 .rubocop.yml
jisx0208-0.1.1 .rubocop.yml
jisx0208-0.1.0 .rubocop.yml