Sha256: d57519148d4a60eacb7582c84982aa2c485cbf6409707292090fc68b08193d1d

Contents?: true

Size: 814 Bytes

Versions: 17

Compression:

Stored size: 814 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

Gemspec/DevelopmentDependencies:
  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

17 entries across 17 versions & 1 rubygems

Version Path
metatron-0.4.2 .rubocop.yml
metatron-0.4.1 .rubocop.yml
metatron-0.4.0 .rubocop.yml
metatron-0.3.4 .rubocop.yml
metatron-0.3.3 .rubocop.yml
metatron-0.3.2 .rubocop.yml
metatron-0.3.1 .rubocop.yml
metatron-0.3.0 .rubocop.yml
metatron-0.2.8 .rubocop.yml
metatron-0.2.7 .rubocop.yml
metatron-0.2.6 .rubocop.yml
metatron-0.2.5 .rubocop.yml
metatron-0.2.4 .rubocop.yml
metatron-0.2.3 .rubocop.yml
metatron-0.2.2 .rubocop.yml
metatron-0.2.1 .rubocop.yml
metatron-0.2.0 .rubocop.yml