Sha256: fabbe46e90d21b7d06ee8af6931103afbd04256f89a0fdb90b5758a067bc420a

Contents?: true

Size: 812 Bytes

Versions: 2

Compression:

Stored size: 812 Bytes

Contents

AllCops:
  DisplayCopNames: true
  DisplayStyleGuide: true
  TargetRubyVersion: 2.5
  Exclude:
    - 'lib/**/**/templates/*'
    - 'spec/**/**/*'
Layout/EmptyLinesAroundClassBody:
  Enabled: false
Layout/EmptyLinesAroundModuleBody:
  Enabled: false
LineLength:
  Max: 100
Lint/AssignmentInCondition:
  Enabled: false
Lint/RescueException:
  Enabled: false
Lint/ScriptPermission:
  Enabled: false
Metrics/AbcSize:
  Enabled: false
Metrics/CyclomaticComplexity:
  Enabled: false
Metrics/MethodLength:
  Enabled: false
Metrics/PerceivedComplexity:
  Enabled: false
Naming/FileName:
  Enabled: false
Style/BracesAroundHashParameters:
  Enabled: false
Style/Documentation:
  Enabled: false
Style/ExpandPathArguments:
  Enabled: false
Style/RescueModifier:
  Enabled: false
Style/RescueStandardError:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
grape-throttler-1.0.1 .rubocop.yml
grape-throttler-1.0.0 .rubocop.yml