UNC-Libraries/hy-c

View on GitHub
.rubocop_todo.yml

Summary

Maintainability
Test Coverage
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2022-07-21 20:51:51 UTC using RuboCop version 1.31.2.
# 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.

# This section consists of things that may be affected by hyc-overrides/break if changed
# Offense count: 1
GitHub/InsecureHashAlgorithm:
  Exclude:
    - 'app/models/concerns/bulkrax/file_factory.rb'

# Offense count: 1
Rails/ApplicationRecord:
  Exclude:
    - 'app/models/proxy_deposit_request.rb'

# Offense count: 3
GitHub/RailsControllerRenderPathsExist:
  Exclude:
    - 'app/controllers/concerns/hyrax/controller.rb'
    - 'app/controllers/default_admin_sets_controller.rb'

# Offense count: 1
GitHub/RailsViewRenderLiteral:
  Exclude:
    - 'app/helpers/blacklight/facets_helper_behavior.rb'

# Offense count: 5
# Configuration parameters: CheckIdentifiers, CheckConstants, CheckVariables, CheckStrings, CheckSymbols, CheckComments, CheckFilepaths, FlaggedTerms.
Naming/InclusiveLanguage:
  Exclude:
    - 'config/environments/development.rb'

# Offense count: 6
Rails/OutputSafety:
  Exclude:
    - 'app/helpers/hyrax/citations_behaviors/formatters/apa_formatter.rb'
    - 'app/helpers/hyrax/citations_behaviors/formatters/chicago_formatter.rb'
    - 'app/helpers/hyrax/citations_behaviors/formatters/mla_formatter.rb'
    - 'app/helpers/range_limit_helper.rb'
    - 'app/lib/mini_magick/image/info.rb'

# Offense count: 44
Style/FrozenStringLiteralComment:
  Exclude:
    - 'app/helpers/hyrax/citations_behaviors/formatters/apa_formatter.rb'
    - 'app/helpers/hyrax/citations_behaviors/formatters/chicago_formatter.rb'
    - 'app/helpers/hyrax/citations_behaviors/formatters/mla_formatter.rb'
    - 'app/helpers/hyrax/citations_behaviors/publication_behavior.rb'
    - 'app/inputs/multi_value_input.rb'
    - 'app/lib/qa/authorities/local/file_based_authority.rb'
    - 'app/renderers/hyrax/renderers/attribute_renderer.rb'
    - 'app/renderers/hyrax/renderers/date_attribute_renderer.rb'
    - 'app/renderers/hyrax/renderers/person_attribute_renderer.rb'
    - 'app/services/tasks/solr_migration_service.rb'
    - 'spec/features/boxc_redirect_spec.rb'
    - 'spec/features/boxc_redirect_spec.rb'
    - 'spec/features/create_article_spec.rb'
    - 'spec/features/create_artwork_spec.rb'
    - 'spec/features/create_data_set_spec.rb'
    - 'spec/features/create_dissertation_spec.rb'
    - 'spec/features/create_general_spec.rb'
    - 'spec/features/create_honors_thesis_spec.rb'
    - 'spec/features/create_journal_spec.rb'
    - 'spec/features/create_masters_paper_spec.rb'
    - 'spec/features/create_multimed_spec.rb'
    - 'spec/features/create_scholarly_work_spec.rb'
    - 'spec/features/create_work_in_honors_thesis_workflow_spec.rb'
    - 'spec/features/edit_batch_of_works_spec.rb'
    - 'spec/features/edit_default_admin_set_spec.rb'
    - 'spec/features/edit_sage_ingested_works_spec.rb'
    - 'spec/features/edit_work_spec.rb'
    - 'spec/features/footer_spec.rb'
    - 'spec/features/full_text_search_spec.rb'
    - 'spec/features/logging_in_spec.rb'
    - 'spec/features/read_only_mode_spec.rb'
    - 'spec/features/select_work_type_modal_spec.rb'
    - 'spec/features/set_embargo_spec.rb'
    - 'spec/features/view_work_spec.rb'
    - 'spec/helpers/hyrax/citations_behaviors/formatters/apa_formatter_spec.rb'
    - 'spec/helpers/hyrax/citations_behaviors/formatters/chicago_formatter_spec.rb'
    - 'spec/helpers/hyrax/citations_behaviors/formatters/ml_formatter_spec.rb'
    - 'spec/indexers/hyc_indexer_spec.rb'
    - 'spec/lib/qa/authorities/local/file_based_authority_spec.rb'
    - 'spec/models/qa/local_authority_entry_spec.rb'
    - 'spec/models/qa/local_authority_spec.rb'
    - 'spec/services/cdr_license_service_spec.rb'
    - 'spec/services/hyrax/workflow/deletion_request_rejection_notification_spec.rb'
    - 'spec/services/tasks/solr_migration_service_spec.rb'
    - 'spec/views/hyrax/citations/work.html.erb_spec.rb'