Sha256: f987aa78c437341dacd490cb5862b9eca9ca8245dcb17b4f64c28dd55fa0c34a

Contents?: true

Size: 520 Bytes

Versions: 7

Compression:

Stored size: 520 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'
Naming/VariableNumber:
  EnforcedStyle: snake_case
Style/DateTime:
  AllowCoercion: true

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
activeset-0.8.5 .rubocop.yml
activeset-0.8.4 .rubocop.yml
activeset-0.8.3 .rubocop.yml
activeset-0.8.2 .rubocop.yml
activeset-0.8.1 .rubocop.yml
actionset-0.7.0 .rubocop.yml
activeset-0.8.0 .rubocop.yml