Sha256: 107b4e1f1c77b44b41d2a90f0c8f1a43b798277b405633835744d7cb3ec6a9c5

Contents?: true

Size: 679 Bytes

Versions: 2

Compression:

Stored size: 679 Bytes

Contents

# Use double quotes only for interpolation.
Style/StringLiterals:
  EnforcedStyle: single_quotes

# Place dots at the beginning of multiline method calls.
Layout/DotPosition:
  EnforcedStyle: leading

# Use brackets for symbol array
Style/SymbolArray:
  EnforcedStyle: brackets

# Allow using {} when chaining methods
Style/BlockDelimiters:
  EnforcedStyle: braces_for_chaining

# Allow %{} tokens in format strings
Style/FormatStringToken:
  EnforcedStyle: template

# Longs tests and gemspecs are ok
Metrics/BlockLength:
  ExcludedMethods: ['describe']
  Exclude:
    - 'pr_log.gemspec'

# Ignore Rubcop directives at end of line
Metrics/LineLength:
  IgnoreCopDirectives: true

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pr_log-0.3.0 .rubocop.yml
pr_log-0.2.0 .rubocop.yml