Sha256: ad0281e7433b1348ba7a83f8b5fe93383d9e610336837dda85f37b49920c6489
Contents?: true
Size: 448 Bytes
Versions: 2
Compression:
Stored size: 448 Bytes
Contents
inherit_from: - http://shopify.github.io/ruby-style-guide/rubocop.yml AllCops: Exclude: - 'vendor/**/*' - 'tmp/**/*' TargetRubyVersion: '2.3' # This doesn't take into account retrying from an exception Lint/SuppressedException: 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bootsnap-1.4.7 | .rubocop.yml |
bootsnap-1.4.7-java | .rubocop.yml |