Sha256: f56f3986f8aed4659a2493d74b8f498bf6cc952ff679ec94760b0aae200ce71c

Contents?: true

Size: 1.72 KB

Versions: 7

Compression:

Stored size: 1.72 KB

Contents

AllCops:
  TargetRubyVersion: 2.2


Lint/AmbiguousRegexpLiteral:
  Enabled: false

Lint/AssignmentInCondition:
  Enabled: false

Lint/UnusedMethodArgument:
  Enabled: false


Metrics/ClassLength:
  Max: 500

Metrics/LineLength:
  Max: 120

Metrics/MethodLength:
  Max: 15

Metrics/AbcSize:
  Max: 20

Metrics/CyclomaticComplexity:
  Max: 10

Metrics/ModuleLength:
  Max: 500

Metrics/ParameterLists:
  CountKeywordArgs: false

Style/Alias:
  Enabled: false

Style/CommentIndentation:
  Enabled: false

Style/EmptyLines:
  Enabled: false

Style/EmptyLinesAroundBlockBody:
  Enabled: false

Style/EmptyLinesAroundClassBody:
  Enabled: false

Style/EmptyLinesAroundModuleBody:
  Enabled: false

Style/DoubleNegation:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/GuardClause:
  Enabled: false

Style/HashSyntax:
  Enabled: false

Style/IndentArray:
  Enabled: false

Style/IndentationConsistency:
  Enabled: false

Style/IndentationWidth:
  Enabled: false

Style/Lambda:
  Enabled: false

Style/MultilineBlockChain:
  Enabled: false

Style/OptionHash:
  Enabled: true

Style/ParallelAssignment:
  Enabled: false

Style/RegexpLiteral:
  Enabled: false

Style/SignalException:
  Enabled: false

Style/SpaceAroundBlockParameters:
  Enabled: false

Style/SpaceAroundOperators:
  Enabled: false

Style/SpaceInsideBrackets:
  Enabled: false

Style/SpaceInsideParens:
  Enabled: false

Style/SpaceInsideStringInterpolation:
  EnforcedStyle: space

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/TrailingBlankLines:
  Enabled: false

Style/TrailingCommaInLiteral:
  Enabled: false

Style/TrivialAccessors:
  Enabled: false

Style/UnneededInterpolation:
  Enabled: false

Style/CaseEquality:
  Enabled: false

Style/WordArray:
  Enabled: false

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
shamu-0.0.11 .rubocop.yml
shamu-0.0.9 .rubocop.yml
shamu-0.0.8 .rubocop.yml
shamu-0.0.7 .rubocop.yml
shamu-0.0.5 .rubocop.yml
shamu-0.0.4 .rubocop.yml
shamu-0.0.3 .rubocop.yml