Sha256: 8e375babd2a18076d5fc65048b44ff4818cfe2bd4854c537c5cd206b97727c79

Contents?: true

Size: 396 Bytes

Versions: 2

Compression:

Stored size: 396 Bytes

Contents

AllCops:
  Exclude:
    - '**/doc/*'
    - '**/pkg/*'
    - '**/spec/ruby-spec/**/*'
    - '**/vendor/**/*' # vendored dependencies
  NewCops: enable
  RubyInterpreters:
    - ruby
    - rake
  TargetRubyVersion: 2.5 # really 2.1, but 2.5 is lowest supported by rubocop

Lint/AmbiguousOperatorPrecedence:
  Enabled: false

Lint/AmbiguousRegexpLiteral:
  Enabled: false

Metrics:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
character_set-1.8.0-java .rubocop.yml
character_set-1.8.0 .rubocop.yml