Sha256: 4004c155ae7a658027e33e72781f67d28ca2e6e0fe65713fd135ad7d24709094
Contents?: true
Size: 670 Bytes
Versions: 37
Compression:
Stored size: 670 Bytes
Contents
# Base our rules on Rails inherit_from: - https://raw.githubusercontent.com/rails/rails/master/.rubocop.yml Style/StringLiterals: Enabled: false # Don't care about single vs double quoted strings Style/SpaceInsideBlockBraces: Enabled: false # We have a lot of {|block| block } vs this { |block| block } Style/IndentationConsistency: Enabled: true EnforcedStyle: normal # Rails uses the 'rails' style # Our code has a lot of instances of the following: Style/EmptyLinesAroundModuleBody: Enabled: false Style/EmptyLinesAroundClassBody: Enabled: false Style/AndOr: Enabled: false Style/SpaceAfterComma: Enabled: false Style/HashSyntax: Enabled: false
Version data entries
37 entries across 37 versions & 1 rubygems