Sha256: c9120e30f511b2643fa1c4a222140ff677ce1e234036172f5c283b79c1eff8f4

Contents?: true

Size: 718 Bytes

Versions: 1

Compression:

Stored size: 718 Bytes

Contents

# Older version
Style/EmptyLinesAroundBody:
  Enabled: false

# Newer version (3 for the 1 above)
Style/EmptyLinesAroundClassBody:
  Enabled: false

Style/EmptyLinesAroundModuleBody:
  Enabled: false

Style/EmptyLinesAroundMethodBody:
  Enabled: false

# Other

Style/StringLiterals:
  Enabled: false

Style/FileName:
  Enabled: false

Style/RedundantException:
  Enabled: false

Style/SignalException:
  Enabled: false

# PH Coding Rules
Style/Blocks:
  Enabled: false

Style/CollectionMethods:
  PreferredMethods:
    detect: find

# Github's PR width is 120 characters
Metrics/LineLength:
  Max: 120
  AllowURI: true

# Align with the style guide, we don't prefer anything
Style/CollectionMethods:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
excel_templating-0.3.2 .rubocop.ph.yml