Sha256: 535b99dcf1c0c9d745fadf6e98e779b4791de705f01ee3436fd66ac9f9488268

Contents?: true

Size: 891 Bytes

Versions: 2

Compression:

Stored size: 891 Bytes

Contents

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.7

Layout/EmptyLineBetweenDefs:
  Enabled: false

Layout/LineLength:
  Enabled: false

Layout/SpaceAroundEqualsInParameterDefault:
  Enabled: false

Layout/SpaceAroundMethodCallOperator:
  Enabled: false

Layout/SpaceAroundOperators:
  Enabled: false

Layout/SpaceBeforeComma:
  Enabled: false

Layout/SpaceInsideParens:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Style/AndOr:
  Enabled: false

Style/BlockDelimiters:
  Enabled: false

Style/ClassAndModuleChildren:
  Enabled: false

Style/NestedTernaryOperator:
  Enabled: false

Style/RaiseArgs:
  Enabled: false

Style/RescueStandardError:
  Enabled: false

Style/SingleLineMethods:
  Enabled: false

Style/SpecialGlobalVars:
  Enabled: false

Style/StringLiterals:
  Enabled: false

Style/StringLiteralsInInterpolation:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bundler-commentate-0.3.0 .rubocop.yml
bundler-commentate-0.2.0 .rubocop.yml