Sha256: 450c77ece25d4c2ec56f9d0b96fb8230f1ca4ab21ae09b1e2d5cfeaa25d7966e

Contents?: true

Size: 1.63 KB

Versions: 1

Compression:

Stored size: 1.63 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2024-03-13 13:32:20 UTC using RuboCop version 1.62.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: Severity, Include.
# Include: **/*.gemspec
Gemspec/RequireMFA:
  Exclude:
    - 'paperclip-permanent_records.gemspec'

# Offense count: 4
# Configuration parameters: Prefixes, AllowedPatterns.
# Prefixes: when, with, without
RSpec/ContextWording:
  Exclude:
    - 'spec/paperclip/permanent_records_spec.rb'

# Offense count: 2
# Configuration parameters: CountAsOne.
RSpec/ExampleLength:
  Max: 6

# Offense count: 4
RSpec/MultipleExpectations:
  Max: 4

# Offense count: 2
# Configuration parameters: AllowedGroups.
RSpec/NestedGroups:
  Max: 4

# Offense count: 2
# This cop supports unsafe autocorrection (--autocorrect-all).
RSpec/ReceiveMessages:
  Exclude:
    - 'spec/paperclip/permanent_records_spec.rb'

# Offense count: 1
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: .
# SupportedStyles: constant, string
RSpec/VerifiedDoubleReference:
  EnforcedStyle: string

# Offense count: 3
# Configuration parameters: AllowedConstants.
Style/Documentation:
  Exclude:
    - 'lib/paperclip/permanent_records.rb'
    - 'lib/paperclip/permanent_records/active_record.rb'
    - 'lib/paperclip/permanent_records/paperclip_patch.rb'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
paperclip-permanent_records-0.7.2 .rubocop_todo.yml