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
omniauth-calendly-1.0.3 .rubocop.yml
omniauth-calendly-1.0.2 .rubocop.yml
omniauth-timetree-1.0.0 .rubocop.yml
omniauth-calendly-1.0.1 .rubocop.yml
omniauth-calendly-1.0.0 .rubocop.yml
omniauth-zoom-1.0.0 .rubocop.yml
omniauth-cybozu-1.0.0 .rubocop.yml
omniauth-tanita-1.0.0 .rubocop.yml
calendly-0.5.2 .rubocop.yml
calendly-0.5.1 .rubocop.yml
calendly-0.5.0 .rubocop.yml
calendly-0.4.2 .rubocop.yml
calendly-0.4.1 .rubocop.yml
calendly-0.4.0 .rubocop.yml
timetree-0.3.2 .rubocop.yml
calendly-0.3.0 .rubocop.yml
calendly-0.2.0 .rubocop.yml
calendly-0.1.3 .rubocop.yml
omniauth-zoom-0.2.1 .rubocop.yml
omniauth-timetree-0.3.1 .rubocop.yml