Sha256: 2bb23c62e15ba0a8b1c2f04035b00a5608e6c6e6d87e61a484e833da0c623140

Contents?: true

Size: 683 Bytes

Versions: 7

Compression:

Stored size: 683 Bytes

Contents

AllCops:
  EnabledByDefault: true
  TargetRubyVersion: 2.7

Style/FrozenStringLiteralComment:
  SafeAutoCorrect: true

Style/StringLiterals:
  Enabled: false

Layout/MultilineAssignmentLayout:
  Enabled: false

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented

Layout/RedundantLineBreak:
  Enabled: false

Style/MethodCallWithArgsParentheses:
  Enabled: false

Style/MethodCalledOnDoEndBlock:
  Exclude:
    - 'spec/**/*'

Style/OpenStructUse:
  Enabled: false

Style/Copyright:
  Enabled: false

Style/MissingElse:
  Enabled: false

Style/SymbolArray:
  EnforcedStyle: brackets

Style/WordArray:
  EnforcedStyle: brackets

Lint/ConstantResolution:
  Enabled: false

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
chronicle-etl-0.5.5 .rubocop.yml
chronicle-spotify-0.1.0 .rubocop.yml
chronicle-etl-0.5.4 .rubocop.yml
chronicle-etl-0.5.3 .rubocop.yml
chronicle-etl-0.5.2 .rubocop.yml
chronicle-etl-0.5.1 .rubocop.yml
chronicle-etl-0.5.0 .rubocop.yml