Sha256: 863b2b2779edaa49de877cf25c003fa976768962556f5ef730ea0fbba5d4dba9

Contents?: true

Size: 963 Bytes

Versions: 5

Compression:

Stored size: 963 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3.7

# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: when_needed, always, never
Style/FrozenStringLiteralComment:
  Enabled: false

# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces.
# SupportedStyles: space, no_space, compact
# SupportedStylesForEmptyBraces: space, no_space
Layout/SpaceInsideHashLiteralBraces:
  EnforcedStyle: no_space

Style/CommentedKeyword:
  Enabled: false

# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Metrics/LineLength:
  Max: 120

# Configuration parameters: CountComments, ExcludedMethods.
# ExcludedMethods: refine
Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'

Style/Documentation:
  Enabled: false

# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 13

Metrics/CyclomaticComplexity:
  Max: 10

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
watigiri-0.6.3 .rubocop.yml
watigiri-0.6.2 .rubocop.yml
watigiri-0.6.1 .rubocop.yml
watigiri-0.6.0 .rubocop.yml
watigiri-0.5.0 .rubocop.yml