Sha256: 5d032107cdc8e4dd360cf412a877d109580f3eff064df9bde983e3970878cb3e

Contents?: true

Size: 1.41 KB

Versions: 9

Compression:

Stored size: 1.41 KB

Contents

# List of files that we ought to fix based on what Rubocop is complaining about them

Layout/SpaceBeforeBlockBraces:
  Exclude:
    - lib/hydra/derivatives/processors/jpeg2k_image.rb
    - lib/hydra/derivatives/processors/shell_based_processor.rb

Metrics/ClassLength:
  Exclude:
    - lib/hydra/derivatives/processors/jpeg2k_image.rb

Metrics/CyclomaticComplexity:
  Exclude:
    - spec/units/transcoding_spec.rb

Metrics/MethodLength:
  Exclude:
    - lib/hydra/derivatives/config.rb
    - lib/hydra/derivatives/processors/document.rb
    - lib/hydra/derivatives/processors/jpeg2k_image.rb
    - lib/hydra/derivatives/processors/shell_based_processor.rb
    - lib/hydra/derivatives/processors/video/processor.rb
    - lib/hydra/derivatives/services/tempfile_service.rb
    - spec/**/*.rb

Naming/PredicateName:
  Exclude:
    - spec/services/tempfile_service_spec.rb

RSpec/AnyInstance:
  Exclude:
    - spec/processors/image_spec.rb
    - spec/units/transcoding_spec.rb

RSpec/BeforeAfterAll:
  Exclude:
    - spec/**/*.rb

RSpec/DescribeClass:
  Exclude:
    - spec/units/config_spec.rb
    - spec/units/transcoding_spec.rb

RSpec/PredicateMatcher:
  Exclude:
    - spec/**/*.rb

RSpec/ReturnFromStub:
  Exclude:
    - spec/processors/jpeg2k_spec.rb

RSpec/SubjectStub:
  Exclude:
    - spec/**/*.rb

RSpec/VerifiedDoubles:
  Exclude:
    - spec/processors/full_text_spec.rb

Style/EvalWithLocation:
  Exclude:
    - lib/hydra/derivatives.rb

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
hydra-derivatives-4.0.0 .rubocop_todo.yml
hydra-derivatives-3.8.0 .rubocop_todo.yml
hydra-derivatives-3.7.0 .rubocop_todo.yml
hydra-derivatives-3.6.1 .rubocop_todo.yml
hydra-derivatives-3.6.0 .rubocop_todo.yml
hydra-derivatives-3.5.0 .rubocop_todo.yml
hydra-derivatives-3.4.2 .rubocop_todo.yml
hydra-derivatives-3.4.1 .rubocop_todo.yml
hydra-derivatives-3.4.0 .rubocop_todo.yml