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

Version Path
activeset-0.6.5 .rubocop.yml
activeset-0.6.4 .rubocop.yml
activeset-0.6.3 .rubocop.yml
activeset-0.6.2 .rubocop.yml
activeset-0.6.1 .rubocop.yml
activeset-0.6.0 .rubocop.yml
activeset-0.5.8 .rubocop.yml
activeset-0.5.7 .rubocop.yml
activeset-0.5.6 .rubocop.yml
activeset-0.5.5 .rubocop.yml
activeset-0.5.4 .rubocop.yml
activeset-0.5.3 .rubocop.yml
activeset-0.5.2 .rubocop.yml
activeset-0.5.1 .rubocop.yml
activeset-0.5.0 .rubocop.yml
activeset-0.4.4 .rubocop.yml
activeset-0.4.3 .rubocop.yml
activeset-0.4.2 .rubocop.yml
activeset-0.4.1 .rubocop.yml
activeset-0.4.0 .rubocop.yml