Sha256: ee93619e07ad44e470c392de022d7b87f1a13831cf663a7ddd02458e994234f1

Contents?: true

Size: 1.15 KB

Versions: 3

Compression:

Stored size: 1.15 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2022-03-13 19:35:49 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: 250

# 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: 67
# 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

3 entries across 3 versions & 1 rubygems

Version Path
pg_online_schema_change-0.7.2 .rubocop_todo.yml
pg_online_schema_change-0.7.1 .rubocop_todo.yml
pg_online_schema_change-0.7.0 .rubocop_todo.yml