Sha256: 6846139c35255660536895bf18564f2f1dc95cb3a6c0f9aa3c1a397ddd39ce19

Contents?: true

Size: 691 Bytes

Versions: 6

Compression:

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

require:
  - rubocop-rake
  - rubocop-rspec

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jp_quest-0.3.0 .rubocop.yml
jp_quest-0.2.0 .rubocop.yml
jp_quest-0.1.3 .rubocop.yml
jp_quest-0.1.2 .rubocop.yml
jp_quest-0.1.1 .rubocop.yml
jp_quest-0.1.0 .rubocop.yml