Sha256: 943c716465e832d830c2c81f94d4393418b8e63de2547add519e4381a353532b

Contents?: true

Size: 763 Bytes

Versions: 11

Compression:

Stored size: 763 Bytes

Contents

require:
- rubocop-rake
- rubocop-rspec

Layout/LineLength:
  Max: 100

AllCops:
  Exclude:
  - 'db/schema.rb'
  - 'vendor/**/*'
  TargetRubyVersion: 3.1
  NewCops: enable

Metrics/AbcSize:
  Max: 21

Metrics/BlockLength:
  Max: 35
  Exclude:
  - 'spec/**/*_spec.rb'
  - 'Rakefile'
  - '*.gemspec'

Metrics/MethodLength:
  Max: 25

Metrics/ModuleLength:
  Max: 160
  Exclude:
  - 'spec/**/*_spec.rb'

Metrics/ClassLength:
  Max: 300
  Exclude:
  - 'spec/**/*_spec.rb'

Gemspec/RequireMFA:
  Enabled: false

Style/MixinUsage:
  Exclude:
  - "bin/console"

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringConcatenation:
  Exclude:
  - 'Rakefile'

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
metatron-0.1.9 .rubocop.yml
metatron-0.1.8 .rubocop.yml
metatron-0.1.7 .rubocop.yml
metatron-0.1.6 .rubocop.yml
metatron-0.1.5 .rubocop.yml
metatron-0.1.4 .rubocop.yml
metatron-0.1.3 .rubocop.yml
metatron-0.1.2 .rubocop.yml
connected-0.1.1 .rubocop.yml
metatron-0.1.1 .rubocop.yml
metatron-0.1.0 .rubocop.yml