Sha256: a0e17e8517d72b735dd92f224550091434190bd9e3a0770d6c8dd2836b8f5036

Contents?: true

Size: 475 Bytes

Versions: 2

Compression:

Stored size: 475 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3
  Exclude:
    - 'bin/*'
    - 'vendor/**/*'
Metrics/LineLength:
  Max: 120
Metrics/MethodLength:
  Max: 30 # default * 3
Metrics/AbcSize:
  Max: 50 # default * 2
Metrics/ModuleLength:
  Exclude:
    - "**/*_spec.rb"
Metrics/BlockLength:
  Exclude:
    - "**/*_spec.rb"
Style/FrozenStringLiteralComment:
  EnforcedStyle: never
Style/StringLiterals:
   EnforcedStyle: double_quotes
Style/BlockDelimiters:
  EnforcedStyle: braces_for_chaining

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
active_notifier-0.4.2 .rubocop.yml
active_notifier-0.4.1 .rubocop.yml