Sha256: c1b22c7a5e368f307c100bacab065f765def00bcfffc498a5e91411aac0a967a
Contents?: true
Size: 774 Bytes
Versions: 5
Compression:
Stored size: 774 Bytes
Contents
inherit_gem: rubocop-ruby1_9: rubocop-ruby1_8.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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
rubocop-lts-2.0.5 | rubocop-lts1_8.yml |
rubocop-lts-1.0.4 | rubocop-lts1_8.yml |
rubocop-lts-2.0.4 | rubocop-lts1_8.yml |
rubocop-lts-2.0.3 | rubocop-lts1_8.yml |
rubocop-lts-1.0.3 | rubocop-lts1_8.yml |