Sha256: 60dd0002c4df9c7a5880fffd280cc94bd31edf3afb6d9417d0dd0720a702f15f
Contents?: true
Size: 517 Bytes
Versions: 22
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: - 'actionset.gemspec' - 'spec/**/*_spec.rb' - '**/schema.rb'
Version data entries
22 entries across 22 versions & 1 rubygems