Sha256: a67ffaebf02717c023c3862010a777c7a7e38435de71ab514eefbf1dd9ed2e02

Contents?: true

Size: 647 Bytes

Versions: 7

Compression:

Stored size: 647 Bytes

Contents

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

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

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

# 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

# Allow extend self
Style/ModuleFunction:
  Enabled: false

# Do not require class and module doc strings
Style/Documentation:
  Enabled: false

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
semmy-1.2.0 .rubocop.yml
semmy-1.1.0 .rubocop.yml
semmy-1.0.2 .rubocop.yml
semmy-1.0.1 .rubocop.yml
semmy-1.0.0 .rubocop.yml
semmy-0.4.0 .rubocop.yml
semmy-0.3.0 .rubocop.yml