Sha256: a7b681c832818b29516d9ba23472be322f2c63245e4f46111ff9ef7cc63876e3

Contents?: true

Size: 431 Bytes

Versions: 2

Compression:

Stored size: 431 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3
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

2 entries across 2 versions & 1 rubygems

Version Path
activeset-0.7.1 .rubocop.yml
activeset-0.7.0 .rubocop.yml