Sha256: 657e0d4275d3d67ee68a46b0731390d47db1206b2c98dc4d02f8aec7960ac993
Contents?: true
Size: 517 Bytes
Versions: 24
Compression:
Stored size: 517 Bytes
Contents
AllCops: TargetRubyVersion: 2.3 Include: - Rakefile Exclude: - bin/* - db/**/* - spec/*_helper.rb Metrics/LineLength: Max: 120 # To make it possible to copy or click on URIs in the code, we allow lines # contaning a URI to be longer than Max. AllowURI: true URISchemes: - http - https Style/Documentation: Enabled: false Style/SignalException: EnforcedStyle: semantic Metrics/BlockLength: Exclude: - 'activeset.gemspec' - 'spec/**/*_spec.rb' - '**/schema.rb'
Version data entries
24 entries across 24 versions & 1 rubygems