Sha256: 3b6e6d4aff57d074070ec2aa6899697b8307eb6f539c4181ad4c36cc2df0b824

Contents?: true

Size: 759 Bytes

Versions: 2

Compression:

Stored size: 759 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.2
Metrics/AbcSize:
  Enabled: false
Metrics/BlockLength:
  Enabled: false
Metrics/CyclomaticComplexity:
  Enabled: false
Metrics/LineLength:
  Enabled: false
Metrics/MethodLength:
  Enabled: false
Metrics/PerceivedComplexity:
  Enabled: false
Style/AsciiComments:
  Enabled: false
Style/BarePercentLiterals:
  EnforcedStyle: percent_q
Style/ClassAndModuleCamelCase:
  Enabled: false
Style/Documentation:
  Enabled: false
Style/DoubleNegation:
  Enabled: false
Style/FrozenStringLiteralComment:
  Enabled: false
Style/MultilineMethodCallIndentation:
  EnforcedStyle: indented
Style/NumericPredicate:
  EnforcedStyle: comparison
Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    '%W': '[]'
    '%i': '[]'
    '%w': '[]'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
polyfill-0.6.0 .rubocop.yml
polyfill-0.5.0 .rubocop.yml