Sha256: 456b6c76642f44d8f8d3dc3ed00681dbad6dfa96905d4b4372794bb590358941

Contents?: true

Size: 467 Bytes

Versions: 3

Compression:

Stored size: 467 Bytes

Contents

AllCops:
  TargetRubyVersion: 3.0
  NewCops: enable

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

require:
  - rubocop-rake
  - rubocop-rspec

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
jp_translator_from_gpt-1.1.0 .rubocop.yml
jp_translator_from_gpt-1.0.3 .rubocop.yml
jp-translator-from-gpt-1.0.2 .rubocop.yml