Sha256: 12784be163f136adae278a70a0207f3438436b6ca31ef9b8fa54eed0e0508e9d

Contents?: true

Size: 356 Bytes

Versions: 3

Compression:

Stored size: 356 Bytes

Contents

inherit_from:
  - config/rubocop/disabled.yml
AllCops:
  DisplayCopNames: true
  Exclude:
    - 'bin/**/*'
    - 'coverage/**/*'
    - 'db/**/*'
    - 'vendor/**/*'
    - 'lib/core_ext/pkcs12.rb'

Metrics/LineLength:
  Max: 100
  Exclude:
    - 'spec/**/*'
    - 'slide_rule.gemspec'

Metrics/MethodLength:
  Max: 15

Style/Documentation:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
slide_rule-1.0.1 .rubocop.yml
slide_rule-1.0.0 .rubocop.yml
slide_rule-0.2.2 .rubocop.yml