Sha256: f98ef632cb400235d49b9b4dea4a4207342b88ef14deabbde6acb0d1999c8c02

Contents?: true

Size: 791 Bytes

Versions: 5

Compression:

Stored size: 791 Bytes

Contents

# Rubocop config for lxi_rb rubygem
AllCops:
  TargetRubyVersion: 3.1
  EnabledByDefault: true
  AutoCorrect: true

require:
  - rubocop-performance
  - rubocop-rake
  - rubocop-minitest

inherit_gem:
  syntax_tree: config/rubocop.yml

Style/StringLiterals:
  EnforcedStyle: single_quotes

Style/StringLiteralsInInterpolation:
  Enabled: false

Layout/LineLength:
  Max: 120

Metrics/MethodLength:
  Max: 30

Metrics/BlockLength:
  Max: 30

Metrics/ClassLength:
  Enabled: false

Documentation:
  Enabled: false

Style/Copyright:
  Enabled: false

Style/DocumentationMethod:
  Enabled: false

Lint/ConstantResolution:
  Enabled: false

Bundler/GemComment:
  Enabled: false

Style/ConstantVisibility:
  Enabled: false

Style/IpAddresses:
  Enabled: false

Style/MissingElse:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
lxi_rb-0.8.1 .rubocop.yml
lxi_rb-0.8.0 .rubocop.yml
lxi_rb-0.7.3 .rubocop.yml
lxi_rb-0.7.2 .rubocop.yml
lxi_rb-0.7.1 .rubocop.yml