Sha256: e16f9b6f0c629dbdf3df2412742e4e90952f75c9853c0bbdd29f58b5e4e3104b

Contents?: true

Size: 293 Bytes

Versions: 4

Compression:

Stored size: 293 Bytes

Contents

AllCops:
  TargetRubyVersion: 3.0
  Exclude:
    - '*.gemspec'
    - 'vendor/**/*'
  SuggestExtensions: false

Style/StringLiterals:
  Enabled: false

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 140

Metrics:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tanuki_emoji-0.11.0 .rubocop.yml
tanuki_emoji-0.10.0 .rubocop.yml
tanuki_emoji-0.9.0 .rubocop.yml
tanuki_emoji-0.8.0 .rubocop.yml