Sha256: aefe74e853c30bc1068f0ea46d9c16905f646e06978c9bffffd495ff038e69b7

Contents?: true

Size: 1 KB

Versions: 46

Compression:

Stored size: 1 KB

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:
  Max: 120

Metrics/MethodLength:
  CountComments: false
  Max: 20

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: ruby19

Style/Lambda:
  Enabled: false

Style/RaiseArgs:
  EnforcedStyle: compact

Style/AsciiComments:
  Enabled: false

Version data entries

46 entries across 46 versions & 8 rubygems

Version Path
calendly-0.14.0 .rubocop.yml
calendly-0.13.0 .rubocop.yml
calendly-0.12.0 .rubocop.yml
calendly-0.11.1 .rubocop.yml
calendly-0.11.0 .rubocop.yml
calendly-0.10.0 .rubocop.yml
calendly-0.9.0 .rubocop.yml
calendly-0.8.3 .rubocop.yml
calendly-0.8.2 .rubocop.yml
calendly-0.8.1 .rubocop.yml
omniauth-zoom-1.1.0 .rubocop.yml
omniauth-zoom-0.4.0 .rubocop.yml
calendly-0.8.0 .rubocop.yml
calendly-0.7.0 .rubocop.yml
calendly-0.6.0 .rubocop.yml
omniauth-timetree-0.4.1 .rubocop.yml
omniauth-calendly-0.3.1 .rubocop.yml
omniauth-zoom-0.3.1 .rubocop.yml
omniauth-cybozu-0.3.1 .rubocop.yml
omniauth-tanita-0.5.3 .rubocop.yml