Sha256: 71e6526e8741bdfde87f55763191429d1b763158dfbf3d5c3e4d4eb0af81b2fe

Contents?: true

Size: 544 Bytes

Versions: 1

Compression:

Stored size: 544 Bytes

Contents

Style/Documentation:
  Enabled: false

Style/ClassAndModuleCamelCase:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/AlignHash:
  EnforcedHashRocketStyle: table
  EnforcedColonStyle: table

Metrics/ClassLength:
    Max: 120

Metrics/LineLength:
  Max: 120

Metrics/AbcSize:
  Max: 18

Metrics/ParameterLists:
  Max: 5
  CountKeywordArgs: false

AllCops:
  TargetRubyVersion: 2.3
  DisplayCopNames: true
  DisplayStyleGuide: true
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'
    - 'vendor/**/*'
    - 'bin/**/*'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
oneaccess-0.5.0 .rubocop.yml