Sha256: ae5533676b458481266f4f7d66a3802b504c6ca648f1f9b2b017f4e4511d83cc

Contents?: true

Size: 912 Bytes

Versions: 1

Compression:

Stored size: 912 Bytes

Contents

require:
  - rubocop-minitest
  - rubocop-rake

inherit_mode:
  merge:
    - Exclude
    - Include
    - Prefixes

AllCops:
  DisplayCopNames: true
  Exclude:
    - "**/bin/**/*"
    - "**/gemfiles/**/*"
    - "**/Appraisals"
  NewCops: enable
  TargetRubyVersion: 3.1

Layout/IndentationConsistency:
  EnforcedStyle: indented_internal_methods
Layout/SpaceAroundEqualsInParameterDefault:
  EnforcedStyle: no_space

Metrics/ClassLength:
  Enabled: false
  CountAsOne:
    - array
    - hash
    - heredoc
Metrics/MethodLength:
  CountAsOne:
    - array
    - hash
    - heredoc
Metrics/ModuleLength:
  CountAsOne:
    - array
    - hash
    - heredoc

Minitest/MultipleAssertions:
  Max: 5

Style/Documentation:
  Enabled: false
Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes
Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
action_man-0.0.1 .rubocop.yml