Sha256: cae6a3c4b997991f0e23b4ad36d3a670a433ea1520974e8dfd20fe094d0f4ceb

Contents?: true

Size: 677 Bytes

Versions: 9

Compression:

Stored size: 677 Bytes

Contents

# Inherit from Hound default configuration so we can perform the same
# checks locally.
inherit_from: ./.rubocop_hound.yml

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

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

# The Rubocop version used by hound cannot yet detect RSpec expections
# that would change meaning with "do ... end".
Style/Blocks:
  Enabled: false

# The default of 80 characters is a little to narrow.
Metrics/LineLength:
  Max: 100

# Only place spaces inside blocks written with braces.
Style/SpaceInsideHashLiteralBraces:
  EnforcedStyle: no_space

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
pageflow-outline-navigation-bar-1.6.0 .rubocop.yml
pageflow-outline-navigation-bar-1.5.0 .rubocop.yml
pageflow-outline-navigation-bar-1.4.0 .rubocop.yml
pageflow-outline-navigation-bar-1.3.1 .rubocop.yml
pageflow-outline-navigation-bar-1.3.0 .rubocop.yml
pageflow-outline-navigation-bar-1.2.0 .rubocop.yml
pageflow-outline-navigation-bar-1.1.0 .rubocop.yml
pageflow-outline-navigation-bar-1.0.0 .rubocop.yml
pageflow-outline-navigation-bar-0.1.0 .rubocop.yml