Sha256: 08f5ce2676c7f51856f81d5a6d8b802bb24832b8989d85bee88019a16e93c629

Contents?: true

Size: 733 Bytes

Versions: 4

Compression:

Stored size: 733 Bytes

Contents

AllCops:
  TargetRubyVersion: 3.0
  NewCops: enable
  Exclude:
    - "bin/**/*"

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  EnforcedStyle: double_quotes

Style/Documentation:
  Enabled: false

Style/ParallelAssignment:
  Enabled: false

Metrics/MethodLength:
  CountComments: true
  Max: 20

Lint/ScriptPermission:
  Enabled: false

Style/FetchEnvVar:
  Enabled: false

RSpec/ExampleLength:
  Max: 10

Style/FrozenStringLiteralComment:
  Enabled: false

Lint/EmptyFile:
  Enabled: false

RSpec/BeNil:
  Enabled: false

Style/RaiseArgs:
  Enabled: false

Style/WhileUntilModifier:
  Enabled: false

Metrics/ParameterLists:
  Enabled: false

require:
  - rubocop-rake
  - rubocop-rspec

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
modpack_localizer-0.1.3 .rubocop.yml
modpack_localizer-0.1.2 .rubocop.yml
modpack_localizer-0.1.1 .rubocop.yml
modpack_localizer-0.1.0 .rubocop.yml