Sha256: a11b7eeb0f8a1954cc181009e5ea1093ca5b3399a8a76230f0f2b901d53390ab

Contents?: true

Size: 1022 Bytes

Versions: 50

Compression:

Stored size: 1022 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.6

Layout/AccessModifierIndentation:
  EnforcedStyle: outdent

Layout/HashAlignment:
  Enabled: false

Layout/DotPosition:
  EnforcedStyle: trailing

Layout/SpaceInsideHashLiteralBraces:
  EnforcedStyle: no_space

Lint/SuppressedException:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Metrics/BlockNesting:
  Max: 2

Layout/LineLength:
 AllowURI: true
 Enabled: false

Metrics/MethodLength:
  CountComments: false
  Max: 15

Metrics/ParameterLists:
  Max: 4
  CountKeywordArgs: true

Metrics/AbcSize:
  Enabled: false

Style/CollectionMethods:
  PreferredMethods:
    map:      'collect'
    reduce:   'inject'
    find:     'detect'
    find_all: 'select'

Style/Documentation:
  Enabled: false

Style/DoubleNegation:
  Enabled: false

Style/EachWithObject:
  Enabled: false

Style/Encoding:
  Enabled: false

Style/ExpandPathArguments:
  Enabled: false

Style/HashSyntax:
  EnforcedStyle: hash_rockets

Style/Lambda:
  Enabled: false

Style/RaiseArgs:
  EnforcedStyle: compact

Version data entries

50 entries across 50 versions & 8 rubygems

Version Path
youcanbookme-0.0.3.alpha .rubocom.yml
youcanbookme-0.0.2.alpha .rubocom.yml
youcanbookme-0.0.1.alpha .rubocom.yml
calendly-0.1.1 .rubocom.yml
calendly-0.1.0 .rubocom.yml
omniauth-timetree-0.3.0 .rubocop.yml
omniauth-cybozu-0.2.0 .rubocop.yml
timetree-0.3.0 .rubocom.yml
omniauth-tanita-0.4.0 .rubocop.yml
tanita-api-client-0.5.0 .rubocop.yml
omniauth-zoom-0.2.0 .rubocop.yml
timetree-0.2.1 .rubocom.yml
timetree-0.2.0 .rubocom.yml
omniauth-timetree-0.2.1 .rubocop.yml
omniauth-timetree-0.2.0 .rubocop.yml
omniauth-tanita-0.3.0 .rubocop.yml
omniauth-cybozu-0.1.4 .rubocop.yml
omniauth-zoom-0.1.2 .rubocop.yml
omniauth-zoom-0.1.1 .rubocop.yml
omniauth-cybozu-0.1.3 .rubocop.yml