Sha256: 60892d7a46ccbe561952225bea5bfb8d701cbff0ae3c6dd77543ef6c8377e957

Contents?: true

Size: 1.72 KB

Versions: 3

Compression:

Stored size: 1.72 KB

Contents

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
assembly-image-1.9.0 .rubocop_todo.yml
assembly-image-1.8.0 .rubocop_todo.yml
assembly-image-1.7.8 .rubocop_todo.yml