Sha256: 3d064d7be56f9b6001cf9ba5fad4ffbcab8b9abc8bfb5b77337fef4ddf0ee7ab

Contents?: true

Size: 281 Bytes

Versions: 3

Compression:

Stored size: 281 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.6

Style/StringLiterals:
  Enabled: true
#  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Metrics/MethodLength:
  Max: 35

Metrics/AbcSize:
  Max: 30

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
inline_fn-0.1.6 .rubocop.yml
inline_fn-0.1.5 .rubocop.yml
inline_fn-0.1.4 .rubocop.yml