Sha256: 8f6a0df307e2c857ed67b630d080c913c520d4d4dd9a8af4ede3a0f3eccff59c

Contents?: true

Size: 735 Bytes

Versions: 1

Compression:

Stored size: 735 Bytes

Contents

require:
  - rubocop-performance
  - rubocop-rspec
AllCops:
  TargetRubyVersion: 2.6
  DisplayCopNames: true
  DisplayStyleGuide: true
Layout/EmptyLinesAroundBlockBody:
  Exclude:
    - 'spec/**/**/*'
Layout/EmptyLinesAroundClassBody:
  EnforcedStyle: empty_lines_except_namespace
Layout/EmptyLinesAroundModuleBody:
  EnforcedStyle: empty_lines_except_namespace
Metrics/BlockLength:
  Exclude:
    - 'spec/**/**/*'
    - '*.gemspec'
Metrics/LineLength:
  Max: 100
Naming/FileName:
  Enabled: false
RSpec/ExampleLength:
  Enabled: false
RSpec/FilePath:
  Exclude:
    - 'spec/grape-throttler/version_spec.rb'
RSpec/MultipleExpectations:
  Enabled: false
Style/Documentation:
  Enabled: false
Style/ExpandPathArguments:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
grape-throttler-1.1.0 .rubocop.yml