Sha256: 2eeb8dfdc307e595f4bdd641a18c0239056feda5e1faac7a4c497f7b6f183acb

Contents?: true

Size: 1.74 KB

Versions: 2

Compression:

Stored size: 1.74 KB

Contents

AllCops:
  Exclude:
    - 'bin/**/*'
    - 'gemfiles/**/*'

Lint/HandleExceptions:
  Exclude:
    - 'test/test_helper.rb'

Metrics/LineLength:
  Max: 120

Metrics/ClassLength:
  Max: 300

Metrics/ModuleLength:
  Max: 300

Metrics/MethodLength:
  Max: 100

Metrics/ParameterLists:
  Max: 8

Metrics/AbcSize:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Metrics/PerceivedComplexity:
  Enabled: false

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

Lint/EndAlignment:
  Enabled: false

Lint/DefEndAlignment:
  Enabled: false

Lint/HandleExceptions:
  Enabled: false

Style/GlobalVars:
  Exclude:
  - spec/support/trace.rb

Style/SpecialGlobalVars:
  Enabled: false

Style/TrivialAccessors:
  Enabled: false

Style/HashSyntax:
  Enabled: true

Style/MethodName:
  Enabled: false

Style/AlignParameters:
  EnforcedStyle: with_fixed_indentation

Style/AccessModifierIndentation:
  Enabled: true

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  EnforcedStyle: double_quotes

Style/ClosingParenthesisIndentation:
  Enabled: false

Style/OneLineConditional:
  Enabled: false

Style/AndOr:
  Enabled: false

Style/Not:
  Enabled: false

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

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

Style/AccessModifierIndentation:
  EnforcedStyle: indent

Style/SignalException:
  Enabled: false

Style/IndentationWidth:
  Enabled: false

Style/TrivialAccessors:
  ExactNameMatch: true

Style/RegexpLiteral:
  EnforcedStyle: percent_r

Style/DotPosition:
  EnforcedStyle: trailing

Style/VariableNumber:
  Enabled: false

Style/FormatString:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
montrose-0.6.0 .rubocop.yml
montrose-0.5.0 .rubocop.yml