Sha256: 903fcd443c2d2d06d5fcc5fd18c010bebb1b495f0ba8d2363fcc82a823c22570

Contents?: true

Size: 454 Bytes

Versions: 2

Compression:

Stored size: 454 Bytes

Contents

AllCops:
  Exclude:
    - sweet_notifications.gemspec
    - lib/sweet_notifications/version.rb
    - "vendor/**/*"
    - "gemfiles/vendor/**/*"

Rails:
  Enabled: true

ClassAndModuleChildren:
  Exclude:
    - test/**/*.rb

Documentation:
  Include:
    - lib/**/*.rb

MethodLength:
  Exclude:
    - lib/sweet_notifications/controller_runtime.rb

ModuleFunction:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sweet_notifications-1.0.1 .rubocop.yml
sweet_notifications-1.0.0 .rubocop.yml