Sha256: 69a69e42260579b8e7c2da5593e8db8b6c1ded375627718baae1fc5e016f54db

Contents?: true

Size: 771 Bytes

Versions: 13

Compression:

Stored size: 771 Bytes

Contents

AllCops:
  Exclude:
    - bin/*
  TargetRubyVersion: 2.5.0

Metrics/AbcSize:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Metrics/ClassLength:
  Enabled: false

Metrics/LineLength:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Metrics/ModuleLength:
  Enabled: false

Metrics/CyclomaticComplexity:
  Max: 20

Layout/IndentationWidth:
  Width: 2

Layout/CaseIndentation:
  EnforcedStyle: case
  SupportedStyles:
    - case
    - end
  IndentOneStep: true

Layout/AlignHash:
  Enabled: false

Style/GuardClause:
  Enabled: false

Naming:
  Enabled: false

Style/FormatStringToken:
  EnforcedStyle: template

Style/ExpandPathArguments:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/RescueStandardError:
  Enabled: false

Version data entries

13 entries across 13 versions & 5 rubygems

Version Path
discord_bot-0.2.1 .rubocop.yml
discord_bot-0.2.0 .rubocop.yml
discord_bot-0.1.0 .rubocop.yml
google_directions_api-0.9.1 .rubocop.yml
exchange_rates_api-0.9.1 .rubocop.yml
exchange_rates_api-0.9.0 .rubocop.yml
exchange_rates_api-0.1.0 .rubocop.yml
google_directions_api-0.9.0 .rubocop.yml
google_directions_api-0.1.0 .rubocop.yml
open_street_map-1.1.1 .rubocop.yml
learn_kit-0.0.1 .rubocop.yml
open_street_map-1.1 .rubocop.yml
open_street_map-1.0 .rubocop.yml