# This configuration was generated by # `rubocop --auto-gen-config` # on 2022-02-28 19:49:08 UTC using RuboCop version 1.25.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 # Configuration parameters: Include. # Include: **/*.gemspec Gemspec/RequiredRubyVersion: Exclude: - 'assembly-image.gemspec' # Offense count: 3 # Cop supports --auto-correct. Lint/RedundantCopDisableDirective: Exclude: - 'lib/assembly-image/image.rb' - 'lib/assembly-image/images.rb' # Offense count: 2 # Configuration parameters: Include, CustomTransform, IgnoreMethods, SpecSuffixOnly. # Include: **/*_spec*rb*, **/spec/**/* RSpec/FilePath: Exclude: - 'spec/image_spec.rb' - 'spec/images_spec.rb' # Offense count: 21 RSpec/MultipleExpectations: Max: 10 # Offense count: 5 RSpec/UnspecifiedException: Exclude: - 'spec/image_spec.rb' - 'spec/images_spec.rb' # Offense count: 3 Style/CombinableLoops: Exclude: - 'spec/images_spec.rb' # Offense count: 1 # Cop supports --auto-correct. Style/GlobalStdStream: Exclude: - 'lib/assembly-image/images.rb' # Offense count: 1 # Configuration parameters: AllowedMethods. # AllowedMethods: respond_to_missing? Style/OptionalBooleanParameter: Exclude: - 'lib/assembly-image/image.rb' # Offense count: 8 # Cop supports --auto-correct-all. # Configuration parameters: Mode. Style/StringConcatenation: Exclude: - 'bin/console' - 'config/boot.rb' - 'lib/assembly-image.rb' - 'lib/assembly-image/images.rb' - 'spec/spec_helper.rb'