Sha256: 1ff01626a05d2bd16cf2aab236ddc7a37aa973c35b243c9553bb9e473622daf5

Contents?: true

Size: 741 Bytes

Versions: 37

Compression:

Stored size: 741 Bytes

Contents

require:
  - rubocop-performance
  - rubocop-rspec

AllCops:
  TargetRubyVersion: 3.1.1
  DisplayCopNames: true
  NewCops: enable

  Exclude:
    - bin/**/*
    - db/**/*
    - test/**/*
    - node_modules/**/*
    - tmp/**/*
    - Gemfile
    - vendor/**/*
    - gemfiles/**/*

Style/FrozenStringLiteralComment:
  Enabled: false
Style/Documentation:
  Enabled: false
Style/DoubleNegation:
  Enabled: false
Style/ClassAndModuleChildren:
  EnforcedStyle: compact

Metrics/AbcSize:
  Max: 25
Layout/LineLength:
  Max: 120
Metrics/MethodLength:
  Max: 25
Metrics/BlockLength:
  Max: 30
  Exclude:
    - "Rakefile"
    - "**/*.rake"
    - "spec/**/*.rb"

Performance/MethodObjectAsBlock:
  Enabled: false
Performance/OpenStruct:
  Enabled: true

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
kapellmeister-0.10.2 .rubocop.yml
kapellmeister-0.10.1 .rubocop.yml
kapellmeister-0.10.0 .rubocop.yml
kapellmeister-0.9.9.rc3 .rubocop.yml
kapellmeister-0.9.9.rc2 .rubocop.yml
kapellmeister-0.9.9.rc1 .rubocop.yml
kapellmeister-0.9.8.rc1 .rubocop.yml
kapellmeister-0.9.8.pre.rc1 .rubocop.yml
kapellmeister-0.9.8 .rubocop.yml
kapellmeister-0.9.7 .rubocop.yml
kapellmeister-0.9.6 .rubocop.yml
kapellmeister-0.9.5 .rubocop.yml
kapellmeister-0.9.4 .rubocop.yml
kapellmeister-0.9.3 .rubocop.yml
kapellmeister-0.9.2 .rubocop.yml
kapellmeister-0.9.1 .rubocop.yml
kapellmeister-0.9.0 .rubocop.yml
kapellmeister-0.8.0 .rubocop.yml
kapellmeister-0.7.3 .rubocop.yml
kapellmeister-0.7.2 .rubocop.yml