Sha256: 3ab0cf8a3c5253b779b28c5e1e924e365b9351adf4703ee43f366d65cf904102
Contents?: true
Size: 521 Bytes
Versions: 8
Compression:
Stored size: 521 Bytes
Contents
inherit_from: - http://shopify.github.io/ruby-style-guide/rubocop.yml AllCops: Exclude: - 'vendor/**/*' TargetRubyVersion: 2.0 # This doesn't understand that <<~ doesn't exist in 2.0 Style/IndentHeredoc: Enabled: false # This doesn't take into account retrying from an exception Lint/HandleExceptions: Enabled: false # allow String.new to create mutable strings Style/EmptyLiteral: Enabled: false # allow the use of globals which makes sense in a CLI app like this Style/GlobalVars: Enabled: false
Version data entries
8 entries across 8 versions & 3 rubygems