Sha256: 9c73728a5a9c6a0ef470e7f65b4c436915816659e16ed8a58ba0fe0608d0835e

Contents?: true

Size: 270 Bytes

Versions: 2

Compression:

Stored size: 270 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

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