Sha256: 07bab518a7f63d597219090b6295f39afdd3360e397af1ffa1ae0b3a1df2e51f

Contents?: true

Size: 1.97 KB

Versions: 5

Compression:

Stored size: 1.97 KB

Contents

AllCops:
  Exclude:
    - 'bin/**/*'
    - 'gemfiles/**/*'
    - 'tmp/**/*'
  TargetRubyVersion: '2.3.0'

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

Metrics/BlockLength:
  Enabled: false

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

Lint/HandleExceptions:
  Enabled: false

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

Style/SafeNavigation:
  Enabled: false

Style/SpecialGlobalVars:
  Enabled: false

Style/TrivialAccessors:
  Enabled: false

Style/HashSyntax:
  Enabled: true

Naming/MethodName:
  Enabled: false

Layout/AlignParameters:
  EnforcedStyle: with_fixed_indentation

Layout/AccessModifierIndentation:
  Enabled: true

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  EnforcedStyle: double_quotes

Layout/ClosingParenthesisIndentation:
  Enabled: false

Layout/EndAlignment:
  Enabled: false

Layout/DefEndAlignment:
  Enabled: false

Style/OneLineConditional:
  Enabled: false

Style/AndOr:
  Enabled: false

Style/Not:
  Enabled: false

Layout/CaseIndentation:
  SupportedStyles:
    - case
    - end
  IndentOneStep: false

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

Layout/AccessModifierIndentation:
  EnforcedStyle: indent

Style/SignalException:
  Enabled: false

Layout/IndentationWidth:
  Enabled: false

Style/TrivialAccessors:
  ExactNameMatch: true

Style/RegexpLiteral:
  EnforcedStyle: percent_r

Layout/DotPosition:
  EnforcedStyle: leading

Naming/VariableNumber:
  Enabled: false

Style/FormatString:
  Enabled: false

Style/MutableConstant:
  Enabled: false

Style/NumericPredicate:
  Enabled: false

Style/SymbolArray:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
montrose-0.11.2 .rubocop.yml
montrose-0.11.1 .rubocop.yml
montrose-0.11.0 .rubocop.yml
montrose-0.10.1 .rubocop.yml
montrose-0.10.0 .rubocop.yml