Sha256: 77b79348ee16ac9d29411f24a896e80ced1a5ef5d210eb0987bdcfb9717790f9

Contents?: true

Size: 945 Bytes

Versions: 2

Compression:

Stored size: 945 Bytes

Contents

AllCops:
  Exclude:
    # These are autogenerated binstubs.
    - 'bin/*'
    # Keep rubocop from scanning installed gems.
    - 'vendor/**/*'
# Line length is something that isn't dogmatic. 80 chars is a good recommendation.
Metrics/LineLength:
  Enabled: false
# This requires leading comments which can tend to be redundant.
Style/Documentation:
  Enabled: false


# Extra cops:

# Encourages block syntax for things like File.open
Style/AutoResourceCleanup:
  Enabled: true

# Standardize multi-line params.
Style/FirstArrayElementLineBreak:
  Enabled: true
Style/FirstHashElementLineBreak:
  Enabled: true
Style/FirstMethodArgumentLineBreak:
  Enabled: true
Style/FirstMethodParameterLineBreak:
  Enabled: true

# Encourage using public_send to prove that you actually want to bypass visibility.
Style/Send:
  Enabled: true

# If you interpolate a literal, just include it in the string itself.
Lint/LiteralInInterpolation:
  Enabled: true

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
letsencrypt_webfaction-0.0.2 .rubocop.yml
letsencrypt_webfaction-0.0.1 .rubocop.yml