# 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'