Sha256: 1439923ffbbaf9537f48779db7532cbd4eb28e939129f56934993ab1281b8311

Contents?: true

Size: 1.06 KB

Versions: 3

Compression:

Stored size: 1.06 KB

Contents

Metrics/LineLength:
  Max: 150 # TODO: we should decrease this to 120

Metrics/ClassLength:
  Max: 300

Metrics/MethodLength:
  Max: 25

Metrics/ParameterLists:
  Max: 8

Metrics/AbcSize:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Metrics/PerceivedComplexity:
  Enabled: false

Style/AlignParameters:
  EnforcedStyle: with_fixed_indentation

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  EnforcedStyle: double_quotes

Style/AndOr:
  Enabled: false

Style/Not:
  Enabled: false

Documentation:
  Enabled: false # TODO: Enable again once we have more docs

Style/CaseIndentation:
  IndentWhenRelativeTo: case
  SupportedStyles:
    - case
    - end
  IndentOneStep: true

Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    '%w': "[]"
    '%W': "[]"

Style/AccessModifierIndentation:
  EnforcedStyle: outdent

Style/SignalException:
  Enabled: false

Style/IndentationWidth:
  Enabled: false

Lint/EndAlignment:
  AlignWith: variable

Lint/DefEndAlignment:
  Enabled: false

Lint/HandleExceptions:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
refile-0.5.5 .rubocop.yml
refile-0.5.4 .rubocop.yml
refile-0.5.3 .rubocop.yml