Sha256: ae9774317d49294416266ac10dc85a3f4be07a74028f6b92363f554610d359d1

Contents?: true

Size: 520 Bytes

Versions: 3

Compression:

Stored size: 520 Bytes

Contents

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

3 entries across 3 versions & 2 rubygems

Version Path
actionset-0.8.1 .rubocop.yml
actionset-0.8.0 .rubocop.yml
activeset-0.8.6 .rubocop.yml