Sha256: 404db326e34491a4f73fb1de80d2f65c74a827c9375c6136ff64ff8d8a9a63ad

Contents?: true

Size: 1.15 KB

Versions: 2

Compression:

Stored size: 1.15 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2022-09-24 14:22:44 UTC using RuboCop version 1.23.0.
# 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: 2
# Configuration parameters: CountComments, CountAsOne.
Metrics/ClassLength:
  Max: 266

# Offense count: 2
# Configuration parameters: IgnoredMethods.
Metrics/CyclomaticComplexity:
  Max: 15

# Offense count: 2
# Configuration parameters: IgnoredMethods.
Metrics/PerceivedComplexity:
  Max: 13

# Offense count: 1
Packaging/GemspecGit:
  Exclude:
    - 'pg_online_schema_change.gemspec'

# Offense count: 68
# Configuration parameters: CountAsOne.
RSpec/ExampleLength:
  Max: 55

# Offense count: 24
RSpec/MultipleExpectations:
  Max: 13

# Offense count: 6
# Configuration parameters: AllowedMethods.
# AllowedMethods: respond_to_missing?
Style/OptionalBooleanParameter:
  Exclude:
    - 'lib/pg_online_schema_change/query.rb'
    - 'lib/pg_online_schema_change/replay.rb'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pg_online_schema_change-0.7.4 .rubocop_todo.yml
pg_online_schema_change-0.7.3 .rubocop_todo.yml