Sha256: 063f6be89ebc69076adb74261bb33c77c618f1d00440e28bb508884663a92efc

Contents?: true

Size: 729 Bytes

Versions: 3

Compression:

Stored size: 729 Bytes

Contents

# Docs: https://docs.rubocop.org/rubocop/configuration

AllCops:
  NewCops: enable
  TargetRubyVersion: 3.1

Layout/ArgumentAlignment:
  EnforcedStyle: 'with_fixed_indentation'
  Enabled: true

Metrics/MethodLength:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Metrics/ClassLength:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Metrics/ParameterLists:
  Enabled: false

Metrics/PerceivedComplexity:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/HashConversion:
  Enabled: false

Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: 'consistent_comma'

Style/TrailingCommaInArrayLiteral:
  EnforcedStyleForMultiline: 'consistent_comma'

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
extreme_overclocking_client-0.1.1 .rubocop.yml
folding_at_home_client-0.1.1 .rubocop.yml
folding_at_home_client-0.1.0 .rubocop.yml