Sha256: 36a241978b819564b014538d9a1fe8820aea4fc6a3c5de471c345f13036c0480

Contents?: true

Size: 1.37 KB

Versions: 12

Compression:

Stored size: 1.37 KB

Contents

Metrics/AbcSize:
  Max: 51

Metrics/CyclomaticComplexity:
  Max: 15

Metrics/ParameterLists:
  Max: 7

Metrics/PerceivedComplexity:
  Max: 17

Style/Documentation:
  Enabled: false

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.7

Layout/ArgumentAlignment:
  EnforcedStyle: with_fixed_indentation

Layout/CaseIndentation:
  EnforcedStyle: end

Layout/FirstArrayElementIndentation:
  EnforcedStyle: consistent

Layout/FirstHashElementIndentation:
  EnforcedStyle: consistent

Layout/HeredocIndentation:
  Enabled: false

Layout/LineLength:
  Max: 150
  Exclude:
    - "lib/stripe/resources/**/*.rb"
    - "spec/**/*.rb"

Metrics/BlockLength:
  Max: 40
  Exclude:
    - "spec/**/*.rb"

Metrics/ClassLength:
  Max: 125
  Exclude:
    - "spec/**/*.rb"

Metrics/MethodLength:
  Max: 55

Metrics/ModuleLength:
  Enabled: false

Style/FrozenStringLiteralComment:
  EnforcedStyle: always

Style/HashEachMethods:
  Enabled: true

Style/HashTransformKeys:
  Enabled: true

Style/HashTransformValues:
  Enabled: true

Style/NumericPredicate:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/TrailingCommaInArrayLiteral:
  EnforcedStyleForMultiline: consistent_comma

Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: consistent_comma

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented

Layout/MultilineAssignmentLayout:
  EnforcedStyle: new_line

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
ahl_scraper-0.4.0 .rubocop.yml
ahl_scraper-0.3.8 .rubocop.yml
ahl_scraper-0.3.7 .rubocop.yml
ahl_scraper-0.3.6 .rubocop.yml
ahl_scraper-0.3.5 .rubocop.yml
ahl_scraper-0.3.4 .rubocop.yml
ahl_scraper-0.3.3 .rubocop.yml
ahl_scraper-0.3.2 .rubocop.yml
ahl_scraper-0.3.1 .rubocop.yml
ahl_scraper-0.3.0 .rubocop.yml
ahl_scraper-0.2.0 .rubocop.yml
ahl_scraper-0.1.1 .rubocop.yml