Sha256: 6ae01eddbe0b194028acd930a658ccb49cada0c8ba32fa131c3b9ba84fa04b25

Contents?: true

Size: 766 Bytes

Versions: 3

Compression:

Stored size: 766 Bytes

Contents

inherit_gem:
  rubocop-ruby1_9: rubocop.yml

###################################################################
# Rules that allow preservation of ruby 1.8.7 / ree compatibility #
###################################################################

Style/Documentation:
  Enabled: false

# Ruby 1.8.7 needs the . on chain of method calls at the end of a line
Style/DotPosition:
  EnforcedStyle: trailing

Style/FrozenStringLiteralComment:
  Enabled: true

# Ruby 1.8.7 doesn't have 1.9 style hash syntax
Style/HashSyntax:
  EnforcedStyle: hash_rockets

# Ruby 1.8.7 doesn't have the -> lambda
Style/Lambda:
  Enabled: false

Style/PercentLiteralDelimiters:
  Enabled: false

Style/SymbolArray:
  EnforcedStyle: brackets

Style/WordArray:
  EnforcedStyle: brackets

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
rubocop-ruby1_9-1.0.5 rubocop-ruby1_8.yml
rubocop-lts-2.0.2 rubocop-lts1_8.yml
rubocop-lts-1.0.2 rubocop-lts1_8.yml