Sha256: c3639d9ca1e1fbe0eafb2ec9fb702779bf8a8949ad0e79c8bd54a27bf9398cbc

Contents?: true

Size: 1.05 KB

Versions: 7

Compression:

Stored size: 1.05 KB

Contents

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

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/units/transcoding_spec.rb

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

Metrics/AbcSize:
  Exclude:
    - lib/hydra/derivatives/processors/document.rb
    - lib/hydra/derivatives/processors/full_text.rb
    - lib/hydra/derivatives/processors/jpeg2k_image.rb
    - lib/hydra/derivatives/processors/shell_based_processor.rb
    - lib/hydra/derivatives/services/persist_basic_contained_output_file_service.rb
    - lib/hydra/derivatives/services/tempfile_service.rb
    - spec/units/transcoding_spec.rb

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hydra-derivatives-3.3.2 .rubocop_todo.yml
hydra-derivatives-3.3.1 .rubocop_todo.yml
hydra-derivatives-3.3.0 .rubocop_todo.yml
hydra-derivatives-3.2.2 .rubocop_todo.yml
hydra-derivatives-3.2.1 .rubocop_todo.yml
hydra-derivatives-3.2.0 .rubocop_todo.yml
hydra-derivatives-3.1.4 .rubocop_todo.yml