Skip to content

Instantly share code, notes, and snippets.

@cjcolvar
Created February 11, 2022 16:32
Show Gist options
  • Save cjcolvar/fe63b1b8090cf859d56a7607e5dc0818 to your computer and use it in GitHub Desktop.
Save cjcolvar/fe63b1b8090cf859d56a7607e5dc0818 to your computer and use it in GitHub Desktop.
Hyrax offenses on standard
This file has been truncated, but you can view the full file.
standard: Use Ruby Standard Style (https://github.com/testdouble/standard)
standard: Run `standardrb --fix` to automatically fix some problems.
Gemfile:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
Gemfile:2:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:7:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:8:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:9:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:10:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:11:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:11:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:12:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:12:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:13:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:15:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:18:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:19:17: Layout/MultilineOperationIndentation: Use 2 (not 16) spaces for indenting an expression in an assignment spanning multiple lines.
Gemfile:19:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:19:71: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:20:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:22:1: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Bundler/DuplicatedGem`.
Gemfile:28:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:31:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:31:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:32:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:32:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:32:47: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:33:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:33:38: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:34:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:35:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:35:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:35:46: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:37:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Rakefile:5:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Rakefile:7:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Rakefile:12:28: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
Rakefile:15:6: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Rakefile:17:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Rakefile:21:10: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Rakefile:28:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/actors/hyrax/actors/abstract_actor.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/actors/hyrax/actors/add_to_work_actor.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/actors/hyrax/actors/apply_order_actor.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/actors/hyrax/actors/apply_permission_template_actor.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/actors/hyrax/actors/attach_members_actor.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/actors/hyrax/actors/attach_members_actor.rb:34:7: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/CyclomaticComplexity`.
app/actors/hyrax/actors/attach_members_actor.rb:40:19: Layout/ExtraSpacing: Unnecessary spacing detected.
app/actors/hyrax/actors/attach_members_actor.rb:41:21: Layout/ExtraSpacing: Unnecessary spacing detected.
app/actors/hyrax/actors/attach_members_actor.rb:42:17: Layout/ExtraSpacing: Unnecessary spacing detected.
app/actors/hyrax/actors/attach_members_actor.rb:43:26: Layout/ExtraSpacing: Unnecessary spacing detected.
app/actors/hyrax/actors/attach_members_actor.rb:50:46: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/actors/hyrax/actors/attach_members_actor.rb:51:46: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/actors/hyrax/actors/attach_members_actor.rb:57:37: Layout/MultilineMethodCallIndentation: Use 2 (not 28) spaces for indenting an expression in an assignment spanning multiple lines.
app/actors/hyrax/actors/attach_members_actor.rb:58:37: Layout/MultilineMethodCallIndentation: Use 2 (not 28) spaces for indenting an expression in an assignment spanning multiple lines.
app/actors/hyrax/actors/attach_members_actor.rb:72:56: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/actors/hyrax/actors/attach_members_actor.rb:75:16: Layout/ExtraSpacing: Unnecessary spacing detected.
app/actors/hyrax/actors/attach_members_actor.rb:75:56: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/actors/hyrax/actors/attach_members_actor.rb:76:41: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/actors/hyrax/actors/attach_members_actor.rb:82:43: Layout/ExtraSpacing: Unnecessary spacing detected.
app/actors/hyrax/actors/base_actor.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/actors/hyrax/actors/base_actor.rb:98:53: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/actors/hyrax/actors/base_actor.rb:120:17: Layout/ExtraSpacing: Unnecessary spacing detected.
app/actors/hyrax/actors/collections_membership_actor.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/actors/hyrax/actors/collections_membership_actor.rb:35:7: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/MethodLength`.
app/actors/hyrax/actors/collections_membership_actor.rb:36:7: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/PerceivedComplexity`.
app/actors/hyrax/actors/collections_membership_actor.rb:37:7: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/CyclomaticComplexity`.
app/actors/hyrax/actors/collections_membership_actor.rb:43:105: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/actors/hyrax/actors/collections_membership_actor.rb:50:30: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/actors/hyrax/actors/collections_membership_actor.rb:51:50: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/actors/hyrax/actors/collections_membership_actor.rb:55:66: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/actors/hyrax/actors/collections_membership_actor.rb:56:53: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/actors/hyrax/actors/collections_membership_actor.rb:59:62: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/actors/hyrax/actors/collections_membership_actor.rb:60:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/actors/hyrax/actors/collections_membership_actor.rb:101:26: Style/RedundantFetchBlock: Use `fetch(:member_of_collections_attributes, nil)` instead of `fetch(:member_of_collections_attributes) { nil }`.
app/actors/hyrax/actors/collections_membership_actor.rb:107:60: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/actors/hyrax/actors/create_with_files_actor.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/actors/hyrax/actors/create_with_files_actor.rb:10:14: Layout/ExtraSpacing: Unnecessary spacing detected.
app/actors/hyrax/actors/create_with_files_actor.rb:12:19: Layout/ExtraSpacing: Unnecessary spacing detected.
app/actors/hyrax/actors/create_with_files_actor.rb:23:14: Layout/ExtraSpacing: Unnecessary spacing detected.
app/actors/hyrax/actors/create_with_files_actor.rb:25:19: Layout/ExtraSpacing: Unnecessary spacing detected.
app/actors/hyrax/actors/create_with_files_ordered_members_actor.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/actors/hyrax/actors/create_with_remote_files_actor.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/actors/hyrax/actors/create_with_remote_files_actor.rb:31:47: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/actors/hyrax/actors/create_with_remote_files_actor.rb:32:47: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/actors/hyrax/actors/create_with_remote_files_actor.rb:33:47: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/actors/hyrax/actors/create_with_remote_files_actor.rb:44:9: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/ParameterLists`.
app/actors/hyrax/actors/create_with_remote_files_actor.rb:81:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/actors/hyrax/actors/create_with_remote_files_actor.rb:114:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/actors/hyrax/actors/create_with_remote_files_actor.rb:125:36: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/actors/hyrax/actors/create_with_remote_files_ordered_members_actor.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/actors/hyrax/actors/create_with_remote_files_ordered_members_actor.rb:49:47: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/actors/hyrax/actors/create_with_remote_files_ordered_members_actor.rb:50:47: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/actors/hyrax/actors/create_with_remote_files_ordered_members_actor.rb:51:47: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/actors/hyrax/actors/create_with_remote_files_ordered_members_actor.rb:52:47: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/actors/hyrax/actors/create_with_remote_files_ordered_members_actor.rb:53:47: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/actors/hyrax/actors/default_admin_set_actor.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/actors/hyrax/actors/embargo_actor.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/actors/hyrax/actors/environment.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/actors/hyrax/actors/file_actor.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/actors/hyrax/actors/file_actor.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/actors/hyrax/actors/file_actor.rb:69:45: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/actors/hyrax/actors/file_actor.rb:70:45: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/actors/hyrax/actors/file_actor.rb:71:45: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/actors/hyrax/actors/file_actor.rb:78:52: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/AbcSize`, `Metrics/MethodLength`.
app/actors/hyrax/actors/file_actor.rb:84:11: Style/RescueStandardError: Omit the error class when rescuing `StandardError` by itself.
app/actors/hyrax/actors/file_actor.rb:94:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/actors/hyrax/actors/file_set_actor.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/actors/hyrax/actors/file_set_actor.rb:5:24: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/ClassLength`.
app/actors/hyrax/actors/file_set_actor.rb:82:7: Style/Alias: Use `alias_method` instead of `alias`.
app/actors/hyrax/actors/file_set_actor.rb:89:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/actors/hyrax/actors/file_set_actor.rb:96:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/actors/hyrax/actors/file_set_actor.rb:187:7: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/CyclomaticComplexity`.
app/actors/hyrax/actors/initialize_workflow_actor.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/actors/hyrax/actors/initialize_workflow_actor.rb:19:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/actors/hyrax/actors/interpret_visibility_actor.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/actors/hyrax/actors/interpret_visibility_actor.rb:36:9: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/CyclomaticComplexity`, `Metrics/PerceivedComplexity`.
app/actors/hyrax/actors/interpret_visibility_actor.rb:38:26: Layout/ExtraSpacing: Unnecessary spacing detected.
app/actors/hyrax/actors/interpret_visibility_actor.rb:40:31: Layout/MultilineOperationIndentation: Use 2 (not 20) spaces for indenting an expression in an assignment spanning multiple lines.
app/actors/hyrax/actors/interpret_visibility_actor.rb:40:44: Layout/ExtraSpacing: Unnecessary spacing detected.
app/actors/hyrax/actors/interpret_visibility_actor.rb:41:21: Layout/ExtraSpacing: Unnecessary spacing detected.
app/actors/hyrax/actors/interpret_visibility_actor.rb:42:31: Layout/MultilineOperationIndentation: Use 2 (not 20) spaces for indenting an expression in an assignment spanning multiple lines.
app/actors/hyrax/actors/interpret_visibility_actor.rb:42:44: Layout/ExtraSpacing: Unnecessary spacing detected.
app/actors/hyrax/actors/interpret_visibility_actor.rb:43:22: Layout/ExtraSpacing: Unnecessary spacing detected.
app/actors/hyrax/actors/interpret_visibility_actor.rb:44:31: Layout/MultilineOperationIndentation: Use 2 (not 20) spaces for indenting an expression in an assignment spanning multiple lines.
app/actors/hyrax/actors/interpret_visibility_actor.rb:44:44: Layout/ExtraSpacing: Unnecessary spacing detected.
app/actors/hyrax/actors/interpret_visibility_actor.rb:50:30: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/actors/hyrax/actors/interpret_visibility_actor.rb:51:30: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/actors/hyrax/actors/interpret_visibility_actor.rb:52:30: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/actors/hyrax/actors/interpret_visibility_actor.rb:53:30: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/actors/hyrax/actors/interpret_visibility_actor.rb:54:30: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/actors/hyrax/actors/interpret_visibility_actor.rb:59:30: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/actors/hyrax/actors/interpret_visibility_actor.rb:60:30: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/actors/hyrax/actors/interpret_visibility_actor.rb:61:30: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/actors/hyrax/actors/interpret_visibility_actor.rb:66:30: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/actors/hyrax/actors/interpret_visibility_actor.rb:67:30: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/actors/hyrax/actors/interpret_visibility_actor.rb:68:30: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/actors/hyrax/actors/interpret_visibility_actor.rb:121:54: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/actors/hyrax/actors/interpret_visibility_actor.rb:142:54: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/actors/hyrax/actors/interpret_visibility_actor.rb:154:24: Layout/MultilineOperationIndentation: Use 2 (not 15) spaces for indenting a condition in an `if` statement spanning multiple lines.
app/actors/hyrax/actors/interpret_visibility_actor.rb:155:24: Layout/MultilineOperationIndentation: Use 2 (not 15) spaces for indenting a condition in an `if` statement spanning multiple lines.
app/actors/hyrax/actors/lease_actor.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/actors/hyrax/actors/model_actor.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/actors/hyrax/actors/model_actor.rb:7:7: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Rails/Delegate` (unknown cop).
app/actors/hyrax/actors/model_actor.rb:35:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/actors/hyrax/actors/optimistic_lock_validator.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/actors/hyrax/actors/optimistic_lock_validator.rb:9:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/actors/hyrax/actors/terminator.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/actors/hyrax/actors/transactional_request.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/actors/hyrax/actors/transfer_request_actor.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/actors/hyrax/actors/transfer_request_actor.rb:14:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/actors/hyrax/actors/transfer_request_actor.rb:24:54: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/authorities/qa/authorities/collections.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/authorities/qa/authorities/collections.rb:14:10: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/authorities/qa/authorities/collections.rb:14:54: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/authorities/qa/authorities/collections.rb:31:46: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/authorities/qa/authorities/collections.rb:34:23: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/authorities/qa/authorities/collections.rb:34:48: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/authorities/qa/authorities/collections.rb:35:16: Layout/MultilineMethodCallIndentation: Use 2 (not 7) spaces for indenting an expression spanning multiple lines.
app/authorities/qa/authorities/collections.rb:36:16: Layout/MultilineMethodCallIndentation: Use 2 (not 7) spaces for indenting an expression spanning multiple lines.
app/authorities/qa/authorities/find_works.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/authorities/qa/authorities/find_works.rb:16:10: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/authorities/qa/authorities/find_works.rb:16:42: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/authorities/qa/authorities/find_works.rb:33:46: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/authorities/qa/authorities/find_works.rb:36:23: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/authorities/qa/authorities/find_works.rb:36:48: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/authorities/qa/authorities/find_works.rb:37:16: Layout/MultilineMethodCallIndentation: Use 2 (not 7) spaces for indenting an expression spanning multiple lines.
app/authorities/qa/authorities/find_works.rb:38:16: Layout/MultilineMethodCallIndentation: Use 2 (not 7) spaces for indenting an expression spanning multiple lines.
app/builders/hyrax/bootstrap_breadcrumbs_builder.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/builders/hyrax/bootstrap_breadcrumbs_builder.rb:23:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/builders/hyrax/bootstrap_breadcrumbs_builder.rb:26:45: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/builders/hyrax/bootstrap_breadcrumbs_builder.rb:26:119: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/builders/hyrax/bootstrap_breadcrumbs_builder.rb:31:6: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/builders/hyrax/bootstrap_breadcrumbs_builder.rb:31:7: Style/HashSyntax: Don't mix styles in the same hash.
app/builders/hyrax/bootstrap_breadcrumbs_builder.rb:31:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/builders/hyrax/bootstrap_breadcrumbs_builder.rb:31:28: Style/HashSyntax: Don't mix styles in the same hash.
app/builders/hyrax/bootstrap_breadcrumbs_builder.rb:31:76: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/builders/hyrax/form_builder.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/builders/hyrax/form_builder.rb:9:12: Layout/ExtraSpacing: Unnecessary spacing detected.
app/builders/hyrax/form_builder.rb:10:14: Layout/ExtraSpacing: Unnecessary spacing detected.
app/builders/hyrax/manifest_helper.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/builders/hyrax/manifest_helper.rb:21:83: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/builders/hyrax/manifest_helper.rb:24:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/builders/hyrax/manifest_helper.rb:25:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/builders/hyrax/manifest_helper.rb:26:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/channels/hyrax/application_cable/channel.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/channels/hyrax/application_cable/connection.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/channels/hyrax/application_cable/connection.rb:15:9: Style/RedundantCondition: Use double pipes `||` instead.
app/channels/hyrax/application_cable/connection.rb:23:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/channels/hyrax/notifications_channel.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/channels/hyrax/notifications_channel.rb:13:50: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/connections/hyrax/clean_connection.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/connections/hyrax/clean_connection.rb:7:7: Style/RedundantAssignment: Redundant assignment before returning detected.
app/controllers/concerns/hyrax/admin/stats_behavior.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/concerns/hyrax/admin/stats_behavior.rb:18:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/admin/stats_behavior.rb:22:34: Layout/ExtraSpacing: Unnecessary spacing detected.
app/controllers/concerns/hyrax/admin/stats_behavior.rb:39:22: Layout/ExtraSpacing: Unnecessary spacing detected.
app/controllers/concerns/hyrax/admin/users_controller_behavior.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/concerns/hyrax/admin/users_controller_behavior.rb:9:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/api.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/concerns/hyrax/api.rb:10:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/api.rb:14:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/api.rb:23:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/api.rb:28:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/api.rb:33:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/api.rb:38:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/api.rb:43:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/api.rb:48:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/api.rb:54:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/breadcrumbs.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/concerns/hyrax/breadcrumbs.rb:17:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/breadcrumbs.rb:18:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/breadcrumbs.rb:24:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/breadcrumbs.rb:25:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/breadcrumbs.rb:34:5: Style/EmptyMethod: Put the `end` of empty method definitions on the next line.
app/controllers/concerns/hyrax/breadcrumbs.rb:34:5: Style/SingleLineMethods: Avoid single-line method definitions.
app/controllers/concerns/hyrax/breadcrumbs.rb:37:5: Style/EmptyMethod: Put the `end` of empty method definitions on the next line.
app/controllers/concerns/hyrax/breadcrumbs.rb:37:5: Style/SingleLineMethods: Avoid single-line method definitions.
app/controllers/concerns/hyrax/breadcrumbs_for_collection_analytics.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/concerns/hyrax/breadcrumbs_for_collection_analytics.rb:12:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/breadcrumbs_for_collection_analytics.rb:17:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/breadcrumbs_for_collection_analytics.rb:23:8: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/concerns/hyrax/breadcrumbs_for_collection_analytics.rb:23:33: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/concerns/hyrax/breadcrumbs_for_collections.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/concerns/hyrax/breadcrumbs_for_collections.rb:12:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/breadcrumbs_for_collections.rb:17:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/breadcrumbs_for_collections.rb:19:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/breadcrumbs_for_collections.rb:25:8: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/concerns/hyrax/breadcrumbs_for_collections.rb:25:33: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/concerns/hyrax/breadcrumbs_for_works.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/concerns/hyrax/breadcrumbs_for_works.rb:19:38: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/breadcrumbs_for_works.rb:33:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/breadcrumbs_for_works.rb:36:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/breadcrumbs_for_works.rb:38:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/breadcrumbs_for_works_analytics.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/concerns/hyrax/breadcrumbs_for_works_analytics.rb:12:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/breadcrumbs_for_works_analytics.rb:17:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/breadcrumbs_for_works_analytics.rb:23:8: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/concerns/hyrax/breadcrumbs_for_works_analytics.rb:23:33: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/concerns/hyrax/collections.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/concerns/hyrax/collections/accepts_batches.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/concerns/hyrax/collections/accepts_batches.rb:21:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/collections/accepts_batches.rb:23:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/collections/accepts_batches.rb:23:47: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/collections/accepts_batches.rb:26:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/collections/accepts_batches.rb:41:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/collections/accepts_batches.rb:49:101: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
app/controllers/concerns/hyrax/collections_controller_behavior.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/concerns/hyrax/collections_controller_behavior.rb:16:23: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/concerns/hyrax/collections_controller_behavior.rb:17:23: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/concerns/hyrax/collections_controller_behavior.rb:18:23: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/concerns/hyrax/collections_controller_behavior.rb:19:23: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/concerns/hyrax/collections_controller_behavior.rb:38:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/collections_controller_behavior.rb:44:22: Style/RedundantBegin: Redundant `begin` block detected.
app/controllers/concerns/hyrax/collections_controller_behavior.rb:76:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/collections_controller_behavior.rb:76:42: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/collections_controller_behavior.rb:82:89: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/collections_controller_behavior.rb:95:5: Style/Alias: Use `alias_method` instead of `alias`.
app/controllers/concerns/hyrax/collections_controller_behavior.rb:107:42: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/concerns/hyrax/collections_controller_behavior.rb:108:42: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/concerns/hyrax/collections_controller_behavior.rb:110:5: Style/Alias: Use `alias_method` instead of `alias`.
app/controllers/concerns/hyrax/collections_controller_behavior.rb:119:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/collections_controller_behavior.rb:128:5: Style/Alias: Use `alias_method` instead of `alias`.
app/controllers/concerns/hyrax/controller.rb:70:30: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/concerns/hyrax/controller.rb:71:30: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/concerns/hyrax/controller.rb:72:30: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/concerns/hyrax/controller.rb:121:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/controller.rb:131:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/controller.rb:143:36: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/concerns/hyrax/controller.rb:143:46: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/controller.rb:143:64: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/concerns/hyrax/deny_access_override_behavior.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/concerns/hyrax/deny_access_override_behavior.rb:9:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/embargoes_controller_behavior.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/concerns/hyrax/embargoes_controller_behavior.rb:27:5: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/AbcSize`.
app/controllers/concerns/hyrax/embargoes_controller_behavior.rb:28:5: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/MethodLength`.
app/controllers/concerns/hyrax/embargoes_controller_behavior.rb:29:5: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/PerceivedComplexity`.
app/controllers/concerns/hyrax/embargoes_controller_behavior.rb:51:45: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/embargoes_controller_behavior.rb:59:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/embargoes_controller_behavior.rb:66:65: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/leases_controller_behavior.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/concerns/hyrax/leases_controller_behavior.rb:26:5: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/AbcSize`.
app/controllers/concerns/hyrax/leases_controller_behavior.rb:27:5: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/MethodLength`.
app/controllers/concerns/hyrax/leases_controller_behavior.rb:50:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/leases_controller_behavior.rb:57:60: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/local_file_downloads_controller_behavior.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/concerns/hyrax/local_file_downloads_controller_behavior.rb:8:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/local_file_downloads_controller_behavior.rb:8:43: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/local_file_downloads_controller_behavior.rb:11:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/local_file_downloads_controller_behavior.rb:20:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/local_file_downloads_controller_behavior.rb:20:49: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/local_file_downloads_controller_behavior.rb:21:30: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/local_file_downloads_controller_behavior.rb:22:7: Style/OrAssignment: Use the double pipe equals operator `||=` instead.
app/controllers/concerns/hyrax/local_file_downloads_controller_behavior.rb:24:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/local_file_downloads_controller_behavior.rb:25:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/local_file_downloads_controller_behavior.rb:60:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/local_file_downloads_controller_behavior.rb:67:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/local_file_downloads_controller_behavior.rb:68:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/local_file_downloads_controller_behavior.rb:70:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/local_file_downloads_controller_behavior.rb:79:8: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/concerns/hyrax/local_file_downloads_controller_behavior.rb:79:77: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/local_file_downloads_controller_behavior.rb:79:89: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/concerns/hyrax/local_file_downloads_controller_behavior.rb:85:8: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/concerns/hyrax/local_file_downloads_controller_behavior.rb:85:77: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/local_file_downloads_controller_behavior.rb:85:85: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/concerns/hyrax/manages_embargoes.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/concerns/hyrax/manages_embargoes.rb:17:5: Style/EmptyMethod: Put the `end` of empty method definitions on the next line.
app/controllers/concerns/hyrax/manages_embargoes.rb:17:5: Style/SingleLineMethods: Avoid single-line method definitions.
app/controllers/concerns/hyrax/singular_subresource_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/concerns/hyrax/singular_subresource_controller.rb:10:49: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/themed_layout_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/concerns/hyrax/themed_layout_controller.rb:8:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/works_controller_behavior.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/concerns/hyrax/works_controller_behavior.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/works_controller_behavior.rb:69:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/works_controller_behavior.rb:71:93: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/concerns/hyrax/works_controller_behavior.rb:71:125: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/concerns/hyrax/works_controller_behavior.rb:78:5: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/AbcSize`.
app/controllers/concerns/hyrax/works_controller_behavior.rb:110:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/works_controller_behavior.rb:112:93: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/concerns/hyrax/works_controller_behavior.rb:112:125: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/concerns/hyrax/works_controller_behavior.rb:125:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/works_controller_behavior.rb:126:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/works_controller_behavior.rb:126:54: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/concerns/hyrax/works_controller_behavior.rb:126:73: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/concerns/hyrax/works_controller_behavior.rb:146:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/works_controller_behavior.rb:146:48: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/works_controller_behavior.rb:207:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/works_controller_behavior.rb:208:11: Layout/MultilineMethodCallIndentation: Use 2 (not 0) spaces for indenting an expression in an assignment spanning multiple lines.
app/controllers/concerns/hyrax/works_controller_behavior.rb:208:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/works_controller_behavior.rb:208:61: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/concerns/hyrax/works_controller_behavior.rb:208:111: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/concerns/hyrax/works_controller_behavior.rb:209:27: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/concerns/hyrax/works_controller_behavior.rb:209:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/works_controller_behavior.rb:209:61: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/concerns/hyrax/works_controller_behavior.rb:209:159: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/concerns/hyrax/works_controller_behavior.rb:210:27: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/concerns/hyrax/works_controller_behavior.rb:210:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/works_controller_behavior.rb:210:66: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/concerns/hyrax/works_controller_behavior.rb:210:85: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/concerns/hyrax/works_controller_behavior.rb:211:11: Layout/MultilineMethodCallIndentation: Use 2 (not 0) spaces for indenting an expression in an assignment spanning multiple lines.
app/controllers/concerns/hyrax/works_controller_behavior.rb:224:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/works_controller_behavior.rb:225:11: Layout/MultilineMethodCallIndentation: Use 2 (not 0) spaces for indenting an expression in an assignment spanning multiple lines.
app/controllers/concerns/hyrax/works_controller_behavior.rb:225:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/works_controller_behavior.rb:225:61: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/concerns/hyrax/works_controller_behavior.rb:225:159: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/concerns/hyrax/works_controller_behavior.rb:226:11: Layout/MultilineMethodCallIndentation: Use 2 (not 0) spaces for indenting an expression in an assignment spanning multiple lines.
app/controllers/concerns/hyrax/works_controller_behavior.rb:244:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/works_controller_behavior.rb:317:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/works_controller_behavior.rb:333:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/works_controller_behavior.rb:334:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/works_controller_behavior.rb:336:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/works_controller_behavior.rb:337:16: Layout/EndAlignment: `end` at 337, 15 is not aligned with `layout = case` at 332, 6.
app/controllers/concerns/hyrax/works_controller_behavior.rb:346:30: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/MethodLength`.
app/controllers/concerns/hyrax/works_controller_behavior.rb:349:7: Layout/IndentationWidth: Use 2 (not 15) spaces for indentation.
app/controllers/concerns/hyrax/works_controller_behavior.rb:350:20: Layout/ElseAlignment: Align `else` with `attributes`.
app/controllers/concerns/hyrax/works_controller_behavior.rb:352:20: Layout/EndAlignment: `end` at 352, 19 is not aligned with `attributes = if` at 348, 6.
app/controllers/concerns/hyrax/works_controller_behavior.rb:362:32: Layout/MultilineOperationIndentation: Use 2 (not 25) spaces for indenting an expression in an assignment spanning multiple lines.
app/controllers/concerns/hyrax/works_controller_behavior.rb:366:33: Layout/MultilineMethodCallIndentation: Use 2 (not 26) spaces for indenting an expression in an assignment spanning multiple lines.
app/controllers/concerns/hyrax/works_controller_behavior.rb:370:37: Layout/MultilineOperationIndentation: Use 2 (not 30) spaces for indenting an expression in an assignment spanning multiple lines.
app/controllers/concerns/hyrax/works_controller_behavior.rb:378:43: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/concerns/hyrax/works_controller_behavior.rb:405:19: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/concerns/hyrax/works_controller_behavior.rb:406:19: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/admin/admin_sets_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/admin/admin_sets_controller.rb:8:33: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/admin/admin_sets_controller.rb:13:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/admin_sets_controller.rb:31:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/admin_sets_controller.rb:37:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/admin_sets_controller.rb:60:53: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/hyrax/admin/admin_sets_controller.rb:60:73: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/hyrax/admin/admin_sets_controller.rb:76:19: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/admin/admin_sets_controller.rb:76:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/admin_sets_controller.rb:77:34: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/admin/admin_sets_controller.rb:77:41: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/admin_sets_controller.rb:78:34: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/admin/admin_sets_controller.rb:101:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/admin_sets_controller.rb:121:55: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/admin_sets_controller.rb:127:68: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/admin_sets_controller.rb:131:50: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/admin_sets_controller.rb:131:78: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/admin_sets_controller.rb:136:52: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/admin_sets_controller.rb:136:80: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/admin_sets_controller.rb:144:83: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/admin_sets_controller.rb:149:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/admin_sets_controller.rb:150:22: Layout/MultilineMethodCallIndentation: Use 2 (not 13) spaces for indenting an expression in an assignment spanning multiple lines.
app/controllers/hyrax/admin/admin_sets_controller.rb:151:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/admin_sets_controller.rb:151:61: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/hyrax/admin/admin_sets_controller.rb:151:80: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/hyrax/admin/admin_sets_controller.rb:152:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/admin_sets_controller.rb:152:83: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/hyrax/admin/admin_sets_controller.rb:152:102: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/hyrax/admin/admin_sets_controller.rb:154:22: Layout/MultilineMethodCallIndentation: Use 2 (not 13) spaces for indenting an expression in an assignment spanning multiple lines.
app/controllers/hyrax/admin/admin_sets_controller.rb:193:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/admin_sets_controller.rb:193:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/analytics/analytics_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/admin/analytics/analytics_controller.rb:10:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/analytics/collection_reports_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/admin/analytics/collection_reports_controller.rb:10:54: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/analytics/collection_reports_controller.rb:11:60: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/analytics/collection_reports_controller.rb:12:54: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/analytics/collection_reports_controller.rb:13:62: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/analytics/collection_reports_controller.rb:15:56: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/analytics/collection_reports_controller.rb:16:63: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/analytics/collection_reports_controller.rb:26:75: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/analytics/collection_reports_controller.rb:27:81: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/analytics/collection_reports_controller.rb:29:75: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/analytics/collection_reports_controller.rb:36:8: Layout/AccessModifierIndentation: Indent access modifiers like `private`.
app/controllers/hyrax/admin/analytics/collection_reports_controller.rb:38:9: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/MethodLength`.
app/controllers/hyrax/admin/analytics/collection_reports_controller.rb:45:26: Layout/RescueEnsureAlignment: `rescue` at 45, 25 is not aligned with `document = begin` at 43, 14.
app/controllers/hyrax/admin/analytics/collection_reports_controller.rb:47:26: Layout/BeginEndAlignment: `end` at 47, 25 is not aligned with `document = begin` at 43, 14.
app/controllers/hyrax/admin/analytics/work_reports_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/admin/analytics/work_reports_controller.rb:18:56: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/analytics/work_reports_controller.rb:19:56: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/analytics/work_reports_controller.rb:29:75: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/analytics/work_reports_controller.rb:31:75: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/analytics/work_reports_controller.rb:39:3: Layout/AccessModifierIndentation: Indent access modifiers like `private`.
app/controllers/hyrax/admin/analytics/work_reports_controller.rb:44:76: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
app/controllers/hyrax/admin/analytics/work_reports_controller.rb:45:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/analytics/work_reports_controller.rb:49:90: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
app/controllers/hyrax/admin/analytics/work_reports_controller.rb:50:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/analytics/work_reports_controller.rb:60:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/analytics/work_reports_controller.rb:66:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/analytics/work_reports_controller.rb:73:64: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/analytics/work_reports_controller.rb:77:68: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/analytics/work_reports_controller.rb:81:68: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/analytics/work_reports_controller.rb:93:59: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/analytics/work_reports_controller.rb:104:59: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/appearances_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/admin/appearances_controller.rb:6:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/appearances_controller.rb:13:65: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/appearances_controller.rb:20:22: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/hyrax/admin/appearances_controller.rb:20:36: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/hyrax/admin/appearances_controller.rb:20:50: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/collection_type_participants_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/admin/collection_type_participants_controller.rb:15:106: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/collection_type_participants_controller.rb:16:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/collection_type_participants_controller.rb:16:50: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/collection_type_participants_controller.rb:20:106: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/collection_type_participants_controller.rb:30:106: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/collection_type_participants_controller.rb:31:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/collection_type_participants_controller.rb:31:51: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/collection_type_participants_controller.rb:35:106: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/collection_types_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/admin/collection_types_controller.rb:9:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/collection_types_controller.rb:71:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/collection_types_controller.rb:72:13: Layout/MultilineOperationIndentation: Use 2 (not 6) spaces for indenting an expression in an assignment spanning multiple lines.
app/controllers/hyrax/admin/collection_types_controller.rb:72:44: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/collection_types_controller.rb:72:57: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/collection_types_controller.rb:72:65: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/collection_types_controller.rb:73:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/collection_types_controller.rb:73:45: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/collection_types_controller.rb:77:93: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/collection_types_controller.rb:83:63: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/collection_types_controller.rb:91:5: Style/Alias: Use `alias_method` instead of `alias`.
app/controllers/hyrax/admin/collection_types_controller.rb:103:47: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/admin/features_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/admin/features_controller.rb:5:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/features_controller.rb:14:65: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/permission_template_accesses_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/admin/permission_template_accesses_controller.rb:5:42: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/permission_template_accesses_controller.rb:29:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/permission_template_accesses_controller.rb:36:55: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/admin/permission_template_accesses_controller.rb:36:63: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/permission_template_accesses_controller.rb:37:23: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/admin/permission_template_accesses_controller.rb:37:41: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/permission_template_accesses_controller.rb:37:64: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/permission_template_accesses_controller.rb:40:60: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/admin/permission_template_accesses_controller.rb:40:68: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/permission_template_accesses_controller.rb:41:23: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/admin/permission_template_accesses_controller.rb:41:41: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/permission_template_accesses_controller.rb:41:59: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/permission_template_accesses_controller.rb:48:55: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/admin/permission_template_accesses_controller.rb:48:63: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/permission_template_accesses_controller.rb:49:23: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/admin/permission_template_accesses_controller.rb:52:60: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/admin/permission_template_accesses_controller.rb:52:68: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/permission_template_accesses_controller.rb:53:23: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/admin/permission_templates_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/admin/permission_templates_controller.rb:6:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/permission_templates_controller.rb:22:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/permission_templates_controller.rb:24:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/permission_templates_controller.rb:41:23: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/admin/permission_templates_controller.rb:41:75: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/permission_templates_controller.rb:44:23: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/admin/permission_templates_controller.rb:44:75: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/permission_templates_controller.rb:54:23: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/admin/permission_templates_controller.rb:54:73: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/permission_templates_controller.rb:57:23: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/admin/permission_templates_controller.rb:57:73: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/permission_templates_controller.rb:67:15: Layout/MultilineMethodCallIndentation: Use 2 (not 6) spaces for indenting an expression spanning multiple lines.
app/controllers/hyrax/admin/permission_templates_controller.rb:68:23: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/admin/permission_templates_controller.rb:74:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/permission_templates_controller.rb:78:11: Layout/IndentationWidth: Use 2 (not 19) spaces for indentation.
app/controllers/hyrax/admin/permission_templates_controller.rb:78:30: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/permission_templates_controller.rb:79:28: Layout/ElseAlignment: Align `elsif` with `@current_tab`.
app/controllers/hyrax/admin/permission_templates_controller.rb:80:30: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/permission_templates_controller.rb:81:28: Layout/ElseAlignment: Align `else` with `@current_tab`.
app/controllers/hyrax/admin/permission_templates_controller.rb:82:30: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/permission_templates_controller.rb:83:28: Layout/EndAlignment: `end` at 83, 27 is not aligned with `@current_tab ||= if` at 77, 10.
app/controllers/hyrax/admin/permission_templates_controller.rb:88:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/permission_templates_controller.rb:92:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/stats_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/admin/strategies_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/admin/users_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/admin/workflow_roles_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/admin/workflow_roles_controller.rb:6:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/workflows_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/admin/workflows_controller.rb:6:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/workflows_controller.rb:11:42: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/admin/workflows_controller.rb:16:55: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/api/items_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/api/items_controller.rb:50:65: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/api/items_controller.rb:58:30: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/api/zotero_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/api/zotero_controller.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/api/zotero_controller.rb:17:59: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/api/zotero_controller.rb:19:38: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/api/zotero_controller.rb:23:78: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/api/zotero_controller.rb:28:73: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/api/zotero_controller.rb:30:86: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/api/zotero_controller.rb:41:38: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/api/zotero_controller.rb:47:23: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/api/zotero_controller.rb:50:23: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/api/zotero_controller.rb:63:52: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/api/zotero_controller.rb:63:88: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/api/zotero_controller.rb:76:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/api/zotero_controller.rb:79:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/api/zotero_controller.rb:80:30: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/api/zotero_controller.rb:81:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/batch_edits_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/batch_edits_controller.rb:15:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/batch_edits_controller.rb:76:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/batch_edits_controller.rb:82:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/batch_edits_controller.rb:113:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/batch_edits_controller.rb:114:8: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/controllers/hyrax/batch_edits_controller.rb:114:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/batch_edits_controller.rb:115:8: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/controllers/hyrax/batch_edits_controller.rb:115:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/batch_edits_controller.rb:116:8: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/controllers/hyrax/batch_edits_controller.rb:116:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/batch_edits_controller.rb:117:8: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/controllers/hyrax/batch_edits_controller.rb:117:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/batch_edits_controller.rb:118:8: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/controllers/hyrax/batch_edits_controller.rb:118:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/batch_edits_controller.rb:119:8: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/controllers/hyrax/batch_edits_controller.rb:119:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/batch_uploads_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/batch_uploads_controller.rb:19:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/batch_uploads_controller.rb:38:90: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/batch_uploads_controller.rb:41:73: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/batch_uploads_controller.rb:62:39: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/batch_uploads_controller.rb:74:48: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/batch_uploads_controller.rb:77:36: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/batch_uploads_controller.rb:78:36: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/batch_uploads_controller.rb:79:36: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/batch_uploads_controller.rb:80:36: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/batch_uploads_controller.rb:81:36: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/citations_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/citations_controller.rb:9:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/collections_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/collections_controller.rb:8:33: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/collections_controller.rb:9:33: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/collections_controller.rb:18:10: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/hyrax/collections_controller.rb:18:30: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/hyrax/collections_controller.rb:31:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/collections_controller.rb:32:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/collections_controller.rb:34:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/collections_controller.rb:35:16: Layout/EndAlignment: `end` at 35, 15 is not aligned with `layout = case` at 30, 6.
app/controllers/hyrax/contact_form_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/contact_form_controller.rb:5:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/contact_form_controller.rb:10:5: Style/EmptyMethod: Put the `end` of empty method definitions on the next line.
app/controllers/hyrax/contact_form_controller.rb:10:5: Style/SingleLineMethods: Avoid single-line method definitions.
app/controllers/hyrax/contact_form_controller.rb:16:30: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/contact_form_controller.rb:20:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/contact_form_controller.rb:21:29: Layout/MultilineOperationIndentation: Use 2 (not 20) spaces for indenting an expression in an assignment spanning multiple lines.
app/controllers/hyrax/contact_form_controller.rb:30:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/contact_form_controller.rb:37:5: Style/EmptyMethod: Put the `end` of empty method definitions on the next line.
app/controllers/hyrax/contact_form_controller.rb:37:5: Style/SingleLineMethods: Avoid single-line method definitions.
app/controllers/hyrax/content_blocks_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/content_blocks_controller.rb:5:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/content_blocks_controller.rb:10:63: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/content_blocks_controller.rb:28:45: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/content_blocks_controller.rb:29:45: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/dashboard/collection_members_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/dashboard/collection_members_controller.rb:11:21: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/dashboard/collection_members_controller.rb:12:21: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/dashboard/collection_members_controller.rb:16:68: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/collection_members_controller.rb:28:26: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/MethodLength`.
app/controllers/hyrax/dashboard/collection_members_controller.rb:36:74: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/dashboard/collection_members_controller.rb:37:74: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/dashboard/collection_members_controller.rb:42:51: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/collection_members_controller.rb:44:48: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/collection_members_controller.rb:53:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/collection_members_controller.rb:55:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/collection_members_controller.rb:57:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/collections_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/dashboard/collections_controller.rb:14:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/collections_controller.rb:33:23: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/dashboard/collections_controller.rb:34:23: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/dashboard/collections_controller.rb:35:23: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/dashboard/collections_controller.rb:47:35: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/dashboard/collections_controller.rb:48:35: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/dashboard/collections_controller.rb:55:39: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/collections_controller.rb:55:55: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/collections_controller.rb:59:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/collections_controller.rb:71:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/collections_controller.rb:98:92: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/collections_controller.rb:106:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/collections_controller.rb:134:63: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/collections_controller.rb:142:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/collections_controller.rb:172:25: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/dashboard/collections_controller.rb:172:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/collections_controller.rb:181:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/collections_controller.rb:184:39: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/hyrax/dashboard/collections_controller.rb:184:46: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/hyrax/dashboard/collections_controller.rb:199:7: Style/RescueStandardError: Omit the error class when rescuing `StandardError` by itself.
app/controllers/hyrax/dashboard/collections_controller.rb:205:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/collections_controller.rb:212:12: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/hyrax/dashboard/collections_controller.rb:212:32: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/hyrax/dashboard/collections_controller.rb:221:38: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/collections_controller.rb:222:25: Layout/MultilineMethodCallIndentation: Use 2 (not 14) spaces for indenting an expression in an assignment spanning multiple lines.
app/controllers/hyrax/dashboard/collections_controller.rb:223:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/collections_controller.rb:223:66: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/hyrax/dashboard/collections_controller.rb:223:85: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/hyrax/dashboard/collections_controller.rb:224:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/collections_controller.rb:224:63: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/hyrax/dashboard/collections_controller.rb:224:105: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/hyrax/dashboard/collections_controller.rb:225:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/collections_controller.rb:225:87: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/hyrax/dashboard/collections_controller.rb:225:106: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/hyrax/dashboard/collections_controller.rb:227:25: Layout/MultilineMethodCallIndentation: Use 2 (not 14) spaces for indenting an expression in an assignment spanning multiple lines.
app/controllers/hyrax/dashboard/collections_controller.rb:228:25: Layout/MultilineMethodCallIndentation: Use 2 (not 14) spaces for indenting an expression in an assignment spanning multiple lines.
app/controllers/hyrax/dashboard/collections_controller.rb:237:38: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/collections_controller.rb:238:25: Layout/MultilineMethodCallIndentation: Use 2 (not 14) spaces for indenting an expression in an assignment spanning multiple lines.
app/controllers/hyrax/dashboard/collections_controller.rb:239:25: Layout/MultilineMethodCallIndentation: Use 2 (not 14) spaces for indenting an expression in an assignment spanning multiple lines.
app/controllers/hyrax/dashboard/collections_controller.rb:244:25: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/collections_controller.rb:266:64: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/dashboard/collections_controller.rb:267:64: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/dashboard/collections_controller.rb:276:90: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/collections_controller.rb:342:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/collections_controller.rb:373:50: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/collections_controller.rb:377:24: Style/RedundantBegin: Redundant `begin` block detected.
app/controllers/hyrax/dashboard/collections_controller.rb:408:17: Layout/MultilineMethodCallIndentation: Use 2 (not 6) spaces for indenting an expression spanning multiple lines.
app/controllers/hyrax/dashboard/collections_controller.rb:410:17: Layout/MultilineMethodCallIndentation: Use 2 (not 6) spaces for indenting an expression spanning multiple lines.
app/controllers/hyrax/dashboard/collections_controller.rb:423:28: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/hyrax/dashboard/collections_controller.rb:423:91: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/hyrax/dashboard/collections_controller.rb:430:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/collections_controller.rb:430:49: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/collections_controller.rb:431:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/collections_controller.rb:436:83: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/collections_controller.rb:437:81: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/collections_controller.rb:442:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/collections_controller.rb:443:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/collections_controller.rb:444:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/collections_controller.rb:453:31: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/dashboard/collections_controller.rb:454:31: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/dashboard/collections_controller.rb:460:34: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/dashboard/collections_controller.rb:461:34: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/dashboard/collections_controller.rb:472:7: Style/RescueStandardError: Omit the error class when rescuing `StandardError` by itself.
app/controllers/hyrax/dashboard/collections_controller.rb:483:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/collections_controller.rb:483:44: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/collections_controller.rb:514:75: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/collections_controller.rb:561:21: Lint/UriRegexp: `URI.regexp(['http', 'https'])` is obsolete and should not be used. Instead, use `URI::DEFAULT_PARSER.make_regexp(['http', 'https'])`.
app/controllers/hyrax/dashboard/collections_controller.rb:561:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/collections_controller.rb:561:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/nest_collections_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/dashboard/nest_collections_controller.rb:18:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/nest_collections_controller.rb:18:51: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/nest_collections_controller.rb:21:64: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/hyrax/dashboard/nest_collections_controller.rb:21:97: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/hyrax/dashboard/nest_collections_controller.rb:32:65: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/hyrax/dashboard/nest_collections_controller.rb:32:98: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/hyrax/dashboard/nest_collections_controller.rb:41:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/nest_collections_controller.rb:41:50: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/nest_collections_controller.rb:44:65: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/hyrax/dashboard/nest_collections_controller.rb:44:98: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/hyrax/dashboard/nest_collections_controller.rb:52:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/nest_collections_controller.rb:52:58: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/nest_collections_controller.rb:55:64: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/hyrax/dashboard/nest_collections_controller.rb:55:97: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/hyrax/dashboard/nest_collections_controller.rb:64:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/nest_collections_controller.rb:64:58: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/nest_collections_controller.rb:67:65: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/hyrax/dashboard/nest_collections_controller.rb:67:98: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/hyrax/dashboard/nest_collections_controller.rb:125:58: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/profiles_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/dashboard/profiles_controller.rb:6:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/profiles_controller.rb:8:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/profiles_controller.rb:55:53: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/profiles_controller.rb:56:62: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard/profiles_controller.rb:63:38: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/dashboard/works_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/dashboard_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/dashboard_controller.rb:6:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard_controller.rb:18:30: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/hyrax/dashboard_controller.rb:18:97: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/hyrax/dashboard_controller.rb:24:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/dashboard_controller.rb:27:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/depositors_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/depositors_controller.rb:22:92: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/depositors_controller.rb:28:23: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/hyrax/depositors_controller.rb:28:141: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/hyrax/depositors_controller.rb:54:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/depositors_controller.rb:55:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/depositors_controller.rb:57:39: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/depositors_controller.rb:57:46: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/depositors_controller.rb:59:39: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/depositors_controller.rb:59:46: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/depositors_controller.rb:64:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/depositors_controller.rb:65:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/depositors_controller.rb:67:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/depositors_controller.rb:68:16: Layout/EndAlignment: `end` at 68, 15 is not aligned with `layout = case` at 63, 6.
app/controllers/hyrax/downloads_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/downloads_controller.rb:31:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/downloads_controller.rb:37:8: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/hyrax/downloads_controller.rb:37:49: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/downloads_controller.rb:37:57: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/hyrax/downloads_controller.rb:66:7: Layout/IndentationWidth: Use 2 (not 27) spaces for indentation.
app/controllers/hyrax/downloads_controller.rb:67:32: Layout/ElseAlignment: Align `else` with `default_file_reference`.
app/controllers/hyrax/downloads_controller.rb:69:32: Layout/EndAlignment: `end` at 69, 31 is not aligned with `default_file_reference = if` at 65, 6.
app/controllers/hyrax/embargoes_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/embargoes_controller.rb:6:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/featured_work_lists_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/featured_works_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/file_sets_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/file_sets_controller.rb:32:5: Style/Alias: Use `alias_method` instead of `alias`.
app/controllers/hyrax/file_sets_controller.rb:34:5: Style/Alias: Use `alias_method` instead of `alias`.
app/controllers/hyrax/file_sets_controller.rb:61:19: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/file_sets_controller.rb:61:42: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/file_sets_controller.rb:76:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/file_sets_controller.rb:85:5: Style/EmptyMethod: Put the `end` of empty method definitions on the next line.
app/controllers/hyrax/file_sets_controller.rb:85:5: Style/SingleLineMethods: Avoid single-line method definitions.
app/controllers/hyrax/file_sets_controller.rb:94:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/file_sets_controller.rb:95:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/file_sets_controller.rb:95:59: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/hyrax/file_sets_controller.rb:95:78: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/hyrax/file_sets_controller.rb:96:27: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/file_sets_controller.rb:96:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/file_sets_controller.rb:96:49: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/hyrax/file_sets_controller.rb:96:68: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/hyrax/file_sets_controller.rb:115:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/file_sets_controller.rb:157:76: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/file_sets_controller.rb:171:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/file_sets_controller.rb:173:91: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/hyrax/file_sets_controller.rb:173:123: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/hyrax/file_sets_controller.rb:178:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/file_sets_controller.rb:183:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/file_sets_controller.rb:185:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/file_sets_controller.rb:222:22: Layout/BeginEndAlignment: `end` at 222, 21 is not aligned with `@presenter ||= begin` at 218, 6.
app/controllers/hyrax/file_sets_controller.rb:243:5: Style/EmptyMethod: Put the `end` of empty method definitions on the next line.
app/controllers/hyrax/file_sets_controller.rb:243:5: Style/SingleLineMethods: Avoid single-line method definitions.
app/controllers/hyrax/file_sets_controller.rb:248:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/file_sets_controller.rb:253:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/file_sets_controller.rb:254:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/file_sets_controller.rb:256:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/file_sets_controller.rb:257:16: Layout/EndAlignment: `end` at 257, 15 is not aligned with `layout = case` at 252, 6.
app/controllers/hyrax/file_sets_controller.rb:261:5: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/MethodLength`.
app/controllers/hyrax/file_sets_controller.rb:268:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/fixity_checks_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/homepage_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/homepage_controller.rb:10:10: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/homepage_controller.rb:44:71: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/hyrax/homepage_controller.rb:44:75: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/homepage_controller.rb:44:77: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/hyrax/leases_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/leases_controller.rb:6:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/my/collections_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/my/collections_controller.rb:13:34: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/my/collections_controller.rb:14:34: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/my/collections_controller.rb:14:42: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/my/collections_controller.rb:15:34: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/my/collections_controller.rb:15:48: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/my/collections_controller.rb:17:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/my/collections_controller.rb:18:34: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/my/collections_controller.rb:18:48: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/my/collections_controller.rb:19:34: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/my/highlights_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/my/highlights_controller.rb:34:22: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/hyrax/my/highlights_controller.rb:34:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/my/highlights_controller.rb:34:41: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/my/highlights_controller.rb:34:50: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/my/highlights_controller.rb:34:55: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/hyrax/my/highlights_controller.rb:36:22: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/hyrax/my/highlights_controller.rb:36:54: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/hyrax/my/shares_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/my/works_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/my_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/my_controller.rb:15:32: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/my_controller.rb:16:32: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/my_controller.rb:16:56: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/my_controller.rb:22:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/my_controller.rb:31:33: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/my_controller.rb:32:33: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/my_controller.rb:46:19: Layout/ExtraSpacing: Unnecessary spacing detected.
app/controllers/hyrax/my_controller.rb:62:73: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/my_controller.rb:63:85: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/notifications_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/notifications_controller.rb:5:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/notifications_controller.rb:18:54: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/operations_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/operations_controller.rb:8:32: Layout/MultilineMethodCallIndentation: Use 2 (not 25) spaces for indenting an expression in an assignment spanning multiple lines.
app/controllers/hyrax/operations_controller.rb:9:32: Layout/MultilineMethodCallIndentation: Use 2 (not 25) spaces for indenting an expression in an assignment spanning multiple lines.
app/controllers/hyrax/operations_controller.rb:12:5: Style/EmptyMethod: Put the `end` of empty method definitions on the next line.
app/controllers/hyrax/operations_controller.rb:12:5: Style/SingleLineMethods: Avoid single-line method definitions.
app/controllers/hyrax/pages_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/pages_controller.rb:17:63: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/pages_controller.rb:36:45: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/pages_controller.rb:37:45: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/pages_controller.rb:38:45: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/pages_controller.rb:50:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/pages_controller.rb:50:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/pages_controller.rb:50:44: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/permissions_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/permissions_controller.rb:17:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/resource_sync_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/resource_sync_controller.rb:28:47: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/resource_sync_controller.rb:33:49: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/resource_sync_controller.rb:38:51: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/resource_sync_controller.rb:39:51: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/controllers/hyrax/resource_sync_controller.rb:51:38: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/single_use_links_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/single_use_links_controller.rb:33:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/single_use_links_controller.rb:33:72: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/hyrax/single_use_links_controller.rb:33:96: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/hyrax/single_use_links_viewer_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/single_use_links_viewer_controller.rb:46:73: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/hyrax/single_use_links_viewer_controller.rb:46:101: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/hyrax/single_use_links_viewer_controller.rb:51:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/single_use_links_viewer_controller.rb:51:64: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/single_use_links_viewer_controller.rb:65:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/single_use_links_viewer_controller.rb:78:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/single_use_links_viewer_controller.rb:84:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/static_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/static_controller.rb:5:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/stats_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/stats_controller.rb:11:71: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/stats_controller.rb:12:71: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/stats_controller.rb:22:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/stats_controller.rb:27:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/stats_controller.rb:29:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/transfers_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/transfers_controller.rb:9:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/transfers_controller.rb:71:36: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/trophies_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/uploads_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/uploads_controller.rb:7:29: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/hyrax/uploads_controller.rb:8:48: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/hyrax/users_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/users_controller.rb:34:11: Layout/MultilineMethodCallIndentation: Use 2 (not 4) spaces for indenting an expression spanning multiple lines.
app/controllers/hyrax/users_controller.rb:35:11: Layout/MultilineMethodCallIndentation: Use 2 (not 4) spaces for indenting an expression spanning multiple lines.
app/controllers/hyrax/users_controller.rb:36:11: Layout/MultilineMethodCallIndentation: Use 2 (not 4) spaces for indenting an expression spanning multiple lines.
app/controllers/hyrax/users_controller.rb:37:11: Layout/MultilineMethodCallIndentation: Use 2 (not 4) spaces for indenting an expression spanning multiple lines.
app/controllers/hyrax/users_controller.rb:66:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/users_controller.rb:67:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/users_controller.rb:68:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/users_controller.rb:69:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/users_controller.rb:70:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/users_controller.rb:72:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/workflow_actions_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/controllers/hyrax/workflow_actions_controller.rb:20:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/hyrax/workflow_actions_controller.rb:21:93: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/controllers/hyrax/workflow_actions_controller.rb:21:129: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/controllers/hyrax/workflow_actions_controller.rb:43:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/conversions/power_converters.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/conversions/power_converters.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/conversions/power_converters.rb:4:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/conversions/power_converters.rb:5:1: Lint/NonDeterministicRequireOrder: Sort files before requiring them.
app/conversions/power_converters/polymorphic_type.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/conversions/power_converters/polymorphic_type.rb:3:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/conversions/power_converters/sipity_action.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/conversions/power_converters/sipity_action.rb:3:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/conversions/power_converters/sipity_action_name.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/conversions/power_converters/sipity_action_name.rb:3:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/conversions/power_converters/sipity_action_name.rb:6:22: Style/RedundantRegexpEscape: Redundant escape inside regexp literal
app/conversions/power_converters/sipity_action_name.rb:6:24: Style/RedundantRegexpEscape: Redundant escape inside regexp literal
app/conversions/power_converters/sipity_action_name.rb:6:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/conversions/power_converters/sipity_agent.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/conversions/power_converters/sipity_agent.rb:3:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/conversions/power_converters/sipity_entity.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/conversions/power_converters/sipity_entity.rb:3:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/conversions/power_converters/sipity_role.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/conversions/power_converters/sipity_role.rb:3:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/conversions/power_converters/sipity_workflow_id.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/conversions/power_converters/sipity_workflow_state.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/conversions/power_converters/sipity_workflow_state.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/conversions/power_converters/sipity_workflow_state.rb:5:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/forms/hyrax/forms/admin/appearance.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/forms/hyrax/forms/admin/appearance.rb:40:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/forms/hyrax/forms/admin/appearance.rb:40:48: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/forms/hyrax/forms/admin/appearance.rb:45:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/forms/hyrax/forms/admin/appearance.rb:45:42: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/forms/hyrax/forms/admin/appearance.rb:50:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/forms/hyrax/forms/admin/appearance.rb:50:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/forms/hyrax/forms/admin/appearance.rb:55:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/forms/hyrax/forms/admin/appearance.rb:55:42: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/forms/hyrax/forms/admin/appearance.rb:60:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/forms/hyrax/forms/admin/appearance.rb:60:56: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/forms/hyrax/forms/admin/appearance.rb:108:12: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/admin/appearance.rb:109:12: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/admin/appearance.rb:110:12: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/admin/appearance.rb:111:12: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/admin/appearance.rb:118:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/forms/hyrax/forms/admin/collection_type_form.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/forms/hyrax/forms/admin/collection_type_form.rb:11:18: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/forms/hyrax/forms/admin/collection_type_form.rb:12:18: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/forms/hyrax/forms/admin/collection_type_form.rb:13:18: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/forms/hyrax/forms/admin/collection_type_participant_form.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/forms/hyrax/forms/admin_set_form.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/forms/hyrax/forms/admin_set_form.rb:18:34: Layout/BeginEndAlignment: `end` at 18, 33 is not aligned with `@permission_template ||= begin` at 15, 8.
app/forms/hyrax/forms/admin_set_form.rb:36:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/forms/hyrax/forms/admin_set_form.rb:36:49: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/forms/hyrax/forms/admin_set_form.rb:36:74: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/forms/hyrax/forms/admin_set_form.rb:37:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/forms/hyrax/forms/admin_set_form.rb:37:55: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/forms/hyrax/forms/admin_set_form.rb:37:86: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/forms/hyrax/forms/batch_edit_form.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/forms/hyrax/forms/batch_edit_form.rb:7:21: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/batch_edit_form.rb:8:21: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/batch_edit_form.rb:9:21: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/batch_edit_form.rb:29:7: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/MethodLength`.
app/forms/hyrax/forms/batch_edit_form.rb:31:11: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/forms/hyrax/forms/batch_edit_form.rb:31:23: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/forms/hyrax/forms/batch_edit_form.rb:32:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/batch_edit_form.rb:32:11: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/forms/hyrax/forms/batch_edit_form.rb:32:27: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/forms/hyrax/forms/batch_edit_form.rb:33:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/batch_edit_form.rb:33:11: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/forms/hyrax/forms/batch_edit_form.rb:33:27: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/forms/hyrax/forms/batch_edit_form.rb:34:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/batch_edit_form.rb:34:11: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/forms/hyrax/forms/batch_edit_form.rb:34:23: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/forms/hyrax/forms/batch_edit_form.rb:35:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/batch_edit_form.rb:35:11: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/forms/hyrax/forms/batch_edit_form.rb:35:29: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/forms/hyrax/forms/batch_edit_form.rb:36:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/batch_edit_form.rb:36:11: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/forms/hyrax/forms/batch_edit_form.rb:36:23: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/forms/hyrax/forms/batch_edit_form.rb:37:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/batch_edit_form.rb:37:11: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/forms/hyrax/forms/batch_edit_form.rb:37:25: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/forms/hyrax/forms/batch_edit_form.rb:38:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/batch_edit_form.rb:38:11: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/forms/hyrax/forms/batch_edit_form.rb:38:28: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/forms/hyrax/forms/batch_edit_form.rb:39:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/batch_edit_form.rb:39:11: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/forms/hyrax/forms/batch_edit_form.rb:39:23: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/forms/hyrax/forms/batch_edit_form.rb:40:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/batch_edit_form.rb:40:11: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/forms/hyrax/forms/batch_edit_form.rb:40:24: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/forms/hyrax/forms/batch_edit_form.rb:41:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/batch_edit_form.rb:41:11: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/forms/hyrax/forms/batch_edit_form.rb:41:26: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/forms/hyrax/forms/batch_edit_form.rb:42:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/batch_edit_form.rb:42:11: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/forms/hyrax/forms/batch_edit_form.rb:42:26: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/forms/hyrax/forms/batch_edit_form.rb:43:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/batch_edit_form.rb:43:11: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/forms/hyrax/forms/batch_edit_form.rb:43:27: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/forms/hyrax/forms/batch_edit_form.rb:44:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/batch_edit_form.rb:44:11: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/forms/hyrax/forms/batch_edit_form.rb:44:75: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/forms/hyrax/forms/batch_edit_form.rb:45:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/batch_edit_form.rb:46:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/batch_edit_form.rb:47:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/batch_edit_form.rb:48:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/batch_edit_form.rb:49:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/batch_edit_form.rb:50:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/batch_edit_form.rb:51:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/batch_edit_form.rb:52:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/batch_edit_form.rb:53:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/batch_edit_form.rb:54:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/batch_edit_form.rb:55:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/batch_edit_form.rb:55:11: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/forms/hyrax/forms/batch_edit_form.rb:55:51: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/forms/hyrax/forms/batch_upload_form.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/forms/hyrax/forms/batch_upload_form.rb:62:21: Layout/ExtraSpacing: Unnecessary spacing detected.
app/forms/hyrax/forms/collection_form.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/forms/hyrax/forms/collection_form.rb:4:5: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/ClassLength`.
app/forms/hyrax/forms/collection_form.rb:12:16: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/forms/hyrax/forms/collection_form.rb:17:7: Style/Alias: Use `alias_method` instead of `alias`.
app/forms/hyrax/forms/collection_form.rb:26:21: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/collection_form.rb:27:21: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/collection_form.rb:28:21: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/collection_form.rb:50:34: Layout/BeginEndAlignment: `end` at 50, 33 is not aligned with `@permission_template ||= begin` at 47, 8.
app/forms/hyrax/forms/collection_form.rb:55:9: Style/HashConversion: Prefer ary.to_h to Hash[ary].
app/forms/hyrax/forms/collection_form.rb:66:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/collection_form.rb:67:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/collection_form.rb:68:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/collection_form.rb:69:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/collection_form.rb:70:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/collection_form.rb:71:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/collection_form.rb:72:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/collection_form.rb:73:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/collection_form.rb:74:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/collection_form.rb:75:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/collection_form.rb:76:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/collection_form.rb:77:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/collection_form.rb:87:73: Style/SlicingWithRange: Prefer ary[n..] over ary[n..-1].
app/forms/hyrax/forms/collection_form.rb:88:12: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/forms/hyrax/forms/collection_form.rb:88:104: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/forms/hyrax/forms/collection_form.rb:99:67: Style/SlicingWithRange: Prefer ary[n..] over ary[n..-1].
app/forms/hyrax/forms/collection_form.rb:102:14: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/forms/hyrax/forms/collection_form.rb:102:129: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/forms/hyrax/forms/collection_form.rb:137:12: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/forms/hyrax/forms/collection_form.rb:137:61: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/forms/hyrax/forms/collection_form.rb:150:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/forms/hyrax/forms/collection_form.rb:150:48: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/forms/hyrax/forms/collection_form.rb:159:36: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/forms/hyrax/forms/collection_form.rb:160:36: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/forms/hyrax/forms/dashboard/nest_collection_form.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/forms/hyrax/forms/dashboard/nest_collection_form.rb:21:1: Lint/MissingCopEnableDirective: Re-enable Metrics/ParameterLists cop with `# rubocop:enable` after disabling it.
app/forms/hyrax/forms/dashboard/nest_collection_form.rb:21:9: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/ParameterLists`.
app/forms/hyrax/forms/dashboard/nest_collection_form.rb:22:24: Style/KeywordParametersOrder: Place optional keyword parameters at the end of the parameters list.
app/forms/hyrax/forms/dashboard/nest_collection_form.rb:23:24: Layout/ParameterAlignment: Use one level of indentation for parameters following the first line of a multi-line method definition.
app/forms/hyrax/forms/dashboard/nest_collection_form.rb:23:24: Style/KeywordParametersOrder: Place optional keyword parameters at the end of the parameters list.
app/forms/hyrax/forms/dashboard/nest_collection_form.rb:24:24: Layout/ParameterAlignment: Use one level of indentation for parameters following the first line of a multi-line method definition.
app/forms/hyrax/forms/dashboard/nest_collection_form.rb:24:24: Style/KeywordParametersOrder: Place optional keyword parameters at the end of the parameters list.
app/forms/hyrax/forms/dashboard/nest_collection_form.rb:25:24: Layout/ParameterAlignment: Use one level of indentation for parameters following the first line of a multi-line method definition.
app/forms/hyrax/forms/dashboard/nest_collection_form.rb:25:24: Style/KeywordParametersOrder: Place optional keyword parameters at the end of the parameters list.
app/forms/hyrax/forms/dashboard/nest_collection_form.rb:26:24: Layout/ParameterAlignment: Use one level of indentation for parameters following the first line of a multi-line method definition.
app/forms/hyrax/forms/dashboard/nest_collection_form.rb:27:24: Layout/ParameterAlignment: Use one level of indentation for parameters following the first line of a multi-line method definition.
app/forms/hyrax/forms/dashboard/nest_collection_form.rb:28:24: Layout/ParameterAlignment: Use one level of indentation for parameters following the first line of a multi-line method definition.
app/forms/hyrax/forms/failed_submission_form_wrapper.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/forms/hyrax/forms/file_manager_form.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/forms/hyrax/forms/file_set_edit_form.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/forms/hyrax/forms/file_set_edit_form.rb:14:19: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/file_set_edit_form.rb:15:19: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/file_set_edit_form.rb:16:19: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/file_set_edit_form.rb:17:19: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/file_set_edit_form.rb:18:19: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/pcdm_collection_form.rb:8:52: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/ClassLength`.
app/forms/hyrax/forms/permission.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/forms/hyrax/forms/permission.rb:19:10: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/forms/hyrax/forms/permission.rb:19:43: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/forms/hyrax/forms/permission_template_form.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/forms/hyrax/forms/permission_template_form.rb:53:24: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/forms/hyrax/forms/permission_template_form.rb:53:51: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/forms/hyrax/forms/permission_template_form.rb:92:24: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Rails/Delegate` (unknown cop).
app/forms/hyrax/forms/permission_template_form.rb:162:44: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/forms/hyrax/forms/permission_template_form.rb:163:11: Layout/IndentationWidth: Use 2 (not 10) spaces for indentation.
app/forms/hyrax/forms/permission_template_form.rb:164:19: Layout/ElseAlignment: Align `else` with `agent`.
app/forms/hyrax/forms/permission_template_form.rb:166:19: Layout/EndAlignment: `end` at 166, 18 is not aligned with `agent = if` at 162, 10.
app/forms/hyrax/forms/permission_template_form.rb:175:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/forms/hyrax/forms/permission_template_form.rb:199:73: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/forms/hyrax/forms/permission_template_form.rb:240:35: Layout/MultilineMethodCallIndentation: Use 2 (not 24) spaces for indenting an expression in an assignment spanning multiple lines.
app/forms/hyrax/forms/permission_template_form.rb:241:35: Layout/MultilineMethodCallIndentation: Use 2 (not 24) spaces for indenting an expression in an assignment spanning multiple lines.
app/forms/hyrax/forms/permission_template_form.rb:266:7: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/CyclomaticComplexity`.
app/forms/hyrax/forms/permission_template_form.rb:267:7: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/PerceivedComplexity`.
app/forms/hyrax/forms/permission_template_form.rb:275:15: Layout/MultilineOperationIndentation: Use 4 (not 6) spaces for indenting a condition in a `elsif` statement spanning multiple lines.
app/forms/hyrax/forms/permission_template_form.rb:294:7: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/CyclomaticComplexity`.
app/forms/hyrax/forms/permission_template_form.rb:295:7: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/PerceivedComplexity`.
app/forms/hyrax/forms/permission_template_form.rb:296:7: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/AbcSize`.
app/forms/hyrax/forms/resource_form.rb:33:43: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/ClassLength`.
app/forms/hyrax/forms/resource_form.rb:40:18: Layout/MultilineMethodCallIndentation: Use 2 (not 5) spaces for indenting an expression spanning multiple lines.
app/forms/hyrax/forms/resource_form.rb:41:18: Layout/MultilineMethodCallIndentation: Use 2 (not 5) spaces for indenting an expression spanning multiple lines.
app/forms/hyrax/forms/resource_form.rb:42:18: Layout/MultilineMethodCallIndentation: Use 2 (not 5) spaces for indenting an expression spanning multiple lines.
app/forms/hyrax/forms/resource_form.rb:60:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/forms/hyrax/forms/resource_form.rb:63:93: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/forms/hyrax/forms/resource_form.rb:82:18: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/forms/hyrax/forms/resource_form.rb:83:18: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/forms/hyrax/forms/resource_form.rb:84:18: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/forms/hyrax/forms/resource_form.rb:85:18: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/forms/hyrax/forms/resource_form.rb:86:18: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/forms/hyrax/forms/resource_form.rb:93:54: Layout/ExtraSpacing: Unnecessary spacing detected.
app/forms/hyrax/forms/resource_form.rb:180:23: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Rails/Delegate` (unknown cop).
app/forms/hyrax/forms/widgets/admin_set_embargo_period.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/forms/hyrax/forms/widgets/admin_set_embargo_period.rb:9:76: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/forms/hyrax/forms/widgets/admin_set_embargo_period.rb:10:12: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/widgets/admin_set_embargo_period.rb:10:74: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/forms/hyrax/forms/widgets/admin_set_embargo_period.rb:11:12: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/widgets/admin_set_embargo_period.rb:11:75: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/forms/hyrax/forms/widgets/admin_set_embargo_period.rb:12:12: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/widgets/admin_set_embargo_period.rb:12:75: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/forms/hyrax/forms/widgets/admin_set_visibility.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/forms/hyrax/forms/widgets/admin_set_visibility.rb:10:86: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/forms/hyrax/forms/widgets/admin_set_visibility.rb:11:12: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/widgets/admin_set_visibility.rb:11:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/forms/hyrax/forms/widgets/admin_set_visibility.rb:11:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/forms/hyrax/forms/widgets/admin_set_visibility.rb:12:12: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/widgets/admin_set_visibility.rb:12:93: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/forms/hyrax/forms/widgets/admin_set_visibility.rb:13:12: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/widgets/admin_set_visibility.rb:13:87: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/forms/hyrax/forms/work_form.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/forms/hyrax/forms/work_form.rb:5:20: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/ClassLength`.
app/forms/hyrax/forms/work_form.rb:16:16: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/forms/hyrax/forms/work_form.rb:17:16: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/forms/hyrax/forms/work_form.rb:18:16: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/forms/hyrax/forms/work_form.rb:19:16: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/forms/hyrax/forms/work_form.rb:20:16: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/forms/hyrax/forms/work_form.rb:23:21: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/work_form.rb:24:21: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/work_form.rb:25:21: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/work_form.rb:26:21: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/work_form.rb:27:21: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/work_form.rb:28:21: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/work_form.rb:29:21: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/work_form.rb:48:7: Style/Alias: Use `alias_method` instead of `alias`.
app/forms/hyrax/forms/work_form.rb:66:7: Style/EmptyMethod: Put the `end` of empty method definitions on the next line.
app/forms/hyrax/forms/work_form.rb:66:7: Style/SingleLineMethods: Avoid single-line method definitions.
app/forms/hyrax/forms/work_form.rb:112:9: Style/HashConversion: Prefer ary.to_h to Hash[ary].
app/forms/hyrax/forms/work_form.rb:124:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/forms/hyrax/forms/work_form.rb:125:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/forms/hyrax/forms/work_form.rb:139:12: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/work_form.rb:140:12: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/work_form.rb:141:12: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/work_form.rb:142:12: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/work_form.rb:181:24: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/forms/hyrax/forms/work_form.rb:206:45: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/forms/hyrax/forms/work_form.rb:207:45: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/forms/hyrax/forms/workflow_action_form.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/forms/hyrax/forms/workflow_action_form.rb:37:45: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/forms/hyrax/forms/workflow_action_form.rb:38:45: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/forms/hyrax/forms/workflow_responsibility_form.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/helpers/hyrax/ability_helper.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/helpers/hyrax/ability_helper.rb:31:7: Layout/IndentationWidth: Use 2 (not 9) spaces for indentation.
app/helpers/hyrax/ability_helper.rb:31:71: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/ability_helper.rb:32:14: Layout/ElseAlignment: Align `else` with `path`.
app/helpers/hyrax/ability_helper.rb:33:68: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/ability_helper.rb:34:14: Layout/EndAlignment: `end` at 34, 13 is not aligned with `path = if` at 30, 6.
app/helpers/hyrax/ability_helper.rb:39:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/ability_helper.rb:40:21: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
app/helpers/hyrax/batch_edits_helper.rb:9:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/batch_edits_helper.rb:15:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/blacklight_override.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/helpers/hyrax/blacklight_override.rb:6:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/charts_helper.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/helpers/hyrax/charts_helper.rb:19:21: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/helpers/hyrax/charts_helper.rb:19:44: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/helpers/hyrax/citations_behavior.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/helpers/hyrax/citations_behaviors/common_behavior.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/helpers/hyrax/citations_behaviors/formatters.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/helpers/hyrax/citations_behaviors/formatters.rb:16:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/citations_behaviors/formatters.rb:17:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/citations_behaviors/formatters.rb:18:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/citations_behaviors/formatters.rb:19:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/citations_behaviors/formatters/apa_formatter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/helpers/hyrax/citations_behaviors/formatters/apa_formatter.rb:10:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/citations_behaviors/formatters/apa_formatter.rb:34:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/citations_behaviors/formatters/apa_formatter.rb:36:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/citations_behaviors/formatters/apa_formatter.rb:38:24: Style/SlicingWithRange: Prefer ary[n..] over ary[n..-1].
app/helpers/hyrax/citations_behaviors/formatters/apa_formatter.rb:40:13: Layout/IndentationWidth: Use 2 (not 10) spaces for indentation.
app/helpers/hyrax/citations_behaviors/formatters/apa_formatter.rb:41:21: Layout/ElseAlignment: Align `else` with `text`.
app/helpers/hyrax/citations_behaviors/formatters/apa_formatter.rb:43:21: Layout/EndAlignment: `end` at 43, 20 is not aligned with `text += if` at 39, 12.
app/helpers/hyrax/citations_behaviors/formatters/apa_formatter.rb:67:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/citations_behaviors/formatters/chicago_formatter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/helpers/hyrax/citations_behaviors/formatters/chicago_formatter.rb:26:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/citations_behaviors/formatters/chicago_formatter.rb:27:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/citations_behaviors/formatters/chicago_formatter.rb:31:13: Layout/IndentationWidth: Use 2 (not 10) spaces for indentation.
app/helpers/hyrax/citations_behaviors/formatters/chicago_formatter.rb:32:21: Layout/ElseAlignment: Align `else` with `text`.
app/helpers/hyrax/citations_behaviors/formatters/chicago_formatter.rb:34:21: Layout/EndAlignment: `end` at 34, 20 is not aligned with `text += if` at 30, 12.
app/helpers/hyrax/citations_behaviors/formatters/chicago_formatter.rb:38:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/citations_behaviors/formatters/chicago_formatter.rb:38:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/citations_behaviors/formatters/chicago_formatter.rb:43:9: Style/EmptyMethod: Put the `end` of empty method definitions on the next line.
app/helpers/hyrax/citations_behaviors/formatters/chicago_formatter.rb:43:9: Style/SingleLineMethods: Avoid single-line method definitions.
app/helpers/hyrax/citations_behaviors/formatters/chicago_formatter.rb:48:25: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/citations_behaviors/formatters/mla_formatter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/helpers/hyrax/citations_behaviors/formatters/mla_formatter.rb:10:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/citations_behaviors/formatters/mla_formatter.rb:38:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/citations_behaviors/formatters/open_url_formatter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/helpers/hyrax/citations_behaviors/formatters/open_url_formatter.rb:17:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/citations_behaviors/formatters/open_url_formatter.rb:21:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/citations_behaviors/formatters/open_url_formatter.rb:22:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/citations_behaviors/formatters/open_url_formatter.rb:23:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/citations_behaviors/formatters/open_url_formatter.rb:24:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/citations_behaviors/formatters/open_url_formatter.rb:25:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/citations_behaviors/formatters/open_url_formatter.rb:26:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/citations_behaviors/formatters/open_url_formatter.rb:27:25: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/citations_behaviors/formatters/open_url_formatter.rb:28:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/citations_behaviors/formatters/open_url_formatter.rb:29:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/citations_behaviors/formatters/open_url_formatter.rb:30:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/citations_behaviors/formatters/open_url_formatter.rb:31:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/citations_behaviors/formatters/open_url_formatter.rb:32:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/citations_behaviors/formatters/open_url_formatter.rb:33:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/citations_behaviors/name_behavior.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/helpers/hyrax/citations_behaviors/name_behavior.rb:14:9: Performance/BlockGivenWithExplicitBlock: Check block argument explicitly instead of using `block_given?`.
app/helpers/hyrax/citations_behaviors/name_behavior.rb:19:42: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/citations_behaviors/name_behavior.rb:25:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/citations_behaviors/name_behavior.rb:27:38: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/citations_behaviors/name_behavior.rb:28:36: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/citations_behaviors/name_behavior.rb:30:34: Style/SlicingWithRange: Prefer ary[n..] over ary[n..-1].
app/helpers/hyrax/citations_behaviors/name_behavior.rb:32:28: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
app/helpers/hyrax/citations_behaviors/name_behavior.rb:39:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/citations_behaviors/name_behavior.rb:40:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/citations_behaviors/name_behavior.rb:43:42: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/citations_behaviors/name_behavior.rb:43:64: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/citations_behaviors/publication_behavior.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/helpers/hyrax/citations_behaviors/publication_behavior.rb:10:48: Style/RedundantRegexpEscape: Redundant escape inside regexp literal
app/helpers/hyrax/citations_behaviors/publication_behavior.rb:10:51: Lint/DuplicateRegexpCharacterClassElement: Duplicate element inside regexp character class
app/helpers/hyrax/citations_behaviors/publication_behavior.rb:10:51: Style/RedundantRegexpEscape: Redundant escape inside regexp literal
app/helpers/hyrax/citations_behaviors/title_behavior.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/helpers/hyrax/citations_behaviors/title_behavior.rb:32:12: Performance/BlockGivenWithExplicitBlock: Check block argument explicitly instead of using `block_given?`.
app/helpers/hyrax/citations_behaviors/title_behavior.rb:40:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/collections_helper.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/helpers/hyrax/collections_helper.rb:3:28: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/ModuleLength`.
app/helpers/hyrax/collections_helper.rb:23:10: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/helpers/hyrax/collections_helper.rb:23:65: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/helpers/hyrax/collections_helper.rb:69:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/collections_helper.rb:71:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/collections_helper.rb:71:61: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/collections_helper.rb:82:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/collections_helper.rb:84:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/collections_helper.rb:84:66: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/collections_helper.rb:92:88: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/collections_helper.rb:105:43: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Naming/PredicateName`.
app/helpers/hyrax/collections_helper.rb:106:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/collections_helper.rb:110:72: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/collections_helper.rb:110:109: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/collections_helper.rb:111:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/collections_helper.rb:114:72: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/collections_helper.rb:115:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/collections_helper.rb:120:54: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/collections_helper.rb:212:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/content_block_helper.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/helpers/hyrax/content_block_helper_behavior.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/helpers/hyrax/dashboard_helper_behavior.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/helpers/hyrax/dashboard_helper_behavior.rb:12:54: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/helpers/hyrax/dashboard_helper_behavior.rb:12:79: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/helpers/hyrax/dashboard_helper_behavior.rb:17:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/dashboard_helper_behavior.rb:25:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/dashboard_helper_behavior.rb:33:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/dashboard_helper_behavior.rb:39:8: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/helpers/hyrax/dashboard_helper_behavior.rb:39:62: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/helpers/hyrax/embargo_helper.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/helpers/hyrax/file_set_helper.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/helpers/hyrax/file_set_helper.rb:40:5: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/file_set_helper.rb:42:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/file_set_helper.rb:44:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/file_set_helper.rb:46:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/file_set_helper.rb:48:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/file_set_helper.rb:50:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/file_set_helper.rb:52:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/hyrax_helper_behavior.rb:1:1: Style/Encoding: Unnecessary utf-8 encoding comment.
app/helpers/hyrax/hyrax_helper_behavior.rb:3:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/helpers/hyrax/hyrax_helper_behavior.rb:35:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/hyrax_helper_behavior.rb:35:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/hyrax_helper_behavior.rb:36:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/hyrax_helper_behavior.rb:36:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/hyrax_helper_behavior.rb:37:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/hyrax_helper_behavior.rb:37:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/hyrax_helper_behavior.rb:38:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/hyrax_helper_behavior.rb:38:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/hyrax_helper_behavior.rb:39:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/hyrax_helper_behavior.rb:39:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/hyrax_helper_behavior.rb:40:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/hyrax_helper_behavior.rb:40:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/hyrax_helper_behavior.rb:41:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/hyrax_helper_behavior.rb:41:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/hyrax_helper_behavior.rb:51:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/hyrax_helper_behavior.rb:52:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/hyrax_helper_behavior.rb:52:48: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/hyrax_helper_behavior.rb:53:18: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/helpers/hyrax/hyrax_helper_behavior.rb:53:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/hyrax_helper_behavior.rb:53:56: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/hyrax_helper_behavior.rb:57:41: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/hyrax_helper_behavior.rb:58:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/hyrax_helper_behavior.rb:58:49: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/hyrax_helper_behavior.rb:59:18: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/helpers/hyrax/hyrax_helper_behavior.rb:59:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/hyrax_helper_behavior.rb:59:57: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/hyrax_helper_behavior.rb:71:15: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/helpers/hyrax/hyrax_helper_behavior.rb:71:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/hyrax_helper_behavior.rb:72:15: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/helpers/hyrax/hyrax_helper_behavior.rb:72:15: Style/HashSyntax: Don't mix styles in the same hash.
app/helpers/hyrax/hyrax_helper_behavior.rb:72:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/hyrax_helper_behavior.rb:74:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/hyrax_helper_behavior.rb:74:38: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/hyrax_helper_behavior.rb:77:30: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/helpers/hyrax/hyrax_helper_behavior.rb:168:44: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/hyrax_helper_behavior.rb:174:56: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/helpers/hyrax/hyrax_helper_behavior.rb:174:79: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/helpers/hyrax/hyrax_helper_behavior.rb:198:65: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
app/helpers/hyrax/hyrax_helper_behavior.rb:205:5: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/CyclomaticComplexity`.
app/helpers/hyrax/hyrax_helper_behavior.rb:213:14: Layout/EndAlignment: `end` at 213, 13 is not aligned with `user = case` at 208, 6.
app/helpers/hyrax/hyrax_helper_behavior.rb:225:85: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/hyrax_helper_behavior.rb:226:28: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/helpers/hyrax/hyrax_helper_behavior.rb:226:43: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/helpers/hyrax/hyrax_helper_behavior.rb:252:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/hyrax_helper_behavior.rb:253:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/hyrax_helper_behavior.rb:255:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/hyrax_helper_behavior.rb:311:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/hyrax_helper_behavior.rb:315:38: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/hyrax_helper_behavior.rb:315:66: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/iiif_helper.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/helpers/hyrax/iiif_helper.rb:6:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/helpers/hyrax/iiif_helper.rb:10:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/lease_helper.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/helpers/hyrax/membership_helper.rb:23:10: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/helpers/hyrax/membership_helper.rb:25:36: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/helpers/hyrax/membership_helper.rb:42:10: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/helpers/hyrax/membership_helper.rb:44:32: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/helpers/hyrax/permissions_helper.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/helpers/hyrax/permissions_helper.rb:17:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/permissions_helper.rb:17:45: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/title_helper.rb:5:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/title_helper.rb:9:58: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/title_helper.rb:15:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/trophy_helper.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/helpers/hyrax/trophy_helper.rb:12:81: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/trophy_helper.rb:14:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/trophy_helper.rb:15:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/trophy_helper.rb:18:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/url_helper.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/helpers/hyrax/url_helper.rb:6:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/url_helper.rb:6:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/url_helper.rb:6:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/hyrax/work_form_helper.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/helpers/hyrax/work_form_helper.rb:59:41: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Lint/UnusedMethodArgument`.
app/helpers/hyrax/workflows_helper.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/indexers/concerns/hyrax/indexes_basic_metadata.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/indexers/concerns/hyrax/indexes_linked_metadata.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/indexers/hyrax/admin_set_indexer.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/indexers/hyrax/admin_set_indexer.rb:11:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/admin_set_indexer.rb:11:37: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/admin_set_indexer.rb:11:48: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/admin_set_indexer.rb:12:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/admin_set_indexer.rb:13:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/admin_set_indexer.rb:13:33: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/admin_set_indexer.rb:14:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/admin_set_indexer.rb:14:38: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/admin_set_indexer.rb:15:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/admin_set_indexer.rb:15:32: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/admin_set_indexer.rb:16:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/admin_set_indexer.rb:16:30: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/administrative_set_indexer.rb:12:17: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/AbcSize`, `Metrics/CyclomaticComplexity`, `Metrics/MethodLength`.
app/indexers/hyrax/administrative_set_indexer.rb:16:32: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/administrative_set_indexer.rb:17:33: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/administrative_set_indexer.rb:18:37: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/administrative_set_indexer.rb:19:36: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/administrative_set_indexer.rb:19:47: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/administrative_set_indexer.rb:20:37: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/basic_metadata_indexer.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/indexers/hyrax/collection_indexer.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/indexers/hyrax/collection_indexer.rb:15:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/collection_indexer.rb:16:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/collection_indexer.rb:19:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/collection_indexer.rb:20:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/collection_with_basic_metadata_indexer.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/indexers/hyrax/deep_indexing_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/indexers/hyrax/deep_indexing_service.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/deep_indexing_service.rb:52:29: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/indexers/hyrax/deep_indexing_service.rb:52:30: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/deep_indexing_service.rb:52:63: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/indexers/hyrax/deep_indexing_service.rb:61:83: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/deep_indexing_service.rb:72:64: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/indexers/hyrax/deep_indexing_service.rb:73:64: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/indexers/hyrax/deep_indexing_service.rb:76:64: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/indexers/hyrax/deep_indexing_service.rb:77:64: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/indexers/hyrax/deep_indexing_service.rb:88:64: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/indexers/hyrax/deep_indexing_service.rb:89:64: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/indexers/hyrax/deep_indexing_service.rb:91:64: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/indexers/hyrax/deep_indexing_service.rb:92:64: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/indexers/hyrax/deep_indexing_service.rb:100:30: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/file_set_indexer.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/indexers/hyrax/file_set_indexer.rb:8:32: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/AbcSize`, `Metrics/MethodLength`.
app/indexers/hyrax/file_set_indexer.rb:10:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/file_set_indexer.rb:11:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/file_set_indexer.rb:13:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/file_set_indexer.rb:14:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/file_set_indexer.rb:14:30: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/file_set_indexer.rb:15:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/file_set_indexer.rb:16:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/file_set_indexer.rb:16:36: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/file_set_indexer.rb:17:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/file_set_indexer.rb:18:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/file_set_indexer.rb:19:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/file_set_indexer.rb:20:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/file_set_indexer.rb:20:29: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/file_set_indexer.rb:21:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/file_set_indexer.rb:22:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/file_set_indexer.rb:22:34: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/file_set_indexer.rb:25:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/file_set_indexer.rb:25:32: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/file_set_indexer.rb:26:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/file_set_indexer.rb:26:37: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/file_set_indexer.rb:27:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/file_set_indexer.rb:27:37: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/file_set_indexer.rb:28:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/file_set_indexer.rb:28:35: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/file_set_indexer.rb:29:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/file_set_indexer.rb:29:38: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/file_set_indexer.rb:30:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/file_set_indexer.rb:31:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/file_set_indexer.rb:31:39: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/file_set_indexer.rb:32:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/file_set_indexer.rb:32:41: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/file_set_indexer.rb:50:35: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
app/indexers/hyrax/file_set_indexer.rb:50:74: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
app/indexers/hyrax/file_set_indexer.rb:52:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/indexes_workflow.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/indexers/hyrax/pcdm_collection_indexer.rb:16:46: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/permission_indexer.rb:15:15: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/repository_reindexer.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/indexers/hyrax/repository_reindexer.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/repository_reindexer.rb:3:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:15:17: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/AbcSize`, `Metrics/CyclomaticComplexity`, `Metrics/MethodLength`, `Metrics/PerceivedComplexity`.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:16:31: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/BlockLength`.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:17:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:17:39: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:20:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:20:34: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:21:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:21:41: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:22:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:22:37: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:23:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:30:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:32:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:32:43: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:33:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:33:42: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:34:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:34:35: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:35:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:35:34: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:37:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:37:38: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:38:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:38:36: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:39:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:39:34: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:40:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:40:31: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:43:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:43:39: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:44:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:44:31: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:45:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:45:38: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:46:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:46:32: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:47:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:47:39: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:48:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:48:39: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:49:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:49:35: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:52:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:52:37: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:53:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:53:35: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:54:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:54:35: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:55:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:55:38: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:57:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:57:33: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:58:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:58:32: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:61:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:61:36: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:62:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:62:35: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:63:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:63:38: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:64:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:64:33: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:67:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:67:37: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:68:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:68:37: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:69:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:69:35: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:70:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:70:37: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:71:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:71:42: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:72:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:72:37: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:73:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:73:40: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:74:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:74:39: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:75:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:75:42: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:76:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:76:42: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:77:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:77:38: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:78:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:78:41: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:81:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:81:37: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:82:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:82:38: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:83:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:83:38: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:84:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:84:39: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:85:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:85:42: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:86:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:86:38: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:87:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:87:36: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:88:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:88:41: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:89:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:89:41: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:90:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:91:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:91:40: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:92:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:92:35: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:93:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:93:36: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:96:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:96:39: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:110:33: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:110:70: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
app/indexers/hyrax/valkyrie_file_set_indexer.rb:112:30: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_indexer.rb:70:9: Lint/SymbolConversion: Unnecessary symbol conversion; use `id:` instead.
app/indexers/hyrax/valkyrie_indexer.rb:71:9: Lint/SymbolConversion: Unnecessary symbol conversion; use `date_uploaded_dtsi:` instead.
app/indexers/hyrax/valkyrie_indexer.rb:72:9: Lint/SymbolConversion: Unnecessary symbol conversion; use `date_modified_dtsi:` instead.
app/indexers/hyrax/valkyrie_indexer.rb:73:9: Lint/SymbolConversion: Unnecessary symbol conversion; use `has_model_ssim:` instead.
app/indexers/hyrax/valkyrie_indexer.rb:116:33: Layout/MultilineOperationIndentation: Use 2 (not 24) spaces for indenting a condition in an `if` statement spanning multiple lines.
app/indexers/hyrax/valkyrie_work_indexer.rb:12:17: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/AbcSize`, `Metrics/CyclomaticComplexity`, `Metrics/MethodLength`.
app/indexers/hyrax/valkyrie_work_indexer.rb:14:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_work_indexer.rb:14:39: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_work_indexer.rb:15:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_work_indexer.rb:16:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_work_indexer.rb:17:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_work_indexer.rb:18:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_work_indexer.rb:19:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/valkyrie_work_indexer.rb:20:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/work_indexer.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/indexers/hyrax/work_indexer.rb:10:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/work_indexer.rb:11:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/work_indexer.rb:11:47: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/work_indexer.rb:12:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/work_indexer.rb:13:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/work_indexer.rb:13:41: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/work_indexer.rb:18:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/work_indexer.rb:18:50: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/work_indexer.rb:19:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/work_indexer.rb:22:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/indexers/hyrax/work_indexer.rb:22:34: Layout/ExtraSpacing: Unnecessary spacing detected.
app/indexers/hyrax/work_indexer.rb:23:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/inputs/controlled_vocabulary_input.rb:26:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/inputs/controlled_vocabulary_input.rb:34:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/inputs/controlled_vocabulary_input.rb:39:27: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/inputs/controlled_vocabulary_input.rb:39:65: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/inputs/controlled_vocabulary_input.rb:40:27: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/inputs/controlled_vocabulary_input.rb:40:61: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/inputs/controlled_vocabulary_input.rb:41:27: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/inputs/controlled_vocabulary_input.rb:41:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/inputs/controlled_vocabulary_input.rb:41:45: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/inputs/controlled_vocabulary_input.rb:41:59: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/inputs/controlled_vocabulary_input.rb:45:44: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/inputs/controlled_vocabulary_input.rb:46:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/inputs/controlled_vocabulary_input.rb:47:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/inputs/controlled_vocabulary_input.rb:48:91: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/inputs/controlled_vocabulary_input.rb:48:96: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/inputs/controlled_vocabulary_input.rb:48:104: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/inputs/controlled_vocabulary_input.rb:52:54: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/inputs/controlled_vocabulary_input.rb:64:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/inputs/controlled_vocabulary_input.rb:77:79: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/inputs/multi_value_select_input.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/inputs/multi_value_select_input.rb:6:5: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/inputs/multi_value_select_input.rb:18:34: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/MethodLength`.
app/inputs/multifile_input.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/jobs/attach_files_to_work_job.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/jobs/attach_files_to_work_job.rb:53:22: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/jobs/attach_files_to_work_job.rb:54:22: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/jobs/attach_files_to_work_job.rb:55:22: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/jobs/attach_files_to_work_with_ordered_members_job.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/jobs/batch_create_job.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/jobs/batch_create_job.rb:28:60: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/jobs/batch_create_job.rb:34:37: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/jobs/batch_create_job.rb:35:37: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/jobs/batch_create_job.rb:37:50: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/jobs/batch_create_job.rb:38:50: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/jobs/characterize_job.rb:49:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/jobs/concerns/hyrax/members_permission_job_behavior.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/jobs/concerns/hyrax/permission_job_behavior.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/jobs/content_delete_event_job.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/jobs/content_deposit_event_job.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/jobs/content_depositor_change_event_job.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/jobs/content_depositor_change_event_job.rb:31:3: Style/Alias: Use `alias_method` instead of `alias`.
app/jobs/content_event_job.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/jobs/content_new_version_event_job.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/jobs/content_restored_version_event_job.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/jobs/content_update_event_job.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/jobs/create_derivatives_job.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/jobs/create_work_job.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/jobs/create_work_job.rb:24:52: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/jobs/embargo_expiry_job.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/jobs/file_set_attached_event_job.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/jobs/fixity_check_job.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/jobs/fixity_check_job.rb:29:13: Layout/ExtraSpacing: Unnecessary spacing detected.
app/jobs/fixity_check_job.rb:32:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/jobs/fixity_check_job.rb:37:35: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/jobs/fixity_check_job.rb:38:35: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/jobs/hyrax/application_job.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/jobs/hyrax/grant_edit_job.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/jobs/hyrax/grant_edit_to_members_job.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/jobs/hyrax/grant_read_job.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/jobs/hyrax/grant_read_to_members_job.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/jobs/hyrax/revoke_edit_from_members_job.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/jobs/hyrax/revoke_edit_job.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/jobs/import_export_job.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/jobs/import_export_job.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/jobs/import_export_job.rb:11:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/jobs/import_url_job.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/jobs/import_url_job.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/jobs/import_url_job.rb:3:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/jobs/import_url_job.rb:4:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/jobs/import_url_job.rb:51:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/jobs/import_url_job.rb:82:41: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/jobs/import_url_job.rb:83:7: Style/RedundantBegin: Redundant `begin` block detected.
app/jobs/import_url_job.rb:86:7: Style/RescueStandardError: Omit the error class when rescuing `StandardError` by itself.
app/jobs/import_url_job.rb:98:25: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/jobs/import_url_job.rb:100:56: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/jobs/ingest_job.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/jobs/ingest_job.rb:15:1: Lint/MissingCopEnableDirective: Re-enable Lint/UnusedMethodArgument cop with `# rubocop:enable` after disabling it.
app/jobs/ingest_job.rb:15:3: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Lint/UnusedMethodArgument`.
app/jobs/ingest_local_file_job.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/jobs/inherit_permissions_job.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/jobs/lease_expiry_job.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/jobs/resolrize_job.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/jobs/stream_notifications_job.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/jobs/stream_notifications_job.rb:9:48: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/jobs/stream_notifications_job.rb:10:48: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/jobs/user_edit_profile_event_job.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/jobs/valkyrie_ingest_job.rb:30:26: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/jobs/valkyrie_ingest_job.rb:31:26: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/jobs/valkyrie_ingest_job.rb:46:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/jobs/valkyrie_ingest_job.rb:60:21: Layout/MultilineMethodCallIndentation: Use 2 (not 16) spaces for indenting an expression in an assignment spanning multiple lines.
app/jobs/valkyrie_ingest_job.rb:61:29: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/jobs/valkyrie_ingest_job.rb:62:29: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/jobs/visibility_copy_job.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/mailers/hyrax/contact_mailer.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/admin_set.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/admin_set.rb:34:19: Layout/ExtraSpacing: Unnecessary spacing detected.
app/models/admin_set.rb:36:25: Layout/ExtraSpacing: Unnecessary spacing detected.
app/models/admin_set.rb:37:21: Layout/ExtraSpacing: Unnecessary spacing detected.
app/models/admin_set.rb:39:12: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/admin_set.rb:40:12: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/admin_set.rb:40:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/admin_set.rb:70:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/admin_set.rb:110:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/admin_set.rb:116:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/batch_upload_item.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/checksum_audit_log.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/checksum_audit_log.rb:65:86: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/collection_branding_info.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/collection_branding_info.rb:4:18: Layout/ParameterAlignment: Use one level of indentation for parameters following the first line of a multi-line method definition.
app/models/collection_branding_info.rb:5:18: Layout/ParameterAlignment: Use one level of indentation for parameters following the first line of a multi-line method definition.
app/models/collection_branding_info.rb:6:18: Layout/ParameterAlignment: Use one level of indentation for parameters following the first line of a multi-line method definition.
app/models/collection_branding_info.rb:7:18: Layout/ParameterAlignment: Use one level of indentation for parameters following the first line of a multi-line method definition.
app/models/collection_branding_info.rb:22:20: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/collection_branding_info.rb:23:20: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/collection_branding_info.rb:32:5: Layout/IndentationWidth: Use 2 (not 7) spaces for indentation.
app/models/collection_branding_info.rb:32:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/collection_branding_info.rb:33:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/collection_branding_info.rb:35:10: Layout/ElseAlignment: Align `else` with `id`.
app/models/collection_branding_info.rb:37:10: Layout/EndAlignment: `end` at 37, 9 is not aligned with `id = if` at 31, 4.
app/models/concerns/hyrax/ability.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/concerns/hyrax/ability.rb:63:30: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/models/concerns/hyrax/ability.rb:64:30: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/models/concerns/hyrax/ability.rb:65:30: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/models/concerns/hyrax/ability.rb:66:30: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/models/concerns/hyrax/ability.rb:67:30: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/models/concerns/hyrax/ability.rb:68:30: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/models/concerns/hyrax/ability.rb:69:30: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/models/concerns/hyrax/ability.rb:70:30: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/models/concerns/hyrax/ability.rb:71:30: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/models/concerns/hyrax/ability.rb:72:30: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/models/concerns/hyrax/ability.rb:73:30: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/models/concerns/hyrax/ability.rb:74:30: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/models/concerns/hyrax/ability.rb:75:30: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/models/concerns/hyrax/ability.rb:76:30: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/models/concerns/hyrax/ability.rb:77:30: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/models/concerns/hyrax/ability.rb:78:30: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/models/concerns/hyrax/ability.rb:79:30: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/models/concerns/hyrax/ability.rb:80:30: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/models/concerns/hyrax/ability.rb:197:85: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/ability.rb:198:85: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/ability.rb:200:84: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/ability.rb:326:62: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/ability.rb:327:44: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/ability.rb:399:47: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/concerns/hyrax/ability.rb:399:56: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/ability.rb:399:67: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/ability.rb:400:37: Layout/MultilineMethodCallIndentation: Use 2 (not 30) spaces for indenting an expression in an assignment spanning multiple lines.
app/models/concerns/hyrax/ability.rb:401:37: Layout/MultilineMethodCallIndentation: Use 2 (not 30) spaces for indenting an expression in an assignment spanning multiple lines.
app/models/concerns/hyrax/ability.rb:402:37: Layout/MultilineMethodCallIndentation: Use 2 (not 30) spaces for indenting an expression in an assignment spanning multiple lines.
app/models/concerns/hyrax/ability.rb:403:37: Layout/MultilineMethodCallIndentation: Use 2 (not 30) spaces for indenting an expression in an assignment spanning multiple lines.
app/models/concerns/hyrax/ability.rb:416:62: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/ability.rb:417:42: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/ability.rb:435:14: Layout/MultilineMethodCallIndentation: Use 2 (not 5) spaces for indenting an expression spanning multiple lines.
app/models/concerns/hyrax/ability.rb:435:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/ability/admin_set_ability.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/concerns/hyrax/ability/admin_set_ability.rb:5:31: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/AbcSize`, `Metrics/MethodLength`.
app/models/concerns/hyrax/ability/collection_ability.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/concerns/hyrax/ability/collection_ability.rb:5:32: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/AbcSize`, `Metrics/CyclomaticComplexity`, `Metrics/MethodLength`, `Metrics/PerceivedComplexity`.
app/models/concerns/hyrax/ability/collection_type_ability.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/concerns/hyrax/ability/permission_template_ability.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/concerns/hyrax/ability/solr_document_ability.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/concerns/hyrax/basic_metadata.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/concerns/hyrax/basic_metadata.rb:14:58: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/basic_metadata.rb:16:55: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/basic_metadata.rb:26:57: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/collection_behavior.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/concerns/hyrax/collection_behavior.rb:58:70: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/concerns/hyrax/collection_behavior.rb:59:70: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/concerns/hyrax/collection_behavior.rb:68:70: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/concerns/hyrax/collection_behavior.rb:69:70: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/concerns/hyrax/collection_behavior.rb:85:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/collection_behavior.rb:85:44: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/collection_behavior.rb:90:28: Layout/LeadingCommentSpace: Missing space after `#`.
app/models/concerns/hyrax/collection_behavior.rb:99:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/collection_behavior.rb:108:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/collection_behavior.rb:109:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/collection_behavior.rb:110:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/collection_behavior.rb:111:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/collection_nesting.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/concerns/hyrax/core_metadata.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/concerns/hyrax/core_metadata.rb:9:54: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/embargoable.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/concerns/hyrax/file_set/belongs_to_works.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/concerns/hyrax/file_set/characterization.rb:58:9: Style/EmptyMethod: Put the `end` of empty method definitions on the next line.
app/models/concerns/hyrax/file_set/characterization.rb:58:9: Style/SingleLineMethods: Avoid single-line method definitions.
app/models/concerns/hyrax/file_set/characterization.rb:63:61: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/file_set/derivatives.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/concerns/hyrax/file_set/indexing.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/concerns/hyrax/file_set/querying.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/concerns/hyrax/file_set_behavior.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/concerns/hyrax/has_rendering.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/concerns/hyrax/has_rendering.rb:6:5: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Rails/HasAndBelongsToMany` (unknown cop).
app/models/concerns/hyrax/has_rendering.rb:8:29: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/concerns/hyrax/has_rendering.rb:9:29: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/concerns/hyrax/has_rendering.rb:9:41: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/has_representative.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/concerns/hyrax/has_representative.rb:7:16: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/concerns/hyrax/has_representative.rb:8:16: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/concerns/hyrax/has_representative.rb:8:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/has_representative.rb:11:16: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/concerns/hyrax/has_representative.rb:12:16: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/concerns/hyrax/has_representative.rb:12:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/human_readable_type.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/concerns/hyrax/in_admin_set.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/concerns/hyrax/in_admin_set.rb:13:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/naming.rb:3:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/nested_works.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/concerns/hyrax/permissions.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/concerns/hyrax/permissions/readable.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/concerns/hyrax/permissions/writable.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/concerns/hyrax/permissions/writable.rb:17:14: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/models/concerns/hyrax/permissions/writable.rb:17:43: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/permissions/writable.rb:17:153: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/models/concerns/hyrax/permissions/writable.rb:18:14: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/models/concerns/hyrax/permissions/writable.rb:18:43: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/permissions/writable.rb:18:161: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/models/concerns/hyrax/proxy_deposit.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/concerns/hyrax/proxy_deposit.rb:7:60: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/proxy_deposit.rb:12:57: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/serializers.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/concerns/hyrax/serializers.rb:6:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/serializers.rb:10:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/solr_document/characterization.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/concerns/hyrax/solr_document/characterization.rb:42:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/solr_document/characterization.rb:88:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/solr_document/export.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/concerns/hyrax/solr_document/export.rb:6:10: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/models/concerns/hyrax/solr_document/export.rb:6:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/solr_document/export.rb:7:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/solr_document/export.rb:8:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/solr_document/export.rb:9:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/solr_document/export.rb:10:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/solr_document/export.rb:11:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/solr_document/export.rb:12:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/solr_document/export.rb:13:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/solr_document/export.rb:14:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/solr_document/export.rb:15:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/solr_document/export.rb:16:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/solr_document/export.rb:17:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/solr_document/export.rb:18:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/solr_document/export.rb:19:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/solr_document/export.rb:20:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/solr_document/export.rb:21:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/solr_document/export.rb:21:35: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/models/concerns/hyrax/solr_document/export.rb:54:34: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/models/concerns/hyrax/solr_document/export.rb:54:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/solr_document/export.rb:54:50: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/solr_document/export.rb:55:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/solr_document/export.rb:55:59: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/models/concerns/hyrax/solr_document/metadata.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/concerns/hyrax/solr_document/metadata.rb:53:49: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/solr_document/ordered_members.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/concerns/hyrax/solr_document/ordered_members.rb:35:33: Layout/ParameterAlignment: Use one level of indentation for parameters following the first line of a multi-line method definition.
app/models/concerns/hyrax/solr_document/ordered_members.rb:35:46: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/solr_document/ordered_members.rb:36:33: Layout/ParameterAlignment: Use one level of indentation for parameters following the first line of a multi-line method definition.
app/models/concerns/hyrax/solr_document/ordered_members.rb:36:47: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/solr_document_behavior.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/concerns/hyrax/solr_document_behavior.rb:33:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/solr_document_behavior.rb:40:14: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Rails/Delegate` (unknown cop).
app/models/concerns/hyrax/solr_document_behavior.rb:79:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/solr_document_behavior.rb:83:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/solr_document_behavior.rb:95:7: Layout/IndentationWidth: Use 2 (not 18) spaces for indentation.
app/models/concerns/hyrax/solr_document_behavior.rb:96:23: Layout/ElseAlignment: Align `elsif` with `@visibility`.
app/models/concerns/hyrax/solr_document_behavior.rb:98:23: Layout/ElseAlignment: Align `elsif` with `@visibility`.
app/models/concerns/hyrax/solr_document_behavior.rb:100:23: Layout/ElseAlignment: Align `elsif` with `@visibility`.
app/models/concerns/hyrax/solr_document_behavior.rb:102:23: Layout/ElseAlignment: Align `else` with `@visibility`.
app/models/concerns/hyrax/solr_document_behavior.rb:104:23: Layout/EndAlignment: `end` at 104, 22 is not aligned with `@visibility ||= if` at 94, 6.
app/models/concerns/hyrax/suppressible.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/concerns/hyrax/user.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/concerns/hyrax/user.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/user.rb:21:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/concerns/hyrax/user.rb:21:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/user.rb:22:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/concerns/hyrax/user.rb:23:50: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/user.rb:23:76: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/user.rb:25:53: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/user.rb:25:79: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/user.rb:29:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/concerns/hyrax/user.rb:29:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/user.rb:30:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/concerns/hyrax/user.rb:32:22: Style/EmptyLambdaParameter: Omit parentheses for the empty lambda parameters.
app/models/concerns/hyrax/user.rb:33:26: Style/EmptyLambdaParameter: Omit parentheses for the empty lambda parameters.
app/models/concerns/hyrax/user.rb:48:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/concerns/hyrax/user.rb:49:77: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/user.rb:86:5: Layout/IndentationWidth: Use 2 (not 24) spaces for indentation.
app/models/concerns/hyrax/user.rb:87:27: Layout/ElseAlignment: Align `else` with `self[:zotero_token]`.
app/models/concerns/hyrax/user.rb:89:27: Layout/EndAlignment: `end` at 89, 26 is not aligned with `self[:zotero_token] = if` at 84, 4.
app/models/concerns/hyrax/user.rb:109:83: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/user.rb:117:6: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/models/concerns/hyrax/user.rb:117:84: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/models/concerns/hyrax/user.rb:129:25: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/user.rb:177:83: Style/HashSyntax: Don't mix styles in the same hash.
app/models/concerns/hyrax/user.rb:181:53: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/user_usage_stats.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/concerns/hyrax/virus_check.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/concerns/hyrax/with_events.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/concerns/hyrax/with_file_sets.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/concerns/hyrax/work_behavior.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/concerns/hyrax/work_behavior.rb:27:48: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/concerns/hyrax/work_behavior.rb:37:28: Layout/LeadingCommentSpace: Missing space after `#`.
app/models/concerns/hyrax/works/metadata.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/concerns/hyrax/works/metadata.rb:7:60: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/content_block.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/content_block.rb:38:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/content_block.rb:46:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/content_block.rb:54:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/content_block.rb:62:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/content_block.rb:70:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/content_block.rb:71:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/content_block.rb:79:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/content_block.rb:87:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/content_block.rb:88:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/content_block.rb:98:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/content_block.rb:98:42: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/content_block.rb:98:51: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/content_block.rb:98:60: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/content_block.rb:98:78: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/content_block.rb:98:91: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/content_block.rb:106:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/content_block.rb:106:42: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/content_block.rb:106:51: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/content_block.rb:106:60: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/content_block.rb:106:78: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/content_block.rb:106:91: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/featured_work.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/featured_work.rb:5:33: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/models/featured_work.rb:5:63: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/models/featured_work_list.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/featured_work_list.rb:10:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/featured_work_list.rb:11:54: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/featured_work_list.rb:12:48: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/featured_work_list.rb:43:39: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/featured_work_list.rb:44:39: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/file_download_stat.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/file_download_stat.rb:15:56: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/file_download_stat.rb:16:50: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/file_download_stat.rb:17:50: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/file_download_stat.rb:18:50: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/file_download_stat.rb:19:14: Layout/MultilineMethodCallIndentation: Use 2 (not 7) spaces for indenting an expression spanning multiple lines.
app/models/file_download_stat.rb:24:8: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/models/file_download_stat.rb:24:25: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/models/file_view_stat.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/file_view_stat.rb:9:8: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/models/file_view_stat.rb:9:25: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/models/hyrax/access_control.rb:26:26: Layout/ExtraSpacing: Unnecessary spacing detected.
app/models/hyrax/administrative_set.rb:3:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/administrative_set.rb:30:24: Layout/ExtraSpacing: Unnecessary spacing detected.
app/models/hyrax/administrative_set.rb:31:28: Layout/ExtraSpacing: Unnecessary spacing detected.
app/models/hyrax/avatar_validator.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/hyrax/avatar_validator.rb:6:44: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/batch_create_operation.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/hyrax/collection_type.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/hyrax/collection_type.rb:3:45: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/ClassLength`.
app/models/hyrax/collection_type.rb:12:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/collection_type.rb:19:57: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/collection_type.rb:19:106: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/collection_type.rb:23:8: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/models/hyrax/collection_type.rb:25:31: Layout/ExtraSpacing: Unnecessary spacing detected.
app/models/hyrax/collection_type.rb:25:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/collection_type.rb:26:44: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/collection_type.rb:26:92: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/collection_type.rb:28:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/collection_type.rb:29:38: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/collection_type.rb:29:88: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/collection_type.rb:106:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/collection_type.rb:123:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/collection_type.rb:175:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/collection_type.rb:181:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/collection_type.rb:187:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/collection_type.rb:194:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/collection_type.rb:199:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/collection_type.rb:199:36: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/collection_type.rb:199:49: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/collection_type.rb:199:65: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/collection_type.rb:199:77: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/collection_type.rb:200:24: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/models/hyrax/collection_type.rb:200:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/collection_type.rb:200:53: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/collection_type.rb:200:75: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/collection_type.rb:200:95: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/collection_type_participant.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/hyrax/collection_type_participant.rb:4:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/collection_type_participant.rb:5:52: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/collection_type_participant.rb:7:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/collection_type_participant.rb:8:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/collection_type_participant.rb:10:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/collection_type_participant.rb:11:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/collection_type_participant.rb:14:56: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/models/hyrax/collection_type_participant.rb:15:142: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/models/hyrax/collection_type_participant.rb:16:52: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/models/hyrax/collection_type_participant.rb:17:141: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/models/hyrax/collection_type_participant.rb:32:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/collection_type_participant.rb:34:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/contact_form.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/hyrax/contact_form.rb:7:38: Style/RedundantRegexpEscape: Redundant escape inside regexp literal
app/models/hyrax/contact_form.rb:7:41: Style/RedundantRegexpEscape: Redundant escape inside regexp literal
app/models/hyrax/contact_form.rb:7:62: Style/RedundantRegexpCharacterClass: Redundant single-element character class, `[\w]` can be replaced with `\w`.
app/models/hyrax/contact_form.rb:27:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/default_administrative_set.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/hyrax/default_administrative_set.rb:10:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/download.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/hyrax/embargo.rb:12:41: Layout/ExtraSpacing: Unnecessary spacing detected.
app/models/hyrax/embargo.rb:14:37: Layout/ExtraSpacing: Unnecessary spacing detected.
app/models/hyrax/embargo.rb:15:32: Layout/ExtraSpacing: Unnecessary spacing detected.
app/models/hyrax/event.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/hyrax/feature.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/hyrax/feature.rb:4:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/file_metadata.rb:5:25: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/file_metadata.rb:108:11: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/hyrax/file_metadata.rb:109:11: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/hyrax/file_metadata.rb:139:47: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/models/hyrax/file_metadata.rb:139:79: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/models/hyrax/file_metadata.rb:147:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/file_metadata.rb:148:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/file_metadata.rb:151:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/file_set.rb:13:24: Style/RedundantBegin: Redundant `begin` block detected.
app/models/hyrax/file_set.rb:14:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/group.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/hyrax/group.rb:4:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/lease.rb:12:39: Layout/ExtraSpacing: Unnecessary spacing detected.
app/models/hyrax/lease.rb:14:38: Layout/ExtraSpacing: Unnecessary spacing detected.
app/models/hyrax/lease.rb:15:30: Layout/ExtraSpacing: Unnecessary spacing detected.
app/models/hyrax/operation.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/hyrax/operation.rb:5:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/operation.rb:6:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/operation.rb:7:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/operation.rb:8:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/operation.rb:19:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/operation.rb:23:16: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/hyrax/operation.rb:24:16: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/hyrax/operation.rb:24:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/orcid_validator.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/hyrax/pageview.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/hyrax/pcdm_collection.rb:3:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/permission.rb:16:22: Layout/ExtraSpacing: Unnecessary spacing detected.
app/models/hyrax/permission.rb:17:21: Layout/ExtraSpacing: Unnecessary spacing detected.
app/models/hyrax/permission_template.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/hyrax/permission_template.rb:37:49: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/ClassLength`.
app/models/hyrax/permission_template.rb:38:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/permission_template.rb:50:42: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/permission_template.rb:54:48: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/permission_template.rb:57:71: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/permission_template.rb:119:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/permission_template.rb:120:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/permission_template.rb:123:38: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/permission_template.rb:124:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/permission_template.rb:125:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/permission_template.rb:126:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/permission_template.rb:127:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/permission_template.rb:128:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/permission_template.rb:198:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/permission_template.rb:198:51: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/permission_template.rb:204:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/permission_template.rb:204:51: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/permission_template.rb:210:30: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/permission_template.rb:210:50: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/permission_template.rb:211:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/permission_template.rb:211:54: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/permission_template.rb:217:30: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/permission_template.rb:217:50: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/permission_template.rb:218:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/permission_template.rb:218:54: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/permission_template.rb:230:33: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/hyrax/permission_template.rb:238:77: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/MethodLength`.
app/models/hyrax/permission_template.rb:250:49: Layout/ExtraSpacing: Unnecessary spacing detected.
app/models/hyrax/permission_template.rb:252:49: Layout/ExtraSpacing: Unnecessary spacing detected.
app/models/hyrax/permission_template.rb:256:28: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/hyrax/permission_template.rb:257:28: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/hyrax/permission_template.rb:258:28: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/hyrax/permission_template_access.rb:6:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/permission_template_access.rb:14:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/permission_template_access.rb:15:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/permission_template_access.rb:16:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/permission_template_access.rb:18:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/permission_template_access.rb:19:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/permission_template_access.rb:49:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/permission_template_access.rb:50:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/permission_template_access.rb:52:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/resource.rb:3:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/resource.rb:38:24: Layout/ExtraSpacing: Unnecessary spacing detected.
app/models/hyrax/resource.rb:39:22: Layout/ExtraSpacing: Unnecessary spacing detected.
app/models/hyrax/resource.rb:42:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/hyrax/resource.rb:42:26: Layout/ExtraSpacing: Unnecessary spacing detected.
app/models/hyrax/resource.rb:43:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/hyrax/resource.rb:44:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/hyrax/resource.rb:44:26: Layout/ExtraSpacing: Unnecessary spacing detected.
app/models/hyrax/statistic.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/hyrax/statistic.rb:37:59: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/statistic.rb:38:53: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/hyrax/statistic.rb:39:53: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/hyrax/statistic.rb:40:53: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/hyrax/statistic.rb:41:16: Layout/MultilineMethodCallIndentation: Use 2 (not 7) spaces for indenting an expression spanning multiple lines.
app/models/hyrax/statistic.rb:46:72: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
app/models/hyrax/statistic.rb:51:44: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/statistic.rb:51:78: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/statistic.rb:76:10: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/models/hyrax/statistic.rb:76:65: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/models/hyrax/statistic.rb:85:39: Style/HashSyntax: Don't mix styles in the same hash.
app/models/hyrax/statistic.rb:85:89: Style/HashSyntax: Don't mix styles in the same hash.
app/models/hyrax/uploaded_file.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/hyrax/uploaded_file.rb:8:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/uploaded_file.rb:10:5: Style/Alias: Use `alias_method` instead of `alias`.
app/models/hyrax/uploaded_file.rb:12:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/hyrax/uploaded_file.rb:12:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/uploaded_file.rb:13:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/hyrax/uploaded_file.rb:13:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/uploaded_file.rb:14:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/hyrax/uploaded_file.rb:15:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/uploaded_file.rb:28:13: Layout/EndAlignment: `end` at 28, 12 is not aligned with `uri = case` at 23, 6.
app/models/hyrax/version_committer.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/hyrax/version_committer.rb:4:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/hyrax/work.rb:52:29: Layout/ExtraSpacing: Unnecessary spacing detected.
app/models/hyrax/work.rb:53:27: Layout/ExtraSpacing: Unnecessary spacing detected.
app/models/hyrax/work.rb:55:29: Layout/ExtraSpacing: Unnecessary spacing detected.
app/models/hyrax/work.rb:56:32: Layout/ExtraSpacing: Unnecessary spacing detected.
app/models/hyrax/work.rb:57:22: Layout/ExtraSpacing: Unnecessary spacing detected.
app/models/hyrax/work.rb:58:30: Layout/ExtraSpacing: Unnecessary spacing detected.
app/models/hyrax/work.rb:59:34: Layout/ExtraSpacing: Unnecessary spacing detected.
app/models/hyrax/work.rb:60:29: Layout/ExtraSpacing: Unnecessary spacing detected.
app/models/hyrax/workflow_action_info.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/job_io_wrapper.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/job_io_wrapper.rb:21:58: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/job_io_wrapper.rb:38:13: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/models/job_io_wrapper.rb:38:75: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/models/job_io_wrapper.rb:82:29: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/job_io_wrapper.rb:83:29: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/job_io_wrapper.rb:84:29: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/job_io_wrapper.rb:115:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/job_io_wrapper.rb:119:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/proxy_deposit_request.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/proxy_deposit_request.rb:22:43: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/proxy_deposit_request.rb:23:41: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/proxy_deposit_request.rb:66:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/proxy_deposit_request.rb:70:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/proxy_deposit_request.rb:75:39: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/proxy_deposit_request.rb:96:36: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/proxy_deposit_request.rb:97:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/proxy_deposit_request.rb:98:94: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/proxy_deposit_request.rb:100:37: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/proxy_deposit_request.rb:100:44: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/proxy_deposit_request.rb:104:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/proxy_deposit_request.rb:106:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/proxy_deposit_request.rb:107:31: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/proxy_deposit_request.rb:110:37: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/proxy_deposit_request.rb:110:44: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/proxy_deposit_request.rb:111:44: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/proxy_deposit_request.rb:116:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/proxy_deposit_request.rb:117:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/proxy_deposit_request.rb:118:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/proxy_deposit_request.rb:119:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/proxy_deposit_rights.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/single_use_link.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/sipity.rb:42:28: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Naming/MethodName`.
app/models/sipity.rb:46:14: Layout/EndAlignment: `end` at 46, 13 is not aligned with `result = case` at 43, 4.
app/models/sipity.rb:58:3: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/CyclomaticComplexity`, `Metrics/MethodLength`, `Naming/MethodName`.
app/models/sipity.rb:59:29: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/AbcSize`.
app/models/sipity.rb:83:14: Layout/EndAlignment: `end` at 83, 13 is not aligned with `result = case` at 62, 4.
app/models/sipity.rb:95:27: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Naming/MethodName`.
app/models/sipity.rb:101:14: Layout/EndAlignment: `end` at 101, 13 is not aligned with `result = case` at 96, 4.
app/models/sipity.rb:109:47: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Naming/MethodName`.
app/models/sipity.rb:117:14: Layout/EndAlignment: `end` at 117, 13 is not aligned with `result = case` at 112, 4.
app/models/sipity.rb:125:46: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Naming/MethodName`.
app/models/sipity.rb:131:14: Layout/EndAlignment: `end` at 131, 13 is not aligned with `result = case` at 126, 4.
app/models/sipity.rb:144:19: Layout/ExtraSpacing: Unnecessary spacing detected.
app/models/sipity.rb:156:38: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Style/RaiseArgs`.
app/models/sipity/agent.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/sipity/agent.rb:9:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/agent.rb:11:39: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/agent.rb:12:41: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/agent.rb:14:75: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/agent.rb:15:82: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/agent.rb:18:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/sipity/agent.rb:19:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/sipity/agent.rb:19:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/comment.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/sipity/comment.rb:5:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/comment.rb:7:36: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/comment.rb:8:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/comment.rb:28:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/entity.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/sipity/entity.rb:38:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/entity.rb:40:39: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/entity.rb:42:16: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/sipity/entity.rb:43:16: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/sipity/entity.rb:43:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/entity.rb:45:82: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/entity.rb:48:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/sipity/entity.rb:49:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/sipity/entity.rb:49:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/entity_specific_responsibility.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/sipity/entity_specific_responsibility.rb:17:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/entity_specific_responsibility.rb:18:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/entity_specific_responsibility.rb:19:44: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/entity_specific_responsibility.rb:20:36: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/method.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/sipity/method.rb:24:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/method.rb:25:46: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/notifiable_context.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/sipity/notifiable_context.rb:21:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/notifiable_context.rb:23:43: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/notifiable_context.rb:25:30: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/notification.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/sipity/notification.rb:8:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/notification.rb:11:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/sipity/notification.rb:12:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/sipity/notification.rb:12:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/notification.rb:15:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/sipity/notification.rb:16:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/sipity/notification.rb:16:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/notification.rb:18:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/notification.rb:21:30: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/models/sipity/notification.rb:21:81: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/models/sipity/notification_recipient.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/sipity/notification_recipient.rb:6:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/notification_recipient.rb:7:43: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/notification_recipient.rb:8:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/notification_recipient.rb:12:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/notification_recipient.rb:12:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/notification_recipient.rb:13:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/notification_recipient.rb:13:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/notification_recipient.rb:14:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/notification_recipient.rb:14:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/role.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/sipity/role.rb:26:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/role.rb:29:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/sipity/role.rb:30:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/sipity/role.rb:30:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/role.rb:33:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/sipity/role.rb:34:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/sipity/role.rb:34:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/workflow.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/sipity/workflow.rb:9:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/workflow.rb:11:58: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/workflow.rb:12:65: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/workflow.rb:13:66: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/workflow.rb:14:64: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/workflow.rb:18:50: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/workflow.rb:20:38: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/workflow.rb:55:57: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/models/sipity/workflow.rb:55:136: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/models/sipity/workflow.rb:73:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/workflow.rb:96:49: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/sipity/workflow.rb:97:49: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/sipity/workflow_action.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/sipity/workflow_action.rb:13:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/workflow_action.rb:15:39: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/workflow_action.rb:21:16: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/sipity/workflow_action.rb:22:16: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/sipity/workflow_action.rb:22:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/workflow_action.rb:25:72: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/workflow_action.rb:31:67: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/workflow_action.rb:34:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/sipity/workflow_action.rb:35:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/sipity/workflow_action.rb:36:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/sipity/workflow_action.rb:36:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/workflow_action.rb:44:35: Style/RedundantRegexpEscape: Redundant escape inside regexp literal
app/models/sipity/workflow_action.rb:44:37: Style/RedundantRegexpEscape: Redundant escape inside regexp literal
app/models/sipity/workflow_action.rb:44:45: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/workflow_action.rb:47:16: Layout/EndAlignment: `end` at 47, 15 is not aligned with `result = case` at 42, 6.
app/models/sipity/workflow_responsibility.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/sipity/workflow_responsibility.rb:20:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/workflow_responsibility.rb:21:36: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/workflow_responsibility.rb:22:44: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/workflow_role.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/sipity/workflow_role.rb:6:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/workflow_role.rb:8:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/workflow_role.rb:9:39: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/workflow_role.rb:10:75: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/workflow_role.rb:11:83: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/workflow_role.rb:12:82: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/workflow_state.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/sipity/workflow_state.rb:6:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/workflow_state.rb:9:16: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/sipity/workflow_state.rb:9:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/workflow_state.rb:12:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/sipity/workflow_state.rb:13:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/sipity/workflow_state.rb:13:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/workflow_state.rb:14:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/sipity/workflow_state.rb:17:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/sipity/workflow_state.rb:18:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/sipity/workflow_state.rb:18:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/workflow_state.rb:19:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/sipity/workflow_state.rb:22:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/workflow_state.rb:25:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/sipity/workflow_state.rb:26:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/sipity/workflow_state.rb:27:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/sipity/workflow_state.rb:27:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/workflow_state_action.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/sipity/workflow_state_action.rb:5:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/workflow_state_action.rb:6:57: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/workflow_state_action.rb:7:46: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/workflow_state_action.rb:8:83: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/workflow_state_action_permission.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/sipity/workflow_state_action_permission.rb:5:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/workflow_state_action_permission.rb:6:44: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/sipity/workflow_state_action_permission.rb:7:52: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/solr_hit.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/solr_hit.rb:7:3: Style/Alias: Use `alias_method` instead of `alias`.
app/models/trophy.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/user_mailbox.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/user_stat.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/vocab/fedora_resource_status.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/vocab/fedora_resource_status.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/vocab/fedora_resource_status.rb:4:54: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/vocab/fedora_resource_status.rb:5:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/vocab/fedora_resource_status.rb:5:50: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/vocab/fedora_resource_status.rb:6:18: Layout/ExtraSpacing: Unnecessary spacing detected.
app/models/vocab/fedora_resource_status.rb:6:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/vocab/fedora_resource_status.rb:6:37: Layout/ExtraSpacing: Unnecessary spacing detected.
app/models/vocab/fedora_resource_status.rb:6:50: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/vocab/fedora_resource_status.rb:7:19: Layout/ExtraSpacing: Unnecessary spacing detected.
app/models/vocab/fedora_resource_status.rb:7:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/vocab/fedora_resource_status.rb:7:38: Layout/ExtraSpacing: Unnecessary spacing detected.
app/models/vocab/fedora_resource_status.rb:7:50: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/vocab/fedora_resource_status.rb:8:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/vocab/fedora_resource_status.rb:8:39: Layout/ExtraSpacing: Unnecessary spacing detected.
app/models/vocab/fedora_resource_status.rb:8:50: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/work_view_stat.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/models/work_view_stat.rb:7:6: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/models/work_view_stat.rb:7:23: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/presenters/hyrax/admin/dashboard_presenter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/admin/dashboard_presenter.rb:8:15: Layout/MultilineMethodCallIndentation: Use 2 (not 6) spaces for indenting an expression spanning multiple lines.
app/presenters/hyrax/admin/dashboard_presenter.rb:8:23: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/presenters/hyrax/admin/dashboard_presenter.rb:8:100: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/presenters/hyrax/admin/dashboard_presenter.rb:9:15: Layout/MultilineMethodCallIndentation: Use 2 (not 6) spaces for indenting an expression spanning multiple lines.
app/presenters/hyrax/admin/repository_growth_presenter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/admin/repository_growth_presenter.rb:8:43: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/admin/repository_growth_presenter.rb:13:12: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/presenters/hyrax/admin/repository_growth_presenter.rb:13:76: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/presenters/hyrax/admin/repository_growth_presenter.rb:21:48: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/admin/repository_growth_presenter.rb:22:48: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/admin/repository_growth_presenter.rb:23:48: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/admin/repository_growth_presenter.rb:28:54: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/admin/repository_growth_presenter.rb:29:54: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/admin/repository_growth_presenter.rb:30:54: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/admin/repository_object_presenter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/admin/repository_object_presenter.rb:9:12: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/presenters/hyrax/admin/repository_object_presenter.rb:9:45: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/admin/repository_object_presenter.rb:10:21: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/presenters/hyrax/admin/repository_object_presenter.rb:19:24: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/presenters/hyrax/admin/repository_object_presenter.rb:19:25: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/admin/repository_object_presenter.rb:19:48: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/admin/repository_object_presenter.rb:19:87: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/presenters/hyrax/admin/user_activity_presenter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/admin/user_activity_presenter.rb:19:48: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/admin/user_activity_presenter.rb:20:48: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/admin/user_activity_presenter.rb:21:48: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/admin/users_presenter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/admin/workflow_role_presenter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/admin/workflow_role_presenter.rb:24:58: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/admin/workflow_role_presenter.rb:25:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/admin/workflow_roles_presenter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/admin_set_options_presenter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/admin_set_options_presenter.rb:39:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/admin_set_options_presenter.rb:42:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/admin_set_options_presenter.rb:44:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/admin_set_options_presenter.rb:46:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/admin_set_options_presenter.rb:47:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/admin_set_presenter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/admin_set_presenter.rb:15:22: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/presenters/hyrax/admin_set_presenter.rb:15:49: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/presenters/hyrax/admin_set_presenter.rb:17:23: Layout/MultilineMethodCallIndentation: Use 2 (not 16) spaces for indenting an expression spanning multiple lines.
app/presenters/hyrax/admin_set_presenter.rb:18:23: Layout/MultilineMethodCallIndentation: Use 2 (not 16) spaces for indenting an expression spanning multiple lines.
app/presenters/hyrax/admin_set_presenter.rb:19:23: Layout/MultilineMethodCallIndentation: Use 2 (not 16) spaces for indenting an expression spanning multiple lines.
app/presenters/hyrax/admin_set_presenter.rb:29:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/admin_set_presenter.rb:30:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/admin_set_presenter.rb:49:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/admin_set_presenter.rb:50:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/admin_set_presenter.rb:51:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/admin_set_presenter.rb:52:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/admin_set_selection_presenter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/admin_set_selection_presenter.rb:86:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/admin_set_selection_presenter.rb:91:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/admin_set_selection_presenter.rb:103:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/admin_set_selection_presenter.rb:105:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/admin_set_selection_presenter.rb:108:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/admin_set_selection_presenter.rb:110:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/admin_stats_presenter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/admin_stats_presenter.rb:18:19: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/admin_stats_presenter.rb:23:5: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/ParameterLists`.
app/presenters/hyrax/admin_stats_presenter.rb:34:20: Layout/ParameterAlignment: Use one level of indentation for parameters following the first line of a multi-line method definition.
app/presenters/hyrax/admin_stats_presenter.rb:34:33: Layout/ExtraSpacing: Unnecessary spacing detected.
app/presenters/hyrax/admin_stats_presenter.rb:35:20: Layout/ParameterAlignment: Use one level of indentation for parameters following the first line of a multi-line method definition.
app/presenters/hyrax/admin_stats_presenter.rb:35:30: Layout/ExtraSpacing: Unnecessary spacing detected.
app/presenters/hyrax/admin_stats_presenter.rb:36:20: Layout/ParameterAlignment: Use one level of indentation for parameters following the first line of a multi-line method definition.
app/presenters/hyrax/admin_stats_presenter.rb:37:20: Layout/ParameterAlignment: Use one level of indentation for parameters following the first line of a multi-line method definition.
app/presenters/hyrax/admin_stats_presenter.rb:37:33: Layout/ExtraSpacing: Unnecessary spacing detected.
app/presenters/hyrax/admin_stats_presenter.rb:38:20: Layout/ParameterAlignment: Use one level of indentation for parameters following the first line of a multi-line method definition.
app/presenters/hyrax/admin_stats_presenter.rb:38:34: Layout/ExtraSpacing: Unnecessary spacing detected.
app/presenters/hyrax/admin_stats_presenter.rb:42:24: Layout/ExtraSpacing: Unnecessary spacing detected.
app/presenters/hyrax/admin_stats_presenter.rb:43:21: Layout/ExtraSpacing: Unnecessary spacing detected.
app/presenters/hyrax/admin_stats_presenter.rb:45:24: Layout/ExtraSpacing: Unnecessary spacing detected.
app/presenters/hyrax/admin_stats_presenter.rb:46:25: Layout/ExtraSpacing: Unnecessary spacing detected.
app/presenters/hyrax/admin_stats_presenter.rb:77:35: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/admin_stats_presenter.rb:78:35: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/characterization_behavior.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/collapsable_section_presenter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/collapsable_section_presenter.rb:23:13: Style/HashSyntax: Don't mix styles in the same hash.
app/presenters/hyrax/collapsable_section_presenter.rb:23:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/collapsable_section_presenter.rb:24:13: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/collapsable_section_presenter.rb:24:13: Style/HashSyntax: Don't mix styles in the same hash.
app/presenters/hyrax/collapsable_section_presenter.rb:25:13: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/collapsable_section_presenter.rb:25:13: Style/HashSyntax: Don't mix styles in the same hash.
app/presenters/hyrax/collapsable_section_presenter.rb:25:20: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/presenters/hyrax/collapsable_section_presenter.rb:25:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/collapsable_section_presenter.rb:25:39: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/presenters/hyrax/collapsable_section_presenter.rb:26:13: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/collapsable_section_presenter.rb:26:13: Style/HashSyntax: Don't mix styles in the same hash.
app/presenters/hyrax/collapsable_section_presenter.rb:27:13: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/collapsable_section_presenter.rb:27:13: Style/HashSyntax: Don't mix styles in the same hash.
app/presenters/hyrax/collapsable_section_presenter.rb:28:13: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/collapsable_section_presenter.rb:28:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/collapsable_section_presenter.rb:29:13: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/collapsable_section_presenter.rb:29:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/collapsable_section_presenter.rb:30:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/collapsable_section_presenter.rb:31:20: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/presenters/hyrax/collapsable_section_presenter.rb:31:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/collapsable_section_presenter.rb:37:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/collapsable_section_presenter.rb:43:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/collapsable_section_presenter.rb:47:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/collection_presenter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/collection_presenter.rb:28:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/collection_presenter.rb:31:5: Style/Alias: Use `alias_method` instead of `alias`.
app/presenters/hyrax/collection_presenter.rb:39:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/collection_presenter.rb:40:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/collection_presenter.rb:41:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/collection_presenter.rb:47:8: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/presenters/hyrax/collection_presenter.rb:72:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/collection_presenter.rb:73:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/collection_presenter.rb:74:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/collection_presenter.rb:76:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/collection_presenter.rb:77:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/collection_presenter.rb:81:22: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/presenters/hyrax/collection_presenter.rb:81:65: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/presenters/hyrax/collection_presenter.rb:83:23: Layout/MultilineMethodCallIndentation: Use 2 (not 16) spaces for indenting an expression spanning multiple lines.
app/presenters/hyrax/collection_presenter.rb:84:23: Layout/MultilineMethodCallIndentation: Use 2 (not 16) spaces for indenting an expression spanning multiple lines.
app/presenters/hyrax/collection_presenter.rb:88:22: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/presenters/hyrax/collection_presenter.rb:88:65: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/presenters/hyrax/collection_presenter.rb:90:23: Layout/MultilineMethodCallIndentation: Use 2 (not 16) spaces for indenting an expression spanning multiple lines.
app/presenters/hyrax/collection_presenter.rb:91:23: Layout/MultilineMethodCallIndentation: Use 2 (not 16) spaces for indenting an expression spanning multiple lines.
app/presenters/hyrax/collection_presenter.rb:92:23: Layout/MultilineMethodCallIndentation: Use 2 (not 16) spaces for indenting an expression spanning multiple lines.
app/presenters/hyrax/collection_presenter.rb:96:22: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/presenters/hyrax/collection_presenter.rb:96:65: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/presenters/hyrax/collection_presenter.rb:98:23: Layout/MultilineMethodCallIndentation: Use 2 (not 16) spaces for indenting an expression spanning multiple lines.
app/presenters/hyrax/collection_presenter.rb:99:23: Layout/MultilineMethodCallIndentation: Use 2 (not 16) spaces for indenting an expression spanning multiple lines.
app/presenters/hyrax/collection_presenter.rb:100:23: Layout/MultilineMethodCallIndentation: Use 2 (not 16) spaces for indenting an expression spanning multiple lines.
app/presenters/hyrax/collection_presenter.rb:101:23: Layout/MultilineMethodCallIndentation: Use 2 (not 16) spaces for indenting an expression spanning multiple lines.
app/presenters/hyrax/collection_presenter.rb:105:22: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/presenters/hyrax/collection_presenter.rb:105:65: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/presenters/hyrax/collection_presenter.rb:107:23: Layout/MultilineMethodCallIndentation: Use 2 (not 16) spaces for indenting an expression spanning multiple lines.
app/presenters/hyrax/collection_presenter.rb:108:23: Layout/MultilineMethodCallIndentation: Use 2 (not 16) spaces for indenting an expression spanning multiple lines.
app/presenters/hyrax/collection_presenter.rb:109:23: Layout/MultilineMethodCallIndentation: Use 2 (not 16) spaces for indenting an expression spanning multiple lines.
app/presenters/hyrax/collection_presenter.rb:110:23: Layout/MultilineMethodCallIndentation: Use 2 (not 16) spaces for indenting an expression spanning multiple lines.
app/presenters/hyrax/collection_presenter.rb:119:67: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/collection_presenter.rb:144:42: Style/SlicingWithRange: Prefer ary[n..] over ary[n..-1].
app/presenters/hyrax/collection_presenter.rb:149:29: Layout/MultilineMethodCallIndentation: Use 2 (not 22) spaces for indenting an expression spanning multiple lines.
app/presenters/hyrax/collection_presenter.rb:150:10: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/presenters/hyrax/collection_presenter.rb:152:52: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
app/presenters/hyrax/collection_presenter.rb:152:57: Style/SlicingWithRange: Prefer ary[n..] over ary[n..-1].
app/presenters/hyrax/collection_presenter.rb:152:70: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
app/presenters/hyrax/collection_presenter.rb:153:35: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/presenters/hyrax/collection_presenter.rb:188:10: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/presenters/hyrax/collection_presenter.rb:188:59: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/presenters/hyrax/collection_presenter.rb:200:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/collection_presenter.rb:201:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/collection_presenter.rb:202:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/collection_presenter.rb:203:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/composite_presenter_factory.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/dashboard/user_presenter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/dashboard/user_presenter.rb:26:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/dashboard/user_presenter.rb:28:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/dashboard/user_presenter.rb:34:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/dashboard/user_presenter.rb:42:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/dashboard/user_presenter.rb:46:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/dashboard/user_presenter.rb:46:84: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/presenters/hyrax/dashboard/user_presenter.rb:46:94: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/dashboard/user_presenter.rb:46:127: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/presenters/hyrax/displays_image.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/displays_image.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/displays_image.rb:19:38: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/displays_image.rb:20:38: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/displays_image.rb:21:38: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/displays_image.rb:22:38: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/displays_image.rb:45:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/displays_image.rb:45:36: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/displays_image.rb:45:44: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/embargo_presenter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/embargo_presenter.rb:20:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/embargo_presenter.rb:24:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/file_set_presenter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/file_set_presenter.rb:23:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/file_set_presenter.rb:30:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/file_set_presenter.rb:31:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/file_set_presenter.rb:32:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/file_set_presenter.rb:33:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/file_set_presenter.rb:34:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/file_set_presenter.rb:35:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/file_set_presenter.rb:49:71: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
app/presenters/hyrax/file_set_presenter.rb:59:55: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/file_set_presenter.rb:116:31: Layout/MultilineMethodCallIndentation: Use 2 (not 24) spaces for indenting an expression in an assignment spanning multiple lines.
app/presenters/hyrax/file_set_presenter.rb:124:41: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/file_set_presenter.rb:125:41: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/file_usage.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/file_usage.rb:11:5: Style/Alias: Use `alias_method` instead of `alias`.
app/presenters/hyrax/file_usage.rb:24:10: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/presenters/hyrax/file_usage.rb:24:30: Layout/ExtraSpacing: Unnecessary spacing detected.
app/presenters/hyrax/file_usage.rb:24:47: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/presenters/hyrax/file_usage.rb:25:10: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/presenters/hyrax/file_usage.rb:25:30: Layout/ExtraSpacing: Unnecessary spacing detected.
app/presenters/hyrax/file_usage.rb:25:47: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/presenters/hyrax/fixity_status_presenter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/fixity_status_presenter.rb:28:62: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/fixity_status_presenter.rb:30:59: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/fixity_status_presenter.rb:38:5: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/MethodLength`.
app/presenters/hyrax/fixity_status_presenter.rb:61:41: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
app/presenters/hyrax/fixity_status_presenter.rb:61:94: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
app/presenters/hyrax/fixity_status_presenter.rb:67:11: Layout/ExtraSpacing: Unnecessary spacing detected.
app/presenters/hyrax/google_scholar_presenter.rb:56:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/google_scholar_presenter.rb:71:49: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/google_scholar_presenter.rb:77:42: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/google_scholar_presenter.rb:83:33: Style/RedundantSort: Use `min` instead of `sort...first`.
app/presenters/hyrax/homepage_presenter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/iiif_manifest_presenter.rb:47:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/iiif_manifest_presenter.rb:53:71: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/iiif_manifest_presenter.rb:73:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/iiif_manifest_presenter.rb:74:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/iiif_manifest_presenter.rb:82:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/iiif_manifest_presenter.rb:111:26: Layout/ExtraSpacing: Unnecessary spacing detected.
app/presenters/hyrax/iiif_manifest_presenter.rb:123:10: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/presenters/hyrax/iiif_manifest_presenter.rb:123:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/iiif_manifest_presenter.rb:124:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/iiif_manifest_presenter.rb:125:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/iiif_manifest_presenter.rb:125:83: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/iiif_manifest_presenter.rb:125:86: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/presenters/hyrax/iiif_manifest_presenter.rb:148:43: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/iiif_manifest_presenter.rb:206:16: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/iiif_manifest_presenter.rb:207:16: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/iiif_manifest_presenter.rb:208:16: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/iiif_manifest_presenter.rb:209:16: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/iiif_manifest_presenter.rb:213:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/iiif_manifest_presenter.rb:226:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/inspect_work_presenter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/inspect_work_presenter.rb:11:15: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/presenters/hyrax/inspect_work_presenter.rb:11:39: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/presenters/hyrax/inspect_work_presenter.rb:37:10: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/presenters/hyrax/inspect_work_presenter.rb:37:109: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/presenters/hyrax/inspect_work_presenter.rb:49:10: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/presenters/hyrax/inspect_work_presenter.rb:49:67: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/presenters/hyrax/lease_presenter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/lease_presenter.rb:24:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/lease_presenter.rb:28:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/member_presenter_factory.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/member_presenter_factory.rb:26:34: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/member_presenter_factory.rb:27:34: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/member_presenter_factory.rb:50:25: Style/RedundantBegin: Redundant `begin` block detected.
app/presenters/hyrax/member_presenter_factory.rb:52:52: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/member_presenter_factory.rb:53:52: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/member_presenter_factory.rb:54:52: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/member_presenter_factory.rb:55:45: Layout/MultilineMethodCallIndentation: Use 2 (not 18) spaces for indenting an expression spanning multiple lines.
app/presenters/hyrax/member_presenter_factory.rb:56:25: Layout/BeginEndAlignment: `end` at 56, 24 is not aligned with `@file_set_ids ||= begin` at 50, 6.
app/presenters/hyrax/menu_presenter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/menu_presenter.rb:12:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/menu_presenter.rb:25:71: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/presenters/hyrax/menu_presenter.rb:25:79: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/menu_presenter.rb:25:87: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/presenters/hyrax/menu_presenter.rb:53:39: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/menu_presenter.rb:54:39: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/menu_presenter.rb:55:39: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/menu_presenter.rb:56:39: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/model_icon.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/model_proxy.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/page_title_decorator.rb:14:46: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/page_title_decorator.rb:16:46: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/page_title_decorator.rb:19:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/page_title_decorator.rb:26:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/pcdm_member_presenter_factory.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/pcdm_member_presenter_factory.rb:37:48: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/pcdm_member_presenter_factory.rb:63:48: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/pcdm_member_presenter_factory.rb:86:48: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/pcdm_member_presenter_factory.rb:99:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/pcdm_member_presenter_factory.rb:110:40: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
app/presenters/hyrax/pcdm_member_presenter_factory.rb:115:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/pcdm_member_presenter_factory.rb:116:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/permission_badge.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/permission_badge.rb:27:56: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/presenter_factory.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/presenter_factory.rb:42:38: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
app/presenters/hyrax/presenter_factory.rb:49:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/presenter_factory.rb:49:38: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/presenter_renderer.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/presenter_renderer.rb:41:8: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/presenters/hyrax/presenter_renderer.rb:43:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/presents_attributes.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/presents_attributes.rb:51:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/presents_attributes.rb:51:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/presents_attributes.rb:55:20: Layout/RescueEnsureAlignment: `rescue` at 55, 19 is not aligned with `renderer = begin` at 53, 8.
app/presenters/hyrax/select_collection_type_list_presenter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/select_collection_type_presenter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/select_type_list_presenter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/select_type_presenter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/select_type_presenter.rb:15:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/select_type_presenter.rb:19:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/select_type_presenter.rb:51:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/select_type_presenter.rb:58:78: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/single_use_link_presenter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/single_use_link_presenter.rb:17:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/single_use_link_presenter.rb:19:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/single_use_link_presenter.rb:29:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/single_use_link_presenter.rb:31:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/stats_usage_presenter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/stats_usage_presenter.rb:18:20: Layout/BeginEndAlignment: `end` at 18, 19 is not aligned with `@user_id ||= begin` at 15, 6.
app/presenters/hyrax/stats_usage_presenter.rb:33:38: Style/RedundantCondition: Use double pipes `||` instead.
app/presenters/hyrax/transfers_presenter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/transfers_presenter.rb:11:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/transfers_presenter.rb:13:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/transfers_presenter.rb:19:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/transfers_presenter.rb:21:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/twitter_presenter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/twitter_presenter.rb:15:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/user_profile_presenter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/user_profile_presenter.rb:29:7: Layout/IndentationWidth: Use 2 (not 14) spaces for indentation.
app/presenters/hyrax/user_profile_presenter.rb:30:19: Layout/ElseAlignment: Align `else` with `@events`.
app/presenters/hyrax/user_profile_presenter.rb:32:19: Layout/EndAlignment: `end` at 32, 18 is not aligned with `@events ||= if` at 28, 6.
app/presenters/hyrax/version_list_presenter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/version_list_presenter.rb:34:18: Layout/MultilineMethodCallIndentation: Use 2 (not 9) spaces for indenting an expression in an assignment spanning multiple lines.
app/presenters/hyrax/version_list_presenter.rb:35:18: Layout/MultilineMethodCallIndentation: Use 2 (not 9) spaces for indenting an expression in an assignment spanning multiple lines.
app/presenters/hyrax/version_presenter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/version_presenter.rb:12:5: Style/Alias: Use `alias_method` instead of `alias`.
app/presenters/hyrax/work_show_presenter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/presenters/hyrax/work_show_presenter.rb:24:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/work_show_presenter.rb:37:71: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
app/presenters/hyrax/work_show_presenter.rb:42:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/work_show_presenter.rb:46:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/work_show_presenter.rb:47:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/work_show_presenter.rb:48:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/work_show_presenter.rb:60:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/work_show_presenter.rb:73:5: Style/Alias: Use `alias_method` instead of `alias`.
app/presenters/hyrax/work_show_presenter.rb:108:34: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/work_show_presenter.rb:109:34: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/presenters/hyrax/work_show_presenter.rb:121:48: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/work_show_presenter.rb:226:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/work_show_presenter.rb:227:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/presenters/hyrax/work_show_presenter.rb:312:15: Layout/MultilineMethodCallIndentation: Use 2 (not 4) spaces for indenting an expression spanning multiple lines.
app/presenters/hyrax/work_show_presenter.rb:313:15: Layout/MultilineMethodCallIndentation: Use 2 (not 4) spaces for indenting an expression spanning multiple lines.
app/presenters/hyrax/work_usage.rb:14:5: Style/Alias: Use `alias_method` instead of `alias`.
app/presenters/hyrax/work_usage.rb:24:10: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/presenters/hyrax/work_usage.rb:24:46: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/presenters/hyrax/workflow_presenter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/renderers/hyrax/renderers.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/renderers/hyrax/renderers/attribute_renderer.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/renderers/hyrax/renderers/attribute_renderer.rb:30:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/renderers/hyrax/renderers/attribute_renderer.rb:50:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/renderers/hyrax/renderers/attribute_renderer.rb:80:23: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/renderers/hyrax/renderers/attribute_renderer.rb:81:23: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/renderers/hyrax/renderers/configured_microdata.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/renderers/hyrax/renderers/configured_microdata.rb:7:58: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/renderers/hyrax/renderers/configured_microdata.rb:12:58: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/renderers/hyrax/renderers/configured_microdata.rb:17:12: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/renderers/hyrax/renderers/configured_microdata.rb:17:61: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/renderers/hyrax/renderers/configured_microdata.rb:17:96: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/renderers/hyrax/renderers/configured_microdata.rb:24:58: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/renderers/hyrax/renderers/configured_microdata.rb:28:58: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/renderers/hyrax/renderers/configured_microdata.rb:34:12: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/renderers/hyrax/renderers/configured_microdata.rb:34:86: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/renderers/hyrax/renderers/date_attribute_renderer.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/renderers/hyrax/renderers/external_link_attribute_renderer.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/renderers/hyrax/renderers/faceted_attribute_renderer.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/renderers/hyrax/renderers/license_attribute_renderer.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/renderers/hyrax/renderers/linked_attribute_renderer.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/renderers/hyrax/renderers/rights_statement_attribute_renderer.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/abstract_type_relation.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/abstract_type_relation.rb:23:60: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
app/search_builders/hyrax/admin_admin_set_member_search_builder.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/admin_set_search_builder.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/admin_set_search_builder.rb:34:55: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
app/search_builders/hyrax/catalog_search_builder.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/catalog_search_builder.rb:40:83: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/search_builders/hyrax/catalog_search_builder.rb:43:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/search_builders/hyrax/catalog_search_builder.rb:49:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/search_builders/hyrax/catalog_search_builder.rb:57:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/search_builders/hyrax/catalog_search_builder.rb:58:5: Layout/IndentationWidth: Use 2 (not 69) spaces for indentation.
app/search_builders/hyrax/catalog_search_builder.rb:58:94: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/search_builders/hyrax/catalog_search_builder.rb:59:72: Layout/ElseAlignment: Align `else` with `solr_parameters['f.member_of_collection_ids_ssim.facet.matches']`.
app/search_builders/hyrax/catalog_search_builder.rb:61:72: Layout/EndAlignment: `end` at 61, 71 is not aligned with `solr_parameters['f.member_of_collection_ids_ssim.facet.matches'] = if` at 57, 4.
app/search_builders/hyrax/collection_member_search_builder.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/collection_member_search_builder.rb:9:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/search_builders/hyrax/collection_member_search_builder.rb:17:20: Layout/ParameterAlignment: Use one level of indentation for parameters following the first line of a multi-line method definition.
app/search_builders/hyrax/collection_member_search_builder.rb:18:20: Layout/ParameterAlignment: Use one level of indentation for parameters following the first line of a multi-line method definition.
app/search_builders/hyrax/collection_member_search_builder.rb:19:20: Layout/ParameterAlignment: Use one level of indentation for parameters following the first line of a multi-line method definition.
app/search_builders/hyrax/collection_search_builder.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/collection_search_builder.rb:48:56: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
app/search_builders/hyrax/dashboard/collections_search_builder.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/dashboard/collections_search_builder.rb:21:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/search_builders/hyrax/dashboard/collections_search_builder.rb:22:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/search_builders/hyrax/dashboard/collections_search_builder.rb:25:51: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
app/search_builders/hyrax/dashboard/collections_search_builder.rb:33:46: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
app/search_builders/hyrax/dashboard/collections_search_builder.rb:40:71: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/search_builders/hyrax/dashboard/collections_search_builder.rb:41:88: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/search_builders/hyrax/dashboard/managed_search_filters.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/dashboard/managed_search_filters.rb:17:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/search_builders/hyrax/dashboard/managed_search_filters.rb:18:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/search_builders/hyrax/dashboard/managed_search_filters.rb:20:51: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
app/search_builders/hyrax/dashboard/nested_collections_search_builder.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/dashboard/nested_collections_search_builder.rb:81:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/search_builders/hyrax/dashboard/works_search_builder.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/dashboard/works_search_builder.rb:15:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/search_builders/hyrax/deactivated_embargo_search_builder.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/deactivated_embargo_search_builder.rb:8:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/search_builders/hyrax/deactivated_lease_search_builder.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/deactivated_lease_search_builder.rb:8:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/search_builders/hyrax/deposit_search_builder.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/embargo_search_builder.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/embargo_search_builder.rb:12:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/search_builders/hyrax/embargo_search_builder.rb:17:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/search_builders/hyrax/expired_embargo_search_builder.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/expired_embargo_search_builder.rb:9:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/search_builders/hyrax/expired_lease_search_builder.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/expired_lease_search_builder.rb:9:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/search_builders/hyrax/exposed_models_relation.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/file_set_search_builder.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/filter_by_type.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/filter_by_type.rb:19:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/search_builders/hyrax/filter_by_type.rb:23:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/search_builders/hyrax/filter_by_type.rb:35:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/search_builders/hyrax/filter_suppressed.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/filter_suppressed.rb:13:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/search_builders/hyrax/filter_suppressed_with_roles.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/homepage_search_builder.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/lease_search_builder.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/lease_search_builder.rb:12:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/search_builders/hyrax/lease_search_builder.rb:17:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/search_builders/hyrax/member_with_files_search_builder.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/member_with_files_search_builder.rb:6:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/search_builders/hyrax/member_with_files_search_builder.rb:24:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/search_builders/hyrax/my/collections_search_builder.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/my/collections_search_builder.rb:15:47: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
app/search_builders/hyrax/my/collections_search_builder.rb:28:50: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/search_builders/hyrax/my/collections_search_builder.rb:28:83: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/search_builders/hyrax/my/collections_search_builder.rb:28:93: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/search_builders/hyrax/my/collections_search_builder.rb:29:50: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/search_builders/hyrax/my/collections_search_builder.rb:30:81: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/search_builders/hyrax/my/collections_search_builder.rb:30:91: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/search_builders/hyrax/my/collections_search_builder.rb:31:36: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/search_builders/hyrax/my/find_works_search_builder.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/my/find_works_search_builder.rb:34:25: Layout/ExtraSpacing: Unnecessary spacing detected.
app/search_builders/hyrax/my/highlights_search_builder.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/my/search_builder.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/my/search_builder_behavior.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/my/shares_search_builder.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/my/works_search_builder.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/nested_collections_parent_search_builder.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/parent_collection_search_builder.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/search_builder.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/search_filters.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/single_admin_set_search_builder.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/single_collection_search_builder.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/single_result.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/single_use_link_search_builder.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/stats/work_status_search_builder.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/work_relation.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/work_search_builder.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/search_builders/hyrax/works_search_builder.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/abstract_message_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/abstract_message_service.rb:13:39: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/abstract_message_service.rb:14:39: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/abstract_message_service.rb:15:39: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/access_control_list.rb:68:20: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/access_control_list.rb:69:17: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/access_control_list.rb:99:5: Style/Alias: Use `alias_method` instead of `alias`.
app/services/hyrax/access_control_list.rb:171:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/access_control_list.rb:197:13: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/adapters/nesting_index_adapter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/adapters/nesting_index_adapter.rb:57:69: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Lint/UnusedMethodArgument`.
app/services/hyrax/adapters/nesting_index_adapter.rb:124:130: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/adapters/nesting_index_adapter.rb:166:18: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/adapters/nesting_index_adapter.rb:167:18: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/adapters/nesting_index_adapter.rb:168:18: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/admin_set_create_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/admin_set_create_service.rb:12:31: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/ClassLength`.
app/services/hyrax/admin_set_create_service.rb:13:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/admin_set_create_service.rb:14:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/admin_set_create_service.rb:199:35: Layout/MultilineOperationIndentation: Use 2 (not 22) spaces for indenting an expression in an assignment spanning multiple lines.
app/services/hyrax/admin_set_create_service.rb:200:77: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/admin_set_create_service.rb:206:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/admin_set_create_service.rb:238:44: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/admin_set_create_service.rb:254:60: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/admin_set_create_service.rb:256:80: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/admin_set_member_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/admin_set_service.rb:31:39: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/admin_set_service.rb:35:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/admin_set_service.rb:35:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/admin_set_service.rb:57:50: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/admin_set_service.rb:57:62: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/analytics/google.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/analytics/google.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google.rb:3:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google.rb:5:1: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/ModuleLength`.
app/services/hyrax/analytics/google.rb:10:7: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/BlockLength`.
app/services/hyrax/analytics/google.rb:25:9: Lint/ConstantDefinitionInBlock: Do not define constants this way within a block.
app/services/hyrax/analytics/google.rb:27:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google.rb:27:50: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google.rb:33:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google.rb:33:53: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google.rb:36:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google.rb:39:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google.rb:39:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google.rb:57:13: Style/EvalWithLocation: Pass `__FILE__` and `__LINE__` to `class_eval`.
app/services/hyrax/analytics/google.rb:63:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google.rb:69:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google.rb:71:62: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google.rb:71:104: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google.rb:75:30: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google.rb:75:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google.rb:75:53: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google.rb:76:38: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/analytics/google.rb:76:49: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google.rb:82:60: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google.rb:83:38: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/analytics/google.rb:83:48: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google.rb:84:38: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/analytics/google.rb:85:38: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/analytics/google.rb:86:38: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/analytics/google.rb:87:38: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/analytics/google.rb:103:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google.rb:107:1: Lint/MissingCopEnableDirective: Re-enable Metrics/MethodLength cop with `# rubocop:enable` after disabling it.
app/services/hyrax/analytics/google.rb:107:9: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/MethodLength`.
app/services/hyrax/analytics/google.rb:168:23: Performance/StringIdentifierArgument: Use `:list` instead of `'list'`.
app/services/hyrax/analytics/google.rb:168:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google.rb:171:9: Style/EmptyMethod: Put the `end` of empty method definitions on the next line.
app/services/hyrax/analytics/google.rb:171:9: Style/SingleLineMethods: Avoid single-line method definitions.
app/services/hyrax/analytics/google.rb:173:9: Style/EmptyMethod: Put the `end` of empty method definitions on the next line.
app/services/hyrax/analytics/google.rb:173:9: Style/SingleLineMethods: Avoid single-line method definitions.
app/services/hyrax/analytics/google.rb:175:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google.rb:180:68: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google.rb:185:41: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google.rb:190:74: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google.rb:195:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google/events.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/analytics/google/events.rb:15:68: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google/events.rb:16:82: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google/events.rb:17:79: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google/events.rb:18:76: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google/events.rb:19:86: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google/events.rb:20:84: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google/events.rb:21:83: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google/events.rb:29:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google/events_daily.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/analytics/google/events_daily.rb:15:68: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google/events_daily.rb:16:82: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google/events_daily.rb:17:79: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google/events_daily.rb:18:76: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google/events_daily.rb:19:86: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google/events_daily.rb:20:84: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google/events_daily.rb:21:83: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google/visits.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/analytics/google/visits_daily.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/analytics/google/visits_daily.rb:11:62: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/google/visits_daily.rb:12:62: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:3:1: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/ModuleLength`.
app/services/hyrax/analytics/matomo.rb:9:1: Lint/MissingCopEnableDirective: Re-enable Metrics/BlockLength cop with `# rubocop:enable` after disabling it.
app/services/hyrax/analytics/matomo.rb:9:7: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/BlockLength`.
app/services/hyrax/analytics/matomo.rb:22:9: Lint/ConstantDefinitionInBlock: Do not define constants this way within a block.
app/services/hyrax/analytics/matomo.rb:24:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:24:50: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:30:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:30:48: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:46:13: Style/EvalWithLocation: Pass `__FILE__` and `__LINE__` to `class_eval`.
app/services/hyrax/analytics/matomo.rb:59:32: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/analytics/matomo.rb:59:46: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/analytics/matomo.rb:60:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:60:53: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:70:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:70:51: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:75:32: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/analytics/matomo.rb:75:46: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/analytics/matomo.rb:76:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:76:53: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:77:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:86:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:86:51: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:87:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:93:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:94:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:96:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:97:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:98:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:100:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:100:51: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:101:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:101:62: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:121:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:121:48: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:122:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:131:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:131:51: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:132:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:136:67: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:137:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:138:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:141:41: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:141:57: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:142:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:146:73: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:147:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:148:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:151:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:151:53: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/matomo.rb:152:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/analytics/results.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/analytics/results.rb:5:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/batch_create_failure_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/batch_create_failure_service.rb:11:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/batch_create_failure_service.rb:15:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/batch_create_success_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/batch_create_success_service.rb:11:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/batch_create_success_service.rb:15:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/caching_iiif_manifest_builder.rb:9:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/callbacks.rb:52:82: Performance/BlockGivenWithExplicitBlock: Check block argument explicitly instead of using `block_given?`.
app/services/hyrax/callbacks.rb:86:5: Layout/EmptyLineBetweenDefs: Expected 1 empty line between class definitions; found 0.
app/services/hyrax/change_content_depositor_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/characterization/valkyrie_characterization_service.rb:17:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/characterization/valkyrie_characterization_service.rb:38:29: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/ParameterLists`.
app/services/hyrax/characterization/valkyrie_characterization_service.rb:39:18: Layout/ParameterAlignment: Use one level of indentation for parameters following the first line of a multi-line method definition.
app/services/hyrax/characterization/valkyrie_characterization_service.rb:40:18: Layout/ParameterAlignment: Use one level of indentation for parameters following the first line of a multi-line method definition.
app/services/hyrax/characterization/valkyrie_characterization_service.rb:41:18: Layout/ParameterAlignment: Use one level of indentation for parameters following the first line of a multi-line method definition.
app/services/hyrax/characterization/valkyrie_characterization_service.rb:42:18: Layout/ParameterAlignment: Use one level of indentation for parameters following the first line of a multi-line method definition.
app/services/hyrax/characterization/valkyrie_characterization_service.rb:44:14: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/characterization/valkyrie_characterization_service.rb:45:12: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/characterization/valkyrie_characterization_service.rb:46:13: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/characterization/valkyrie_characterization_service.rb:47:12: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/characterization/valkyrie_characterization_service.rb:48:11: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/characterization/valkyrie_characterization_service.rb:94:7: Style/RedundantBegin: Redundant `begin` block detected.
app/services/hyrax/collection_thumbnail_path_service.rb:7:51: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collection_types/create_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/collection_types/create_service.rb:16:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collection_types/create_service.rb:27:25: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/collection_types/create_service.rb:27:177: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/collection_types/create_service.rb:28:24: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/services/hyrax/collection_types/create_service.rb:28:25: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/collection_types/create_service.rb:28:182: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/collection_types/create_service.rb:34:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collection_types/create_service.rb:45:25: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/collection_types/create_service.rb:45:177: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/collection_types/create_service.rb:46:24: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/services/hyrax/collection_types/create_service.rb:46:25: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/collection_types/create_service.rb:46:182: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/collection_types/create_service.rb:52:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collection_types/create_service.rb:63:25: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/collection_types/create_service.rb:63:177: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/collection_types/create_service.rb:64:24: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/services/hyrax/collection_types/create_service.rb:64:25: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/collection_types/create_service.rb:64:177: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/collection_types/create_service.rb:122:34: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/collection_types/create_service.rb:122:34: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/collection_types/create_service.rb:124:91: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/collection_types/create_service.rb:125:33: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/services/hyrax/collection_types/create_service.rb:125:34: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/collection_types/create_service.rb:127:90: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/collection_types/permissions_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/collection_types/permissions_service.rb:19:48: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/collection_types/permissions_service.rb:20:48: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/collection_types/permissions_service.rb:21:41: Layout/MultilineMethodCallIndentation: Use 2 (not 32) spaces for indenting an expression spanning multiple lines.
app/services/hyrax/collection_types/permissions_service.rb:23:82: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/collection_types/permissions_service.rb:24:82: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/collection_types/permissions_service.rb:26:41: Layout/MultilineMethodCallIndentation: Use 2 (not 32) spaces for indenting an expression spanning multiple lines.
app/services/hyrax/collection_types/permissions_service.rb:27:41: Layout/MultilineMethodCallIndentation: Use 2 (not 32) spaces for indenting an expression spanning multiple lines.
app/services/hyrax/collection_types/permissions_service.rb:28:41: Layout/MultilineMethodCallIndentation: Use 2 (not 32) spaces for indenting an expression spanning multiple lines.
app/services/hyrax/collection_types/permissions_service.rb:61:63: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/collection_types/permissions_service.rb:63:63: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/collection_types/permissions_service.rb:81:56: Layout/MultilineMethodCallIndentation: Use 2 (not 47) spaces for indenting a condition in an `if` statement spanning multiple lines.
app/services/hyrax/collection_types/permissions_service.rb:82:63: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/collection_types/permissions_service.rb:83:63: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/collection_types/permissions_service.rb:83:88: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/collection_types/permissions_service.rb:83:144: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/collection_types/permissions_service.rb:85:56: Layout/MultilineMethodCallIndentation: Use 2 (not 47) spaces for indenting a condition in an `if` statement spanning multiple lines.
app/services/hyrax/collection_types/permissions_service.rb:86:63: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/collection_types/permissions_service.rb:87:63: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/collection_types/permissions_service.rb:87:88: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/collection_types/permissions_service.rb:87:144: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/collection_types/permissions_service.rb:130:108: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collection_types/permissions_service.rb:145:108: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collection_types/permissions_service.rb:160:95: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/CyclomaticComplexity`.
app/services/hyrax/collection_types/permissions_service.rb:163:112: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collection_types/permissions_service.rb:164:114: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collection_types/permissions_service.rb:178:48: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/collection_types/permissions_service.rb:179:48: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/collection_types/permissions_service.rb:179:79: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collection_types/permissions_service.rb:194:78: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/collection_types/permissions_service.rb:195:78: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/collection_types/permissions_service.rb:195:150: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collection_types/permissions_service.rb:209:87: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/collection_types/permissions_service.rb:210:87: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/collection_types/permissions_service.rb:210:159: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collection_types/permissions_service.rb:211:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collections/collection_member_search_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/collections/collection_member_search_service.rb:14:152: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/ParameterLists`.
app/services/hyrax/collections/collection_member_search_service.rb:65:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collections/collection_member_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/collections/collection_member_service.rb:14:152: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/ParameterLists`.
app/services/hyrax/collections/collection_member_service.rb:18:84: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/collections/collection_member_service.rb:19:84: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/collections/collection_member_service.rb:20:84: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/collections/collection_member_service.rb:21:84: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/collections/collection_member_service.rb:22:84: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/collections/collection_member_service.rb:86:13: Style/RedundantBegin: Redundant `begin` block detected.
app/services/hyrax/collections/collection_member_service.rb:159:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collections/collection_member_service.rb:161:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collections/managed_collections_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/collections/managed_collections_service.rb:16:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collections/migration_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/collections/migration_service.rb:14:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collections/migration_service.rb:53:59: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/collections/migration_service.rb:65:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collections/migration_service.rb:104:54: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/collections/migration_service.rb:104:67: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collections/migration_service.rb:104:136: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/collections/migration_service.rb:105:53: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/collections/migration_service.rb:105:66: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collections/migration_service.rb:105:134: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/collections/migration_service.rb:106:54: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/collections/migration_service.rb:106:67: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collections/migration_service.rb:106:134: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/collections/migration_service.rb:107:53: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/collections/migration_service.rb:107:66: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collections/migration_service.rb:107:132: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/collections/nested_collection_persistence_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/collections/nested_collection_query_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/collections/nested_collection_query_service.rb:118:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collections/nested_collection_query_service.rb:118:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collections/nested_collection_query_service.rb:118:38: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collections/nested_collection_query_service.rb:118:51: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collections/nested_collection_query_service.rb:118:69: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collections/nested_collection_query_service.rb:158:55: Style/KeywordParametersOrder: Place optional keyword parameters at the end of the parameters list.
app/services/hyrax/collections/nested_collection_query_service.rb:182:58: Layout/FirstHashElementIndentation: Use 2 spaces for indentation in a hash, relative to the start of the line where the left curly brace is.
app/services/hyrax/collections/nested_collection_query_service.rb:184:56: Layout/FirstHashElementIndentation: Indent the right brace the same as the start of the line where the left brace is.
app/services/hyrax/collections/permissions_create_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/collections/permissions_create_service.rb:18:56: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/collections/permissions_create_service.rb:40:63: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/collections/permissions_create_service.rb:41:63: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/collections/permissions_create_service.rb:42:63: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/collections/permissions_create_service.rb:60:14: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/collections/permissions_create_service.rb:60:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collections/permissions_create_service.rb:60:111: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/collections/permissions_create_service.rb:63:32: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/collections/permissions_create_service.rb:63:45: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collections/permissions_create_service.rb:63:134: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/collections/permissions_create_service.rb:77:32: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/collections/permissions_create_service.rb:77:45: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collections/permissions_create_service.rb:77:116: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/collections/permissions_create_service.rb:81:32: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/collections/permissions_create_service.rb:81:45: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collections/permissions_create_service.rb:81:118: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/collections/permissions_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/collections/permissions_service.rb:16:41: Layout/MultilineMethodCallIndentation: Use 2 (not 32) spaces for indenting an expression in an assignment spanning multiple lines.
app/services/hyrax/collections/permissions_service.rb:26:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collections/permissions_service.rb:28:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collections/permissions_service.rb:30:17: Layout/EndAlignment: `end` at 30, 16 is not aligned with `model = case` at 25, 8.
app/services/hyrax/collections/permissions_service.rb:45:76: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collections/permissions_service.rb:58:76: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collections/permissions_service.rb:96:63: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collections/permissions_service.rb:108:60: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/services/hyrax/collections/permissions_service.rb:109:60: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/services/hyrax/collections/permissions_service.rb:121:60: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/services/hyrax/collections/permissions_service.rb:122:60: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/services/hyrax/collections/permissions_service.rb:135:59: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/services/hyrax/collections/permissions_service.rb:136:59: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/services/hyrax/collections/permissions_service.rb:186:27: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/services/hyrax/collections/permissions_service.rb:202:69: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collections/permissions_service.rb:216:69: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collections/permissions_service.rb:230:69: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collections/permissions_service.rb:247:94: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collections/permissions_service.rb:248:83: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collections/search_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/collections/search_service.rb:20:72: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collections/search_service.rb:43:58: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collections/search_service.rb:48:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collections/search_service.rb:53:30: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/collections_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/contextual_path.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/contextual_path.rb:38:26: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/contextual_path.rb:39:26: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/curation_concern.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/custom_queries/find_access_control.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/custom_queries/find_collections_by_type.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/custom_queries/find_file_metadata.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/custom_queries/find_file_metadata.rb:14:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/services/hyrax/custom_queries/find_file_metadata.rb:15:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/services/hyrax/custom_queries/find_file_metadata.rb:16:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/services/hyrax/custom_queries/find_file_metadata.rb:34:17: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/custom_queries/find_file_metadata.rb:47:17: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/custom_queries/find_ids_by_model.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/custom_queries/find_many_by_alternate_ids.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/custom_queries/navigators/find_files.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/custom_queries/navigators/find_files.rb:17:12: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/services/hyrax/custom_queries/navigators/find_files.rb:18:12: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/services/hyrax/custom_queries/navigators/find_files.rb:19:12: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/services/hyrax/custom_queries/navigators/find_files.rb:38:19: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/database_migrator.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/database_migrator.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/database_migrator.rb:3:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/database_migrator.rb:32:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/database_migrator.rb:32:38: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/database_migrator.rb:32:52: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/database_migrator.rb:32:61: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/database_migrator.rb:47:28: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/database_migrator.rb:48:28: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/database_migrator.rb:49:28: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/database_migrator.rb:56:55: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/database_migrator.rb:61:65: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/database_migrator.rb:61:81: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/database_migrator.rb:61:86: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/default_middleware_stack.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/default_middleware_stack.rb:15:5: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/MethodLength`.
app/services/hyrax/derivative_path.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/derivative_path.rb:25:68: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/derivative_path.rb:51:10: Style/StringChars: Use `chars` instead of `split('')`.
app/services/hyrax/derivative_path.rb:51:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/derivative_path.rb:51:51: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/derivative_path.rb:61:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/derivative_path.rb:62:34: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
app/services/hyrax/derivative_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/derivative_service.rb:15:3: Style/EmptyMethod: Put the `end` of empty method definitions on the next line.
app/services/hyrax/derivative_service.rb:15:3: Style/SingleLineMethods: Avoid single-line method definitions.
app/services/hyrax/derivative_service.rb:17:3: Style/EmptyMethod: Put the `end` of empty method definitions on the next line.
app/services/hyrax/derivative_service.rb:17:3: Style/SingleLineMethods: Avoid single-line method definitions.
app/services/hyrax/edit_permissions_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/edit_permissions_service.rb:103:7: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Rails/OutputSafety` (unknown cop).
app/services/hyrax/edit_permissions_service.rb:158:61: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/edit_permissions_service.rb:158:82: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/edit_permissions_service.rb:183:47: Layout/BeginEndAlignment: `end` at 183, 46 is not aligned with `@object_unauthorized_collection_ids ||= begin` at 177, 6.
app/services/hyrax/embargo_manager.rb:92:20: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/embargo_manager.rb:192:5: Layout/EmptyLineBetweenDefs: Expected 1 empty line between class definitions; found 0.
app/services/hyrax/embargo_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/ensure_well_formed_admin_set_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/file_set_csv_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/file_set_csv_service.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/file_set_csv_service.rb:19:63: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/file_set_derivatives_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/file_set_derivatives_service.rb:25:42: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/file_set_derivatives_service.rb:27:44: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/file_set_derivatives_service.rb:28:44: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/file_set_derivatives_service.rb:29:44: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/file_set_derivatives_service.rb:52:49: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/file_set_derivatives_service.rb:54:59: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/file_set_derivatives_service.rb:55:57: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/file_set_derivatives_service.rb:56:71: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/file_set_derivatives_service.rb:64:54: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/file_set_derivatives_service.rb:65:83: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/file_set_derivatives_service.rb:66:62: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/file_set_derivatives_service.rb:67:76: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/file_set_derivatives_service.rb:75:51: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/file_set_derivatives_service.rb:75:62: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/file_set_derivatives_service.rb:75:70: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/file_set_derivatives_service.rb:75:85: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/file_set_derivatives_service.rb:75:112: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/file_set_derivatives_service.rb:75:118: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/file_set_derivatives_service.rb:76:61: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/services/hyrax/file_set_derivatives_service.rb:76:62: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/file_set_derivatives_service.rb:76:70: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/file_set_derivatives_service.rb:76:85: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/file_set_derivatives_service.rb:76:112: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/file_set_derivatives_service.rb:76:118: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/file_set_derivatives_service.rb:81:51: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/file_set_derivatives_service.rb:81:62: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/file_set_derivatives_service.rb:81:90: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/file_set_derivatives_service.rb:81:117: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/file_set_derivatives_service.rb:81:129: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/file_set_derivatives_service.rb:82:61: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/services/hyrax/file_set_derivatives_service.rb:82:62: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/file_set_derivatives_service.rb:82:70: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/file_set_derivatives_service.rb:82:86: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/file_set_derivatives_service.rb:82:114: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/file_set_derivatives_service.rb:82:121: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/file_set_derivatives_service.rb:83:61: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/services/hyrax/file_set_derivatives_service.rb:83:62: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/file_set_derivatives_service.rb:83:70: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/file_set_derivatives_service.rb:83:85: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/file_set_derivatives_service.rb:83:112: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/file_set_derivatives_service.rb:83:118: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/file_set_derivatives_service.rb:89:51: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/file_set_derivatives_service.rb:89:62: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/file_set_derivatives_service.rb:90:71: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/file_set_derivatives_service.rb:91:69: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/file_set_derivatives_service.rb:92:83: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/file_set_derivatives_service.rb:93:71: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/file_set_derivatives_service.rb:107:50: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/file_set_derivatives_service.rb:107:61: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/file_set_derivatives_service.rb:107:99: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/file_set_fixity_check_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/file_set_fixity_check_service.rb:27:17: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/file_set_fixity_check_service.rb:38:20: Layout/ParameterAlignment: Use one level of indentation for parameters following the first line of a multi-line method definition.
app/services/hyrax/file_set_fixity_check_service.rb:39:20: Layout/ParameterAlignment: Use one level of indentation for parameters following the first line of a multi-line method definition.
app/services/hyrax/file_set_fixity_check_service.rb:40:20: Layout/ParameterAlignment: Use one level of indentation for parameters following the first line of a multi-line method definition.
app/services/hyrax/file_set_type_service.rb:11:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/file_set_type_service.rb:11:41: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/file_set_type_service.rb:11:55: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/file_set_type_service.rb:12:28: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/services/hyrax/file_set_type_service.rb:12:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/file_set_type_service.rb:12:44: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/file_set_type_service.rb:12:59: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/file_set_visibility_propagator.rb:37:81: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/find_objects_via_solr_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/find_objects_via_solr_service.rb:20:74: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/find_objects_via_solr_service.rb:20:88: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/find_objects_via_solr_service.rb:25:27: Layout/MultilineMethodCallIndentation: Use 2 (not 18) spaces for indenting an expression spanning multiple lines.
app/services/hyrax/find_objects_via_solr_service.rb:26:27: Layout/MultilineMethodCallIndentation: Use 2 (not 18) spaces for indenting an expression spanning multiple lines.
app/services/hyrax/find_objects_via_solr_service.rb:27:27: Layout/MultilineMethodCallIndentation: Use 2 (not 18) spaces for indenting an expression spanning multiple lines.
app/services/hyrax/fixity/active_fedora_fixity_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/fixity/active_fedora_fixity_service.rb:16:15: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/fixity/missing_content_error.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/fixity_check_failure_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/fixity_check_failure_service.rb:19:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/fixity_check_failure_service.rb:23:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/form_metadata_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/form_metadata_service.rb:10:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/form_metadata_service.rb:12:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/form_metadata_service.rb:12:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/form_metadata_service.rb:12:50: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/graph_exporter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/graph_exporter.rb:14:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/graph_exporter.rb:74:86: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/graph_exporter.rb:76:44: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/graph_exporter.rb:93:7: Layout/IndentationWidth: Use 2 (not 14) spaces for indentation.
app/services/hyrax/graph_exporter.rb:94:19: Layout/ElseAlignment: Align `else` with `route_key`.
app/services/hyrax/graph_exporter.rb:96:19: Layout/EndAlignment: `end` at 96, 18 is not aligned with `route_key = if` at 92, 6.
app/services/hyrax/graph_exporter.rb:106:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/graph_exporter.rb:144:58: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/identifier/builder.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/identifier/builder.rb:22:30: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/identifier/dispatcher.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/identifier/registrar.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/iiif_authorization_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/iiif_authorization_service.rb:17:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/import_url_failure_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/import_url_failure_service.rb:5:42: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/import_url_failure_service.rb:9:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/indexes_thumbnails.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/indexes_thumbnails.rb:10:30: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/institution.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/institution.rb:5:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/institution.rb:9:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/lease_manager.rb:22:20: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/lease_manager.rb:114:5: Layout/EmptyLineBetweenDefs: Expected 1 empty line between class definitions; found 0.
app/services/hyrax/lease_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/license_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/license_service.rb:6:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/list_source_exporter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/listeners.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/listeners/active_fedora_acl_index_listener.rb:24:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/listeners/file_metadata_listener.rb:32:14: Layout/MultilineMethodCallIndentation: Use 2 (not 5) spaces for indenting an expression spanning multiple lines.
app/services/hyrax/listeners/file_metadata_listener.rb:33:14: Layout/MultilineMethodCallIndentation: Use 2 (not 5) spaces for indenting an expression spanning multiple lines.
app/services/hyrax/listeners/member_cleanup_listener.rb:16:11: Style/RedundantBegin: Redundant `begin` block detected.
app/services/hyrax/listeners/member_cleanup_listener.rb:19:18: Layout/MultilineMethodCallIndentation: Use 2 (not 5) spaces for indenting an expression spanning multiple lines.
app/services/hyrax/listeners/member_cleanup_listener.rb:19:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/listeners/member_cleanup_listener.rb:20:11: Style/RescueStandardError: Omit the error class when rescuing `StandardError` by itself.
app/services/hyrax/listeners/member_cleanup_listener.rb:23:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/listeners/member_cleanup_listener.rb:36:11: Style/RedundantBegin: Redundant `begin` block detected.
app/services/hyrax/listeners/member_cleanup_listener.rb:40:18: Layout/MultilineMethodCallIndentation: Use 2 (not 5) spaces for indenting an expression spanning multiple lines.
app/services/hyrax/listeners/member_cleanup_listener.rb:40:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/listeners/member_cleanup_listener.rb:41:11: Style/RescueStandardError: Omit the error class when rescuing `StandardError` by itself.
app/services/hyrax/listeners/metadata_index_listener.rb:101:38: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/listeners/metadata_index_listener.rb:101:53: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/listeners/proxy_deposit_listener.rb:15:19: Layout/MultilineOperationIndentation: Use 2 (not 10) spaces for indenting a condition in an `if` statement spanning multiple lines.
app/services/hyrax/listeners/trophy_cleanup_listener.rb:13:7: Style/RescueStandardError: Omit the error class when rescuing `StandardError` by itself.
app/services/hyrax/listeners/trophy_cleanup_listener.rb:15:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/local_file_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/lock_manager.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/lock_manager.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/lockable.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/manifest_builder_service.rb:68:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/manifest_builder_service.rb:68:43: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/manifest_builder_service.rb:68:66: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/manifest_builder_service.rb:69:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/manifest_builder_service.rb:69:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/manifest_builder_service.rb:69:110: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/manifest_builder_service.rb:71:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/manifest_builder_service.rb:72:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/manifest_builder_service.rb:73:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/manifest_builder_service.rb:73:51: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/messenger_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/microdata.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/microdata.rb:13:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/microdata.rb:14:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/multiple_membership_checker.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/multiple_membership_checker.rb:38:51: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/multiple_membership_checker.rb:60:30: Layout/MultilineMethodCallIndentation: Use 2 (not 23) spaces for indenting an expression spanning multiple lines.
app/services/hyrax/multiple_membership_checker.rb:61:30: Layout/MultilineMethodCallIndentation: Use 2 (not 23) spaces for indenting an expression spanning multiple lines.
app/services/hyrax/multiple_membership_checker.rb:62:30: Layout/MultilineMethodCallIndentation: Use 2 (not 23) spaces for indenting an expression spanning multiple lines.
app/services/hyrax/multiple_membership_checker.rb:62:85: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/multiple_membership_checker.rb:63:30: Layout/MultilineMethodCallIndentation: Use 2 (not 23) spaces for indenting an expression spanning multiple lines.
app/services/hyrax/multiple_membership_checker.rb:81:27: Layout/MultilineMethodCallIndentation: Use 2 (not 20) spaces for indenting an expression spanning multiple lines.
app/services/hyrax/multiple_membership_checker.rb:82:27: Layout/MultilineMethodCallIndentation: Use 2 (not 20) spaces for indenting an expression spanning multiple lines.
app/services/hyrax/multiple_membership_checker.rb:88:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/multiple_membership_checker.rb:89:16: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/multiple_membership_checker.rb:90:16: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/multiple_membership_checker.rb:92:17: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
app/services/hyrax/multiple_membership_checker.rb:93:39: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
app/services/hyrax/noid.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/permission_manager.rb:37:9: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/permission_manager.rb:38:9: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/permission_manager.rb:148:70: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/permission_manager.rb:160:70: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/permission_template_applicator.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/permission_template_applicator.rb:39:63: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/permission_template_applicator.rb:39:80: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/permission_template_applicator.rb:40:23: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/permission_template_applicator.rb:40:63: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/permission_template_applicator.rb:40:70: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/permission_template_applicator.rb:40:80: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/permission_template_applicator.rb:41:63: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/permission_template_applicator.rb:41:80: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/permission_template_applicator.rb:42:23: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/permission_template_applicator.rb:42:63: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/permission_template_applicator.rb:42:70: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/permission_template_applicator.rb:42:80: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/permission_template_applicator.rb:46:5: Style/Alias: Use `alias_method` instead of `alias`.
app/services/hyrax/persist_derivatives.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/persist_derivatives.rb:23:75: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/persist_derivatives.rb:26:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/persist_directly_contained_output_file_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/qa_select_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/qa_select_service.rb:30:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/qa_select_service.rb:43:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/qa_select_service.rb:51:42: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/qa_select_service.rb:65:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/quick_classification_query.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/quick_classification_query.rb:18:20: Layout/ParameterAlignment: Use one level of indentation for parameters following the first line of a multi-line method definition.
app/services/hyrax/quick_classification_query.rb:19:20: Layout/ParameterAlignment: Use one level of indentation for parameters following the first line of a multi-line method definition.
app/services/hyrax/quick_classification_query.rb:38:5: Style/Alias: Use `alias_method` instead of `alias`.
app/services/hyrax/repository_fixity_check_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/resource_status.rb:24:11: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/resource_status.rb:25:12: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/resource_types_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/resource_types_service.rb:5:62: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/resource_types_service.rb:14:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/resource_visibility_propagator.rb:26:20: Layout/ParameterAlignment: Use one level of indentation for parameters following the first line of a multi-line method definition.
app/services/hyrax/resource_visibility_propagator.rb:27:20: Layout/ParameterAlignment: Use one level of indentation for parameters following the first line of a multi-line method definition.
app/services/hyrax/resource_visibility_propagator.rb:27:34: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/resource_visibility_propagator.rb:28:20: Layout/ParameterAlignment: Use one level of indentation for parameters following the first line of a multi-line method definition.
app/services/hyrax/resource_visibility_propagator.rb:28:30: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/resource_visibility_propagator.rb:29:20: Layout/ParameterAlignment: Use one level of indentation for parameters following the first line of a multi-line method definition.
app/services/hyrax/resource_visibility_propagator.rb:29:28: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/resource_visibility_propagator.rb:30:17: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/resource_visibility_propagator.rb:31:15: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/resource_visibility_propagator.rb:32:18: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/resource_visibility_propagator.rb:34:21: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/restriction_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/rights_statement_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/rights_statement_service.rb:6:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/search_service.rb:23:5: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/AbcSize`, `Metrics/CyclomaticComplexity`, `Metrics/PerceivedComplexity`.
app/services/hyrax/search_service.rb:71:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/search_service.rb:72:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/search_service.rb:95:15: Layout/MultilineMethodCallIndentation: Use 2 (not 8) spaces for indenting an expression in an assignment spanning multiple lines.
app/services/hyrax/search_service.rb:96:15: Layout/MultilineMethodCallIndentation: Use 2 (not 8) spaces for indenting an expression in an assignment spanning multiple lines.
app/services/hyrax/search_service.rb:97:15: Layout/MultilineMethodCallIndentation: Use 2 (not 8) spaces for indenting an expression in an assignment spanning multiple lines.
app/services/hyrax/search_service.rb:98:15: Layout/MultilineMethodCallIndentation: Use 2 (not 8) spaces for indenting an expression in an assignment spanning multiple lines.
app/services/hyrax/simple_schema_loader.rb:61:14: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/simple_schema_loader.rb:67:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/simple_schema_loader.rb:73:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/simple_schema_loader.rb:79:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/simple_schema_loader.rb:80:44: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/simple_schema_loader.rb:111:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/simple_schema_loader.rb:113:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/simple_schema_loader.rb:115:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/simple_schema_loader.rb:131:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/solr_query_builder_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/solr_query_builder_service.rb:38:78: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/solr_query_builder_service.rb:42:54: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/solr_query_builder_service.rb:43:54: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/solr_query_builder_service.rb:50:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/solr_query_builder_service.rb:63:95: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/solr_query_builder_service.rb:68:54: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/solr_query_builder_service.rb:69:54: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/solr_query_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/solr_query_service.rb:8:44: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/ClassLength`.
app/services/hyrax/solr_query_service.rb:37:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/solr_query_service.rb:37:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/solr_query_service.rb:42:17: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Naming/AccessorMethodName`.
app/services/hyrax/solr_query_service.rb:44:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/solr_query_service.rb:44:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/solr_query_service.rb:44:51: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/solr_query_service.rb:64:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/solr_query_service.rb:65:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/solr_query_service.rb:99:41: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/solr_query_service.rb:102:22: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/solr_query_service.rb:102:84: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/solr_query_service.rb:103:59: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/solr_query_service.rb:103:67: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/solr_query_service.rb:113:79: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/solr_query_service.rb:139:54: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
app/services/hyrax/solr_query_service.rb:150:86: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/solr_query_service.rb:164:22: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/solr_query_service.rb:164:53: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/solr_query_service.rb:181:26: Layout/EndAlignment: `end` at 181, 25 is not aligned with `permission_types = case` at 177, 6.
app/services/hyrax/solr_query_service.rb:182:73: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/solr_query_service.rb:188:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/solr_service.rb:10:22: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/solr_service.rb:10:39: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/solr_service.rb:26:57: Performance/Caller: Use `caller(2..2).first` instead of `caller[1]`.
app/services/hyrax/solr_service.rb:36:36: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/solr_service.rb:37:36: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/solr_service.rb:41:16: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/solr_service.rb:51:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/solr_service.rb:60:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/solr_service.rb:61:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/solr_service.rb:71:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/solr_service.rb:88:16: Layout/EndAlignment: `end` at 88, 15 is not aligned with `result = case` at 81, 6.
app/services/hyrax/solr_service.rb:89:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/solr_service.rb:89:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/solr_service.rb:113:41: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/solr_service.rb:113:60: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/solr_service.rb:119:15: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/solr_service.rb:119:23: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/solr_service.rb:120:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/solr_service.rb:120:38: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/solr_service.rb:154:174: Performance/Caller: Use `caller(1..1).first` instead of `caller[0]`.
app/services/hyrax/statistics/collections/over_time.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/statistics/depositors/summary.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/statistics/depositors/summary.rb:32:14: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/statistics/depositors/summary.rb:32:55: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/statistics/file_sets/by_format.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/statistics/over_time.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/statistics/over_time.rb:13:22: Layout/ParameterAlignment: Use one level of indentation for parameters following the first line of a multi-line method definition.
app/services/hyrax/statistics/over_time.rb:14:22: Layout/ParameterAlignment: Use one level of indentation for parameters following the first line of a multi-line method definition.
app/services/hyrax/statistics/over_time.rb:15:22: Layout/ParameterAlignment: Use one level of indentation for parameters following the first line of a multi-line method definition.
app/services/hyrax/statistics/query_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/statistics/query_service.rb:22:25: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/statistics/query_service.rb:26:25: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/statistics/query_service.rb:30:25: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/statistics/query_service.rb:32:9: Layout/IndentationWidth: Use 2 (not 17) spaces for indentation.
app/services/hyrax/statistics/query_service.rb:33:24: Layout/ElseAlignment: Align `else` with `end_date_str`.
app/services/hyrax/statistics/query_service.rb:35:24: Layout/EndAlignment: `end` at 35, 23 is not aligned with `end_date_str = if` at 31, 8.
app/services/hyrax/statistics/system_stats.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/statistics/system_stats.rb:46:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/statistics/term_query.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/statistics/term_query.rb:23:45: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/statistics/term_query.rb:24:39: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/statistics/term_query.rb:25:39: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/statistics/term_query.rb:25:53: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/statistics/term_query.rb:26:39: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/statistics/term_query.rb:27:39: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/statistics/term_query.rb:27:43: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/statistics/term_query.rb:28:39: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/statistics/term_query.rb:28:50: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/statistics/term_query.rb:29:39: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/statistics/term_query.rb:29:51: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/statistics/term_query.rb:35:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/statistics/term_query.rb:45:20: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/statistics/term_query.rb:45:46: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/statistics/users/over_time.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/statistics/users/over_time.rb:25:12: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/statistics/users/over_time.rb:25:93: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/statistics/works/by_depositor.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/statistics/works/by_resource_type.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/statistics/works/count.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/statistics/works/over_time.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/thumbnail_path_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/thumbnail_path_service.rb:42:56: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/thumbnail_path_service.rb:42:62: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/thumbnail_path_service.rb:46:51: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/thumbnail_path_service.rb:50:51: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/thumbnail_path_service.rb:61:68: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/time_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/tolerant_select_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/tolerant_select_service.rb:12:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/tolerant_select_service.rb:20:42: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/user_stat_importer.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/user_stat_importer.rb:10:36: Style/GlobalStdStream: Use `$stdout` instead of `STDOUT`.
app/services/hyrax/user_stat_importer.rb:22:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/user_stat_importer.rb:35:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/user_stat_importer.rb:84:5: Style/RescueStandardError: Omit the error class when rescuing `StandardError` by itself.
app/services/hyrax/user_stat_importer.rb:124:67: Style/RedundantFetchBlock: Use `fetch(stat_name, 0)` instead of `fetch(stat_name) { 0 }`.
app/services/hyrax/user_stat_importer.rb:152:8: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/user_stat_importer.rb:152:32: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/virus_checker_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/virus_checker_service.rb:34:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/visibility_intention.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/visibility_intention.rb:8:11: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/visibility_intention.rb:9:12: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/visibility_intention.rb:10:18: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/visibility_intention.rb:30:17: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/visibility_intention.rb:31:18: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/visibility_intention.rb:33:22: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/visibility_intention.rb:39:16: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/visibility_intention.rb:48:16: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/visibility_intention_applicator.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/visibility_intention_applicator.rb:39:5: Style/Alias: Use `alias_method` instead of `alias`.
app/services/hyrax/visibility_map.rb:27:21: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/services/hyrax/visibility_propagator.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/visibility_propagator.rb:40:18: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/visibility_propagator.rb:42:68: Performance/Caller: Use `caller(1..1).first` instead of `caller[0]`.
app/services/hyrax/visibility_reader.rb:21:16: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/visibility_writer.rb:25:16: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/visibility_writer.rb:30:20: Layout/ExtraSpacing: Unnecessary spacing detected.
app/services/hyrax/work_form_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/work_query_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/work_query_service.rb:39:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/work_query_service.rb:48:54: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/work_query_service.rb:48:66: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/work_thumbnail_path_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/work_thumbnail_path_service.rb:6:51: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/work_uploads_handler.rb:95:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/work_uploads_handler.rb:96:65: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/work_uploads_handler.rb:106:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/work_uploads_handler.rb:119:8: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/work_uploads_handler.rb:119:44: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/work_uploads_handler.rb:137:8: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/work_uploads_handler.rb:142:38: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/workflow/abstract_notification.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/workflow/action_taken_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/workflow/action_taken_service.rb:11:13: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/workflow/action_taken_service.rb:12:13: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/workflow/action_taken_service.rb:13:13: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/workflow/action_taken_service.rb:54:31: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/workflow/action_taken_service.rb:55:31: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/workflow/action_taken_service.rb:65:17: Layout/RescueEnsureAlignment: `rescue` at 65, 16 is not aligned with `klass = begin` at 63, 8.
app/services/hyrax/workflow/action_taken_service.rb:68:17: Layout/BeginEndAlignment: `end` at 68, 16 is not aligned with `klass = begin` at 63, 8.
app/services/hyrax/workflow/action_taken_service.rb:83:42: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/workflow/action_taken_service.rb:84:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/workflow/action_taken_service.rb:84:51: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
app/services/hyrax/workflow/action_taken_service.rb:84:62: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
app/services/hyrax/workflow/actionable_objects.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/workflow/actionable_objects.rb:56:27: Layout/MultilineMethodCallIndentation: Use 2 (not 18) spaces for indenting an expression in an assignment spanning multiple lines.
app/services/hyrax/workflow/actionable_objects.rb:57:27: Layout/MultilineMethodCallIndentation: Use 2 (not 18) spaces for indenting an expression in an assignment spanning multiple lines.
app/services/hyrax/workflow/actionable_objects.rb:65:12: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/services/hyrax/workflow/activate_object.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/workflow/changes_required_notification.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/workflow/changes_required_notification.rb:8:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/workflow/changes_required_notification.rb:12:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/workflow/changes_required_notification.rb:13:16: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/workflow/changes_required_notification.rb:14:16: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/workflow/changes_required_notification.rb:15:16: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/workflow/deactivate_object.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/workflow/deposited_notification.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/workflow/deposited_notification.rb:8:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/workflow/deposited_notification.rb:12:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/workflow/deposited_notification.rb:13:16: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/workflow/deposited_notification.rb:14:16: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/workflow/deposited_notification.rb:15:16: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/workflow/deposited_notification.rb:16:16: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/workflow/grant_edit_to_depositor.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/workflow/grant_read_to_depositor.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/workflow/invalid_state_removal_exception.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/workflow/method_generator.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/workflow/notification_configuration_parameter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/workflow/notification_generator.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/workflow/notification_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/workflow/notification_service.rb:20:13: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/workflow/notification_service.rb:21:13: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/workflow/notification_service.rb:22:13: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/workflow/notification_service.rb:44:36: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/workflow/notification_service.rb:45:36: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/workflow/notification_service.rb:46:36: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/workflow/notification_service.rb:62:17: Layout/RescueEnsureAlignment: `rescue` at 62, 16 is not aligned with `klass = begin` at 60, 8.
app/services/hyrax/workflow/notification_service.rb:65:17: Layout/BeginEndAlignment: `end` at 65, 16 is not aligned with `klass = begin` at 60, 8.
app/services/hyrax/workflow/object_in_workflow_decorator.rb:27:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/workflow/pending_review_notification.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/workflow/pending_review_notification.rb:8:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/workflow/pending_review_notification.rb:12:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/workflow/pending_review_notification.rb:13:71: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/workflow/pending_review_notification.rb:14:71: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/workflow/permission_generator.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/workflow/permission_generator.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/workflow/permission_query.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/workflow/permission_query.rb:72:25: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/AbcSize`.
app/services/hyrax/workflow/permission_query.rb:72:42: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/MethodLength`.
app/services/hyrax/workflow/permission_query.rb:81:78: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/workflow/permission_query.rb:95:82: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/workflow/permission_query.rb:196:7: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/AbcSize`, `Metrics/MethodLength`.
app/services/hyrax/workflow/permission_query.rb:252:7: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/AbcSize`, `Metrics/MethodLength`.
app/services/hyrax/workflow/permission_query.rb:349:88: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/MethodLength`.
app/services/hyrax/workflow/permission_query.rb:388:73: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/MethodLength`.
app/services/hyrax/workflow/revoke_edit_from_depositor.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/workflow/sipity_actions_generator.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/workflow/state_machine_generator.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/workflow/state_machine_generator.rb:47:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/workflow/status_list_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/workflow/status_list_service.rb:26:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/workflow/status_list_service.rb:55:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/workflow/status_list_service.rb:56:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/workflow/status_list_service.rb:76:76: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
app/services/hyrax/workflow/status_list_service.rb:77:10: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
app/services/hyrax/workflow/workflow_action_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/workflow/workflow_factory.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/workflow/workflow_factory.rb:54:32: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/workflow/workflow_factory.rb:55:32: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/workflow/workflow_factory.rb:60:51: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/workflow/workflow_factory.rb:61:51: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/workflow/workflow_factory.rb:62:51: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/workflow/workflow_factory.rb:68:45: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/services/hyrax/workflow/workflow_importer.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/workflow/workflow_importer.rb:12:53: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/workflow/workflow_importer.rb:12:63: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/workflow/workflow_importer.rb:12:76: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/workflow/workflow_importer.rb:131:11: Style/RedundantBegin: Redundant `begin` block detected.
app/services/hyrax/workflow/workflow_importer.rb:135:30: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/services/hyrax/workflow/workflow_importer.rb:185:88: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
app/services/hyrax/workflow/workflow_permissions_generator.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/workflow/workflow_schema.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/workflow/workflow_schema.rb:23:11: Style/RedundantBegin: Redundant `begin` block detected.
app/services/hyrax/working_directory.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/works/managed_works_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/services/hyrax/works/migration_service.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/strategies/hyrax/strategies/yaml_strategy.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/strategies/hyrax/strategies/yaml_strategy.rb:25:5: Style/EmptyMethod: Put the `end` of empty method definitions on the next line.
app/strategies/hyrax/strategies/yaml_strategy.rb:25:5: Style/SingleLineMethods: Avoid single-line method definitions.
app/strategies/hyrax/strategies/yaml_strategy.rb:27:5: Style/EmptyMethod: Put the `end` of empty method definitions on the next line.
app/strategies/hyrax/strategies/yaml_strategy.rb:27:5: Style/SingleLineMethods: Avoid single-line method definitions.
app/strategies/hyrax/strategies/yaml_strategy.rb:37:9: Style/RedundantBegin: Redundant `begin` block detected.
app/uploaders/hyrax/avatar_uploader.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/uploaders/hyrax/uploaded_file_uploader.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/validators/hyrax/has_one_title_validator.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/values/hyrax/chart_data.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/views/hyrax/admin/admin_sets/index.json.jbuilder:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/views/hyrax/admin/admin_sets/index.json.jbuilder:3:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/views/hyrax/admin/admin_sets/index.json.jbuilder:4:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/views/hyrax/admin/admin_sets/index.json.jbuilder:5:30: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/views/hyrax/base/show.json.jbuilder:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/views/hyrax/file_sets/show.json.jbuilder:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/views/hyrax/file_sets/show.json.jbuilder:3:15: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/views/hyrax/uploads/create.json.jbuilder:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
app/views/hyrax/uploads/create.json.jbuilder:10:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/views/hyrax/users/index.json.jbuilder:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
config/features.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
config/features.rb:3:3: Style/RedundantBegin: Redundant `begin` block detected.
config/features.rb:11:13: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
config/features.rb:12:13: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
config/features.rb:15:13: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
config/features.rb:16:13: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
config/features.rb:21:13: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
config/features.rb:22:13: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
config/features.rb:25:13: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
config/features.rb:26:13: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
config/features.rb:29:13: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
config/features.rb:30:13: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
config/features.rb:33:13: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
config/features.rb:34:13: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
config/features.rb:37:13: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
config/features.rb:38:13: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
config/features.rb:41:13: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
config/features.rb:42:13: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
config/features.rb:45:13: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
config/features.rb:46:13: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
config/features.rb:48:13: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
config/features.rb:49:13: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
config/initializers/1_healthz.rb:13:25: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/1_healthz.rb:15:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/1_healthz.rb:17:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/1_healthz.rb:18:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/1_healthz.rb:21:10: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/1_healthz.rb:23:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/1_healthz.rb:23:63: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/1_healthz.rb:25:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/1_healthz.rb:28:42: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/1_healthz.rb:30:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/1_healthz.rb:31:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/1_healthz.rb:33:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/listeners.rb:19:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/listeners.rb:20:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/listeners.rb:24:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/listeners.rb:25:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/listeners.rb:29:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/listeners.rb:30:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/listeners.rb:34:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/listeners.rb:38:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/listeners.rb:42:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/listeners.rb:46:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/listeners.rb:50:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/nesting_indexer_initializer.rb:3:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/nesting_indexer_initializer.rb:4:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/nesting_indexer_initializer.rb:13:49: Layout/ExtraSpacing: Unnecessary spacing detected.
config/initializers/nesting_indexer_initializer.rb:14:49: Layout/ExtraSpacing: Unnecessary spacing detected.
config/initializers/nesting_indexer_initializer.rb:15:53: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/simple_form.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
config/initializers/simple_form.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/simple_form.rb:5:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/simple_form.rb:5:48: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/simple_form.rb:5:82: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/simple_form.rb:8:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/simple_form.rb:9:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/simple_form.rb:10:31: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
config/initializers/simple_form.rb:10:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/simple_form.rb:10:52: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/simple_form.rb:10:64: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
config/initializers/simple_form.rb:13:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/simple_form.rb:13:54: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/simple_form.rb:13:81: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/simple_form.rb:16:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/simple_form.rb:17:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/simple_form.rb:18:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/simple_form.rb:19:34: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
config/initializers/simple_form.rb:19:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/simple_form.rb:19:55: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/simple_form.rb:19:67: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
config/initializers/simple_form.rb:20:20: Layout/ExtraSpacing: Unnecessary spacing detected.
config/initializers/simple_form.rb:20:34: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
config/initializers/simple_form.rb:20:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/simple_form.rb:20:52: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/simple_form.rb:20:64: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
config/initializers/simple_form.rb:24:48: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/simple_form.rb:24:62: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/simple_form.rb:24:89: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/simple_form.rb:29:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/simple_form.rb:31:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/simple_form.rb:31:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/simple_form.rb:33:34: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
config/initializers/simple_form.rb:33:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/simple_form.rb:33:55: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/simple_form.rb:33:67: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
config/initializers/simple_form.rb:34:20: Layout/ExtraSpacing: Unnecessary spacing detected.
config/initializers/simple_form.rb:34:34: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
config/initializers/simple_form.rb:34:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/simple_form.rb:34:52: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/simple_form.rb:34:64: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
config/initializers/simple_form.rb:44:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/simple_form.rb:45:25: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/valkryrie_storage.rb:5:31: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
config/routes.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
config/routes.rb:4:30: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:7:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:11:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:11:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:16:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:16:38: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:16:74: Style/HashSyntax: Don't mix styles in the same hash.
config/routes.rb:17:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:17:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:17:61: Style/HashSyntax: Don't mix styles in the same hash.
config/routes.rb:18:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:18:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:18:57: Style/HashSyntax: Don't mix styles in the same hash.
config/routes.rb:19:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:19:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:19:53: Style/HashSyntax: Don't mix styles in the same hash.
config/routes.rb:21:10: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:21:30: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:22:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:22:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:27:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:27:25: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:29:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:29:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:29:53: Style/HashSyntax: Don't mix styles in the same hash.
config/routes.rb:29:77: Style/HashSyntax: Don't mix styles in the same hash.
config/routes.rb:43:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:43:30: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:44:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:44:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:46:64: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:50:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:51:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:61:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:80:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:80:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:85:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:85:39: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:85:60: Style/HashSyntax: Don't mix styles in the same hash.
config/routes.rb:85:64: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:86:10: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:86:45: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:86:67: Style/HashSyntax: Don't mix styles in the same hash.
config/routes.rb:86:71: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:87:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:87:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:87:40: Style/HashSyntax: Don't mix styles in the same hash.
config/routes.rb:87:44: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:89:41: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:94:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:100:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:100:47: Style/HashSyntax: Don't mix styles in the same hash.
config/routes.rb:106:63: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:110:36: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:113:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:116:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:117:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:125:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:125:27: Layout/ExtraSpacing: Unnecessary spacing detected.
config/routes.rb:125:41: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:125:70: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:128:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:129:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:133:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:137:10: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:137:41: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:138:10: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:138:54: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:138:82: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:138:116: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:139:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:139:53: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:139:81: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:139:112: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:140:10: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:140:54: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:140:82: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:140:115: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:141:10: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:141:72: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:141:100: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:141:133: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:142:10: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:142:71: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:142:99: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:142:132: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:152:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:152:44: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:153:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:153:42: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:153:71: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:155:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:155:37: Layout/ExtraSpacing: Unnecessary spacing detected.
config/routes.rb:155:51: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:156:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:156:36: Layout/ExtraSpacing: Unnecessary spacing detected.
config/routes.rb:156:51: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:156:89: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:159:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:159:23: Layout/ExtraSpacing: Unnecessary spacing detected.
config/routes.rb:159:47: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:159:84: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:160:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:160:47: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:161:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:161:33: Layout/ExtraSpacing: Unnecessary spacing detected.
config/routes.rb:161:47: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:161:84: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:163:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:163:19: Layout/ExtraSpacing: Unnecessary spacing detected.
config/routes.rb:163:43: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:163:76: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:164:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:164:43: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:165:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:165:29: Layout/ExtraSpacing: Unnecessary spacing detected.
config/routes.rb:165:43: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:165:76: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:167:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:167:41: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:167:75: Style/HashSyntax: Don't mix styles in the same hash.
config/routes.rb:168:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:168:57: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:168:92: Style/HashSyntax: Don't mix styles in the same hash.
config/routes.rb:169:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:169:52: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:169:87: Style/HashSyntax: Don't mix styles in the same hash.
config/routes.rb:170:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:170:54: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:171:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:171:52: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:172:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:172:55: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:173:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:173:53: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:178:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:178:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:178:44: Style/HashSyntax: Don't mix styles in the same hash.
config/routes.rb:179:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:179:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:181:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:181:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:181:69: Style/HashSyntax: Don't mix styles in the same hash.
config/routes.rb:182:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:182:41: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:182:77: Style/HashSyntax: Don't mix styles in the same hash.
config/routes.rb:183:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:183:51: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:183:87: Style/HashSyntax: Don't mix styles in the same hash.
config/routes.rb:184:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:184:47: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:184:79: Style/HashSyntax: Don't mix styles in the same hash.
config/routes.rb:185:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:185:42: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:185:68: Style/HashSyntax: Don't mix styles in the same hash.
config/routes.rb:186:10: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:186:51: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:186:79: Style/HashSyntax: Don't mix styles in the same hash.
config/routes.rb:188:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:194:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:217:71: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
config/routes.rb:217:85: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
config/routes.rb:221:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:221:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:221:42: Style/HashSyntax: Don't mix styles in the same hash.
config/routes.rb:222:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:222:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:222:51: Style/HashSyntax: Don't mix styles in the same hash.
config/routes.rb:239:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:266:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:266:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:266:32: Style/HashSyntax: Don't mix styles in the same hash.
config/routes.rb:266:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:267:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:267:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:267:31: Style/HashSyntax: Don't mix styles in the same hash.
config/routes.rb:267:36: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:268:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:268:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:268:32: Style/HashSyntax: Don't mix styles in the same hash.
config/routes.rb:268:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:269:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:269:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:269:36: Style/HashSyntax: Don't mix styles in the same hash.
config/routes.rb:269:41: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:273:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
hyrax.gemspec:2:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:4:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:7:15: Layout/ExtraSpacing: Unnecessary spacing detected.
hyrax.gemspec:7:41: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:7:94: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:7:112: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:7:130: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:8:13: Layout/ExtraSpacing: Unnecessary spacing detected.
hyrax.gemspec:8:50: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:8:75: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:8:93: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:8:147: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:8:175: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:9:19: Layout/ExtraSpacing: Unnecessary spacing detected.
hyrax.gemspec:9:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:10:15: Layout/ExtraSpacing: Unnecessary spacing detected.
hyrax.gemspec:16:1: Layout/ClosingHeredocIndentation: `SUMMARY` is not aligned with `spec.summary = <<-SUMMARY` or beginning of method definition.
hyrax.gemspec:18:16: Layout/ExtraSpacing: Unnecessary spacing detected.
hyrax.gemspec:20:13: Layout/ExtraSpacing: Unnecessary spacing detected.
hyrax.gemspec:20:114: Style/RedundantRegexpEscape: Redundant escape inside regexp literal
hyrax.gemspec:21:19: Layout/ExtraSpacing: Unnecessary spacing detected.
hyrax.gemspec:22:12: Layout/ExtraSpacing: Unnecessary spacing detected.
hyrax.gemspec:24:15: Layout/ExtraSpacing: Unnecessary spacing detected.
hyrax.gemspec:25:15: Layout/ExtraSpacing: Unnecessary spacing detected.
hyrax.gemspec:25:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:27:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:32:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:32:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:34:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:34:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:34:51: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:35:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:35:39: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:36:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:36:45: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:37:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:37:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:38:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:38:45: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:39:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:39:47: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:40:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:40:44: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:40:55: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:41:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:41:38: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:42:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:42:42: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:43:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:43:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:44:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:44:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:45:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:45:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:46:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:46:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:47:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:47:42: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:48:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:48:41: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:49:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:49:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:51:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:51:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:52:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:52:45: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:53:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:53:44: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:54:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:54:39: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:55:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:55:54: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:56:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:56:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:57:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:57:38: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:58:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:58:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:58:50: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:59:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:59:50: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:60:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:60:42: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:61:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:63:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:63:48: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:64:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:64:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:65:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:66:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:66:36: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:67:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:67:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:68:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:68:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:69:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:70:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:70:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:71:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:72:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:72:42: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:72:52: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:73:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:73:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:73:39: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:74:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:74:41: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:75:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:76:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:76:36: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:77:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:77:42: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:78:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:78:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:79:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:79:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:80:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:80:39: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:81:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:81:36: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:81:46: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:82:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:82:50: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:83:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:83:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:84:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:85:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:86:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:86:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:86:43: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:88:47: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:89:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:89:58: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:90:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:90:55: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:91:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:91:50: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:92:53: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:93:50: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:94:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:94:53: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:94:63: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:95:46: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:95:56: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:96:51: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:96:61: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:97:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:97:43: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:98:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:99:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:99:41: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:100:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:100:62: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:101:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:101:48: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:102:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:102:50: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:103:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:105:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:106:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:107:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:107:63: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:109:3: Layout/LeadingCommentSpace: Missing space after `#`.
hyrax.gemspec:110:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:110:64: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:111:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:111:55: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:112:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:112:49: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:113:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:120:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
hyrax.gemspec:120:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/arkivo_api_generator.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/generators/hyrax/arkivo_api_generator.rb:3:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/arkivo_api_generator.rb:5:8: Lint/ImplicitStringConcatenation: Combine "" and "\nThis generator sets up Zotero/Arkivo API integration for your application:\n " into a single string literal, rather than using implicit string concatenation. Or, if they were intended to be separate method arguments, separate them with a comma.
lib/generators/hyrax/arkivo_api_generator.rb:5:8: Lint/TripleQuotes: Delimiting a string with multiple quotes has no effect, use a single quote instead.
lib/generators/hyrax/arkivo_api_generator.rb:5:10: Lint/ImplicitStringConcatenation: Combine "\nThis generator sets up Zotero/Arkivo API integration for your application:\n " and "" into a single string literal, rather than using implicit string concatenation. Or, if they were intended to be separate method arguments, separate them with a comma.
lib/generators/hyrax/arkivo_api_generator.rb:15:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/arkivo_api_generator.rb:25:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/arkivo_api_generator.rb:25:46: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/arkivo_api_generator.rb:30:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/arkivo_api_generator.rb:30:36: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/arkivo_api_generator.rb:31:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/arkivo_api_generator.rb:31:36: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/assets_generator.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/generators/hyrax/assets_generator.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/assets_generator.rb:5:8: Lint/ImplicitStringConcatenation: Combine "" and "\n This generator installs the hyrax CSS assets into your application\n " into a single string literal, rather than using implicit string concatenation. Or, if they were intended to be separate method arguments, separate them with a comma.
lib/generators/hyrax/assets_generator.rb:5:8: Lint/TripleQuotes: Delimiting a string with multiple quotes has no effect, use a single quote instead.
lib/generators/hyrax/assets_generator.rb:5:10: Lint/ImplicitStringConcatenation: Combine "\n This generator installs the hyrax CSS assets into your application\n " and "" into a single string literal, rather than using implicit string concatenation. Or, if they were intended to be separate method arguments, separate them with a comma.
lib/generators/hyrax/assets_generator.rb:9:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/assets_generator.rb:21:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/assets_generator.rb:21:70: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/assets_generator.rb:30:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/assets_generator.rb:36:63: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/clamav_generator.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/generators/hyrax/clamav_generator.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/clamav_generator.rb:5:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/clamav_generator.rb:13:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/clamav_generator.rb:13:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/clamav_generator.rb:17:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/clamav_generator.rb:17:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/collection_generator.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/generators/hyrax/collection_generator.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/collection_generator.rb:6:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/collection_generator.rb:13:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/collection_generator.rb:13:45: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/config_generator.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/generators/hyrax/config_generator.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/config_generator.rb:5:8: Lint/ImplicitStringConcatenation: Combine "" and "\n This generator installs the hyrax configuration files into your application for:\n * Hyrax initializers\n * Citations\n * SimpleForm\n * controlled authorities\n * Admin stats\n * Mini-magick\n * TinyMCE\n * i18n\n * Valkyrie index\n " into a single string literal, rather than using implicit string concatenation. Or, if they were intended to be separate method arguments, separate them with a comma.
lib/generators/hyrax/config_generator.rb:5:8: Lint/TripleQuotes: Delimiting a string with multiple quotes has no effect, use a single quote instead.
lib/generators/hyrax/config_generator.rb:5:10: Lint/ImplicitStringConcatenation: Combine "\n This generator installs the hyrax configuration files into your application for:\n * Hyrax initializers\n * Citations\n * SimpleForm\n * controlled authorities\n * Admin stats\n * Mini-magick\n * TinyMCE\n * i18n\n * Valkyrie index\n " and "" into a single string literal, rather than using implicit string concatenation. Or, if they were intended to be separate method arguments, separate them with a comma.
lib/generators/hyrax/config_generator.rb:18:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/config_generator.rb:27:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/config_generator.rb:28:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/config_generator.rb:32:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/config_generator.rb:33:17: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/config_generator.rb:37:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/config_generator.rb:38:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/config_generator.rb:42:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/config_generator.rb:43:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/config_generator.rb:47:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/config_generator.rb:52:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/config_generator.rb:56:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/config_generator.rb:60:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/config_generator.rb:61:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/config_generator.rb:62:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/config_generator.rb:63:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/config_generator.rb:64:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/config_generator.rb:65:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/config_generator.rb:66:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/health_check_generator.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/generators/hyrax/health_check_generator.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/health_check_generator.rb:5:8: Lint/ImplicitStringConcatenation: Combine "" and "\n Installs Hyrax's default health check endpoints at `/healthz`.\n " into a single string literal, rather than using implicit string concatenation. Or, if they were intended to be separate method arguments, separate them with a comma.
lib/generators/hyrax/health_check_generator.rb:5:8: Lint/TripleQuotes: Delimiting a string with multiple quotes has no effect, use a single quote instead.
lib/generators/hyrax/health_check_generator.rb:5:10: Lint/ImplicitStringConcatenation: Combine "\n Installs Hyrax's default health check endpoints at `/healthz`.\n " and "" into a single string literal, rather than using implicit string concatenation. Or, if they were intended to be separate method arguments, separate them with a comma.
lib/generators/hyrax/health_check_generator.rb:9:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/health_check_generator.rb:12:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/health_check_generator.rb:12:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/install_generator.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/generators/hyrax/install_generator.rb:4:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/install_generator.rb:12:10: Lint/ImplicitStringConcatenation: Combine "" and "\n This generator makes the following changes to your application:\n 1. Runs installers for blacklight & hydra-head (which also install & configure devise)\n 2. Runs hyrax:models:install\n 3. Injects Hyrax routes\n 4. Copies the catalog controller into the local app\n 5. Adds Hyrax::SolrDocumentBehavior to app/models/solr_document.rb\n 6. Adds local authority files to the application\n 7. Copies modified simple_form initializers\n 8. Generates a default workflow\n 9. Installs model-related concerns\n * Creates several database migrations if they do not exist in /db/migrate\n * Adds user behavior to the user model\n * Creates the hyrax.rb configuration file\n * Generates mailboxer\n 10. Adds Hyrax's abilities into the Ability class\n 11. Adds controller behavior to the application controller\n 12. Copies the catalog controller into the local app\n 13. Installs hyrax assets\n 14. Updates simple_form to use browser validations\n 15. Installs Blacklight gallery (and removes it's scss)\n 16. Install jquery-datatables\n 17. Initializes the noid-rails database-backed minter\n 18. Generates RIIIF image server implementation\n " into a single string literal, rather than using implicit string concatenation. Or, if they were intended to be separate method arguments, separate them with a comma.
lib/generators/hyrax/install_generator.rb:12:10: Lint/TripleQuotes: Delimiting a string with multiple quotes has no effect, use a single quote instead.
lib/generators/hyrax/install_generator.rb:12:12: Lint/ImplicitStringConcatenation: Combine "\n This generator makes the following changes to your application:\n 1. Runs installers for blacklight & hydra-head (which also install & configure devise)\n 2. Runs hyrax:models:install\n 3. Injects Hyrax routes\n 4. Copies the catalog controller into the local app\n 5. Adds Hyrax::SolrDocumentBehavior to app/models/solr_document.rb\n 6. Adds local authority files to the application\n 7. Copies modified simple_form initializers\n 8. Generates a default workflow\n 9. Installs model-related concerns\n * Creates several database migrations if they do not exist in /db/migrate\n * Adds user behavior to the user model\n * Creates the hyrax.rb configuration file\n * Generates mailboxer\n 10. Adds Hyrax's abilities into the Ability class\n 11. Adds controller behavior to the application controller\n 12. Copies the catalog controller into the local app\n 13. Installs hyrax assets\n 14. Updates simple_form to use browser validations\n 15. Installs Blacklight gallery (and removes it's scss)\n 16. Install jquery-datatables\n 17. Initializes the noid-rails database-backed minter\n 18. Generates RIIIF image server implementation\n " and "" into a single string literal, rather than using implicit string concatenation. Or, if they were intended to be separate method arguments, separate them with a comma.
lib/generators/hyrax/install_generator.rb:39:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/install_generator.rb:39:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/install_generator.rb:40:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/install_generator.rb:41:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/install_generator.rb:41:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/install_generator.rb:42:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/install_generator.rb:43:49: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
lib/generators/hyrax/install_generator.rb:43:57: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
lib/generators/hyrax/install_generator.rb:44:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/install_generator.rb:48:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/install_generator.rb:49:17: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/install_generator.rb:53:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/install_generator.rb:61:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/install_generator.rb:61:74: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/install_generator.rb:63:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/install_generator.rb:78:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/install_generator.rb:90:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/install_generator.rb:91:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/install_generator.rb:103:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/install_generator.rb:103:41: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/install_generator.rb:108:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/install_generator.rb:128:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/install_generator.rb:128:36: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/install_generator.rb:132:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/install_generator.rb:140:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/install_generator.rb:141:17: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/install_generator.rb:142:17: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/install_generator.rb:142:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/install_generator.rb:149:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/install_generator.rb:153:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/install_generator.rb:165:38: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/install_generator.rb:165:59: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/install_generator.rb:167:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/install_generator.rb:167:74: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/install_generator.rb:173:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/install_generator.rb:177:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/install_generator.rb:181:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/install_generator.rb:185:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/models_generator.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/generators/hyrax/models_generator.rb:3:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/models_generator.rb:4:49: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/models_generator.rb:12:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/models_generator.rb:12:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/models_generator.rb:17:10: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/models_generator.rb:24:56: Style/RedundantRegexpEscape: Redundant escape inside regexp literal
lib/generators/hyrax/models_generator.rb:24:58: Style/RedundantRegexpEscape: Redundant escape inside regexp literal
lib/generators/hyrax/models_generator.rb:40:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/models_generator.rb:40:43: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/models_generator.rb:41:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/models_generator.rb:41:49: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/models_generator.rb:45:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/models_generator.rb:45:41: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/models_generator.rb:46:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/models_generator.rb:46:47: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/models_generator.rb:51:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/riiif_generator.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/generators/hyrax/riiif_generator.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/riiif_generator.rb:5:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/riiif_generator.rb:16:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/riiif_generator.rb:16:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/riiif_generator.rb:20:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/riiif_generator.rb:20:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/riiif_generator.rb:28:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/riiif_generator.rb:36:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/riiif_generator.rb:44:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/riiif_generator.rb:53:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/sample_data_generator.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/generators/hyrax/sample_data_generator.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/sample_data_generator.rb:6:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/sample_data_generator.rb:8:10: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/sample_data_generator.rb:10:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/sample_data_generator.rb:10:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/app/models/collection.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/generators/hyrax/templates/app/models/file_set.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/generators/hyrax/templates/catalog_controller.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/generators/hyrax/templates/catalog_controller.rb:40:36: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/catalog_controller.rb:54:78: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/catalog_controller.rb:68:69: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/catalog_controller.rb:69:59: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/catalog_controller.rb:70:55: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/catalog_controller.rb:71:55: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/catalog_controller.rb:72:55: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/catalog_controller.rb:73:59: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/catalog_controller.rb:76:57: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/catalog_controller.rb:77:64: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/catalog_controller.rb:78:56: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/catalog_controller.rb:79:60: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/catalog_controller.rb:80:60: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/catalog_controller.rb:81:60: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/catalog_controller.rb:86:94: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/catalog_controller.rb:127:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/catalog_controller.rb:127:50: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/catalog_controller.rb:141:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/catalog_controller.rb:155:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/catalog_controller.rb:163:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/catalog_controller.rb:171:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/catalog_controller.rb:180:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/catalog_controller.rb:188:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/catalog_controller.rb:196:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/catalog_controller.rb:204:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/catalog_controller.rb:212:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/catalog_controller.rb:220:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/catalog_controller.rb:228:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/catalog_controller.rb:236:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/catalog_controller.rb:245:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/catalog_controller.rb:253:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/catalog_controller.rb:261:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/catalog_controller.rb:269:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/action_dispatch_http_upload_monkey_patch.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/generators/hyrax/templates/config/arkivo_constraint.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/generators/hyrax/templates/config/clamav.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/generators/hyrax/templates/config/initializers/hyrax.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/generators/hyrax/templates/config/initializers/hyrax.rb:293:46: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/hyrax.rb:293:58: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/hyrax.rb:294:46: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/hyrax.rb:294:59: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/hyrax.rb:295:46: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/hyrax.rb:295:56: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/mini_magick.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/generators/hyrax/templates/config/initializers/mini_magick.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/redis_config.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/generators/hyrax/templates/config/initializers/redis_config.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/redis_config.rb:3:57: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/redis_config.rb:3:67: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/riiif.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/generators/hyrax/templates/config/initializers/riiif.rb:12:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/riiif.rb:12:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/riiif.rb:14:6: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/generators/hyrax/templates/config/initializers/riiif.rb:14:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/riiif.rb:14:44: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/riiif.rb:14:69: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/riiif.rb:14:101: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/riiif.rb:14:122: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/generators/hyrax/templates/config/initializers/riiif.rb:25:43: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/riiif.rb:25:50: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/riiif.rb:25:60: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/riiif.rb:25:70: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/riiif.rb:26:46: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/riiif.rb:26:53: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/riiif.rb:26:63: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/riiif.rb:26:73: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/generators/hyrax/templates/config/initializers/simple_form.rb:13:29: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/templates/config/initializers/simple_form.rb:14:29: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/templates/config/initializers/simple_form.rb:49:17: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/generators/hyrax/templates/config/initializers/simple_form.rb:49:31: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/generators/hyrax/templates/config/initializers/simple_form.rb:49:56: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/generators/hyrax/templates/config/initializers/simple_form.rb:50:31: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/generators/hyrax/templates/config/initializers/simple_form.rb:50:57: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/generators/hyrax/templates/config/initializers/simple_form.rb:70:25: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form.rb:81:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form.rb:163:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:8:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:9:25: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:12:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:12:54: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:12:81: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:19:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:20:31: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:20:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:20:52: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:20:64: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:21:17: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:21:31: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:21:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:21:49: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:21:61: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:22:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:25:46: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:25:60: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:25:87: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:30:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:31:31: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:31:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:31:52: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:31:64: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:32:17: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:32:31: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:32:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:32:49: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:32:61: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:36:43: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:36:57: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:36:84: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:40:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:40:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:44:31: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:44:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:44:52: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:44:64: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:45:17: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:45:31: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:45:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:45:49: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:45:61: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:48:56: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:48:70: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:48:97: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:51:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:52:31: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:52:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:52:52: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:52:64: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:53:17: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:53:31: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:53:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:53:49: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:53:61: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:57:42: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:57:56: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:57:83: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:64:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:66:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:66:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:67:34: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:67:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:67:55: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:67:67: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:68:20: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:68:34: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:68:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:68:52: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:68:64: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:69:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:73:48: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:73:62: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:73:89: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:78:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:80:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:80:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:81:34: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:81:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:81:55: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:81:67: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:82:20: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:82:34: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:82:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:82:52: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:82:64: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:87:45: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:87:59: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:87:86: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:91:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:91:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:92:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:92:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:96:34: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:96:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:96:55: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:96:67: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:97:20: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:97:34: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:97:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:97:52: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:97:64: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:101:58: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:101:72: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:101:99: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:105:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:107:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:107:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:108:34: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:108:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:108:55: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:108:67: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:109:20: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:109:34: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:109:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:109:52: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:109:64: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:114:38: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:114:52: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:114:79: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:121:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:122:31: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:122:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:122:52: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:122:64: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:123:17: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:123:31: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:123:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:123:49: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:123:61: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:124:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:127:39: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:127:53: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:127:80: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:130:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:131:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:131:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:132:34: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:132:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:132:55: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:132:67: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:133:20: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:133:34: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:133:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:133:52: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:133:64: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/generators/hyrax/templates/config/initializers/simple_form_bootstrap.rb:134:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/config/mime_types.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/generators/hyrax/templates/config/mime_types.rb:7:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/generators/hyrax/templates/db/seeds.rb:28:3: Style/RedundantAssignment: Redundant assignment before returning detected.
lib/generators/hyrax/templates/db/seeds.rb:42:21: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/generators/hyrax/templates/db/seeds.rb:42:173: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/generators/hyrax/templates/db/seeds.rb:43:20: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
lib/generators/hyrax/templates/db/seeds.rb:43:21: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/generators/hyrax/templates/db/seeds.rb:43:178: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/generators/hyrax/templates/db/seeds.rb:100:54: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/generators/hyrax/templates/db/seeds.rb:100:55: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:100:80: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/generators/hyrax/templates/db/seeds.rb:107:6: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:108:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:108:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:109:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:109:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:110:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:110:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:111:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:111:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:112:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:112:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:113:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:113:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:114:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:114:51: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:116:6: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:117:44: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:117:83: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:117:112: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:118:21: Layout/MultilineMethodCallIndentation: Use 2 (not 20) spaces for indenting an expression in an assignment spanning multiple lines.
lib/generators/hyrax/templates/db/seeds.rb:119:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:119:75: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:119:100: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:120:12: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/generators/hyrax/templates/db/seeds.rb:120:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:120:53: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:120:160: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/generators/hyrax/templates/db/seeds.rb:121:48: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:122:42: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:122:79: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:122:106: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:123:42: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:123:79: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:123:106: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:124:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:124:69: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:124:112: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:125:36: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:125:68: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:125:112: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:127:6: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:128:58: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:128:80: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:128:131: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:130:6: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:133:22: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/templates/db/seeds.rb:134:22: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/templates/db/seeds.rb:135:22: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/templates/db/seeds.rb:135:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:135:57: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:135:84: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:136:22: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/templates/db/seeds.rb:140:29: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/templates/db/seeds.rb:141:29: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/templates/db/seeds.rb:142:29: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/templates/db/seeds.rb:142:39: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:142:64: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:142:91: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:143:29: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/templates/db/seeds.rb:145:1: Lint/UselessTimes: Useless call to `1.times` detected.
lib/generators/hyrax/templates/db/seeds.rb:147:23: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/templates/db/seeds.rb:148:23: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/templates/db/seeds.rb:149:23: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/templates/db/seeds.rb:149:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:149:58: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:149:85: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:150:23: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/templates/db/seeds.rb:156:6: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:157:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:157:39: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:159:6: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:160:12: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/generators/hyrax/templates/db/seeds.rb:160:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:160:56: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:161:96: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/generators/hyrax/templates/db/seeds.rb:162:39: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:164:12: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/generators/hyrax/templates/db/seeds.rb:164:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:164:60: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:165:97: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/generators/hyrax/templates/db/seeds.rb:166:43: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:168:6: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:169:52: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:169:79: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:169:124: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:170:51: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:170:76: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:170:114: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:171:51: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:171:75: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:171:112: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:174:6: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:178:3: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:179:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:180:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:183:123: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:186:22: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/templates/db/seeds.rb:187:22: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/templates/db/seeds.rb:188:22: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/templates/db/seeds.rb:188:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:188:57: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:188:84: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:189:22: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/templates/db/seeds.rb:192:6: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:196:28: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/templates/db/seeds.rb:197:28: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/templates/db/seeds.rb:198:28: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/templates/db/seeds.rb:199:28: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/templates/db/seeds.rb:199:42: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:202:132: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:205:132: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:208:139: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:211:6: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:214:22: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/templates/db/seeds.rb:215:22: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/templates/db/seeds.rb:216:22: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/templates/db/seeds.rb:216:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:216:57: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:216:84: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:217:22: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/templates/db/seeds.rb:221:29: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/templates/db/seeds.rb:222:29: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/templates/db/seeds.rb:223:29: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/templates/db/seeds.rb:223:39: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:223:64: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:223:91: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:224:29: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/templates/db/seeds.rb:226:1: Lint/UselessTimes: Useless call to `1.times` detected.
lib/generators/hyrax/templates/db/seeds.rb:228:23: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/templates/db/seeds.rb:229:23: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/templates/db/seeds.rb:230:23: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/templates/db/seeds.rb:230:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:230:58: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:230:85: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:231:23: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/templates/db/seeds.rb:239:6: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:247:6: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:255:6: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:256:1: Lint/UselessTimes: Useless call to `1.times` detected.
lib/generators/hyrax/templates/db/seeds.rb:263:6: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:271:6: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:279:6: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:287:6: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/db/seeds.rb:288:1: Lint/UselessTimes: Useless call to `1.times` detected.
lib/generators/hyrax/templates/db/seeds.rb:295:6: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/hyrax_helper.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/generators/hyrax/templates/spec/models/collection_spec.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/generators/hyrax/templates/spec/models/collection_spec.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/templates/spec/models/file_set_spec.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/generators/hyrax/templates/spec/models/file_set_spec.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work/work_generator.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/generators/hyrax/work/work_generator.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work/work_generator.rb:3:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work/work_generator.rb:12:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work/work_generator.rb:14:60: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work/work_generator.rb:27:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work/work_generator.rb:27:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work/work_generator.rb:31:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work/work_generator.rb:31:45: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work/work_generator.rb:35:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work/work_generator.rb:35:42: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work/work_generator.rb:39:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work/work_generator.rb:39:39: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work/work_generator.rb:43:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work/work_generator.rb:43:44: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work/work_generator.rb:47:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work/work_generator.rb:47:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work/work_generator.rb:51:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work/work_generator.rb:59:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work/work_generator.rb:78:54: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work/work_generator.rb:84:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work/work_generator.rb:84:45: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work/work_generator.rb:89:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work/work_generator.rb:89:50: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work/work_generator.rb:94:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work/work_generator.rb:94:47: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work/work_generator.rb:99:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work/work_generator.rb:99:44: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work/work_generator.rb:104:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work/work_generator.rb:104:49: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work/work_generator.rb:109:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work/work_generator.rb:109:45: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work/work_generator.rb:113:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work_resource/work_resource_generator.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/generators/hyrax/work_resource/work_resource_generator.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work_resource/work_resource_generator.rb:3:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work_resource/work_resource_generator.rb:12:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work_resource/work_resource_generator.rb:14:60: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work_resource/work_resource_generator.rb:23:11: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/work_resource/work_resource_generator.rb:36:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work_resource/work_resource_generator.rb:36:45: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work_resource/work_resource_generator.rb:40:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work_resource/work_resource_generator.rb:40:41: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work_resource/work_resource_generator.rb:42:25: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work_resource/work_resource_generator.rb:43:15: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/work_resource/work_resource_generator.rb:43:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work_resource/work_resource_generator.rb:44:15: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/work_resource/work_resource_generator.rb:44:16: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/generators/hyrax/work_resource/work_resource_generator.rb:44:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work_resource/work_resource_generator.rb:44:72: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/generators/hyrax/work_resource/work_resource_generator.rb:44:73: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work_resource/work_resource_generator.rb:44:96: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/generators/hyrax/work_resource/work_resource_generator.rb:44:106: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/generators/hyrax/work_resource/work_resource_generator.rb:48:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work_resource/work_resource_generator.rb:48:39: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work_resource/work_resource_generator.rb:53:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work_resource/work_resource_generator.rb:54:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work_resource/work_resource_generator.rb:64:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work_resource/work_resource_generator.rb:64:39: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work_resource/work_resource_generator.rb:69:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work_resource/work_resource_generator.rb:85:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work_resource/work_resource_generator.rb:85:42: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work_resource/work_resource_generator.rb:90:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work_resource/work_resource_generator.rb:91:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work_resource/work_resource_generator.rb:95:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work_resource/work_resource_generator.rb:103:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/generators/hyrax/work_resource/work_resource_generator.rb:104:14: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/generators/hyrax/work_resource/work_resource_generator.rb:104:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax.rb:3:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax.rb:4:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax.rb:5:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax.rb:6:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax.rb:7:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax.rb:8:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax.rb:9:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax.rb:10:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax.rb:11:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax.rb:12:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax.rb:13:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax.rb:14:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax.rb:15:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax.rb:16:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax.rb:17:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax.rb:18:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax.rb:19:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax.rb:20:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax.rb:21:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax.rb:22:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax.rb:23:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax.rb:24:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax.rb:25:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax.rb:26:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax.rb:53:28: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Naming/MethodName`.
lib/hyrax/active_fedora_dummy_model.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/administrative_set_name.rb:10:13: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/administrative_set_name.rb:10:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/administrative_set_name.rb:11:16: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/administrative_set_name.rb:12:17: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/administrative_set_name.rb:12:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/administrative_set_name.rb:13:14: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/administrative_set_name.rb:13:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/administrative_set_name.rb:14:17: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/administrative_set_name.rb:14:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/administrative_set_name.rb:15:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/arkivo.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo.rb:3:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo.rb:4:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo.rb:5:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo.rb:6:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/actor.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/arkivo/actor.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/actor.rb:3:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/actor.rb:23:63: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/actor.rb:23:71: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/actor.rb:31:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/actor.rb:31:39: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/actor.rb:40:92: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/actor.rb:40:100: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/actor.rb:61:7: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/MethodLength`.
lib/hyrax/arkivo/actor.rb:86:48: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/actor.rb:94:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/actor.rb:94:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/actor.rb:96:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/actor.rb:96:41: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/actor.rb:98:38: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/actor.rb:98:46: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/actor.rb:99:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/actor.rb:99:41: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/config.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/arkivo/config.rb:5:66: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/config.rb:5:76: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/config.rb:9:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/create_subscription_job.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/arkivo/create_subscription_job.rb:17:46: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/create_subscription_job.rb:30:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/create_subscription_job.rb:31:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/create_subscription_job.rb:32:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/create_subscription_job.rb:33:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/create_subscription_job.rb:44:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/create_subscription_job.rb:44:45: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/create_subscription_job.rb:55:25: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/hyrax/arkivo/create_subscription_job.rb:55:51: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/hyrax/arkivo/metadata_munger.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/arkivo/metadata_munger.rb:4:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:4:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:4:47: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:4:59: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:5:22: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
lib/hyrax/arkivo/metadata_munger.rb:5:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:5:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:5:46: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:5:62: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:5:76: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:6:22: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
lib/hyrax/arkivo/metadata_munger.rb:6:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:8:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:8:41: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:8:51: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:8:65: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:9:26: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
lib/hyrax/arkivo/metadata_munger.rb:9:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:9:41: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:9:53: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:9:67: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:9:78: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:10:26: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
lib/hyrax/arkivo/metadata_munger.rb:10:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:10:43: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:10:56: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:10:69: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:10:80: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:11:26: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
lib/hyrax/arkivo/metadata_munger.rb:11:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:11:39: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:11:48: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:11:61: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:11:79: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:22:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:22:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:23:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:23:38: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:44:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:45:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:45:45: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
lib/hyrax/arkivo/metadata_munger.rb:45:74: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
lib/hyrax/arkivo/metadata_munger.rb:46:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:46:89: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:47:38: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:47:97: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:49:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:50:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/metadata_munger.rb:51:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/schema_validator.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/arkivo/schema_validator.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/schema_validator.rb:7:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/schema_validator.rb:9:17: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/hyrax/arkivo/schema_validator.rb:9:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/schema_validator.rb:9:48: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/hyrax/arkivo/schema_validator.rb:11:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/schema_validator.rb:14:21: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/hyrax/arkivo/schema_validator.rb:14:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/schema_validator.rb:14:52: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/hyrax/arkivo/schema_validator.rb:15:23: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/hyrax/arkivo/schema_validator.rb:15:30: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/schema_validator.rb:15:54: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/hyrax/arkivo/schema_validator.rb:16:28: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/hyrax/arkivo/schema_validator.rb:16:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/schema_validator.rb:16:43: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/hyrax/arkivo/schema_validator.rb:17:27: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/hyrax/arkivo/schema_validator.rb:17:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/schema_validator.rb:17:42: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/hyrax/arkivo/schema_validator.rb:18:25: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/hyrax/arkivo/schema_validator.rb:18:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/schema_validator.rb:18:40: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/hyrax/arkivo/schema_validator.rb:19:27: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/hyrax/arkivo/schema_validator.rb:19:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/schema_validator.rb:19:42: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/hyrax/arkivo/schema_validator.rb:20:25: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/hyrax/arkivo/schema_validator.rb:20:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/schema_validator.rb:20:40: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/hyrax/arkivo/schema_validator.rb:21:26: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/hyrax/arkivo/schema_validator.rb:21:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/schema_validator.rb:21:41: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/hyrax/arkivo/schema_validator.rb:22:19: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/hyrax/arkivo/schema_validator.rb:22:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/schema_validator.rb:22:34: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/hyrax/arkivo/schema_validator.rb:23:24: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/hyrax/arkivo/schema_validator.rb:23:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/schema_validator.rb:23:39: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/hyrax/arkivo/schema_validator.rb:27:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/schema_validator.rb:30:22: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/hyrax/arkivo/schema_validator.rb:30:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/schema_validator.rb:30:53: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/hyrax/arkivo/schema_validator.rb:31:19: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/hyrax/arkivo/schema_validator.rb:31:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/schema_validator.rb:31:50: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/hyrax/arkivo/schema_validator.rb:32:24: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/hyrax/arkivo/schema_validator.rb:32:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/schema_validator.rb:32:55: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/hyrax/arkivo/schema_validator.rb:33:27: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/hyrax/arkivo/schema_validator.rb:33:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/arkivo/schema_validator.rb:33:58: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/hyrax/collection_name.rb:11:13: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/collection_name.rb:11:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/collection_name.rb:12:16: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/collection_name.rb:13:17: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/collection_name.rb:13:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/collection_name.rb:14:14: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/collection_name.rb:14:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/collection_name.rb:15:17: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/collection_name.rb:15:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/collection_name.rb:16:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/configuration.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:3:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:71:36: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:112:55: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:120:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:120:47: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:133:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:153:5: Style/Alias: Use `alias_method` instead of `alias`.
lib/hyrax/configuration.rb:173:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:180:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:187:39: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:201:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:211:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:251:114: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
lib/hyrax/configuration.rb:258:60: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:265:44: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:272:36: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:315:39: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:315:81: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:315:88: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:321:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:321:72: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:321:79: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:328:26: Style/EmptyLambdaParameter: Omit parentheses for the empty lambda parameters.
lib/hyrax/configuration.rb:328:41: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:328:80: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:328:87: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:333:25: Style/EmptyLambdaParameter: Omit parentheses for the empty lambda parameters.
lib/hyrax/configuration.rb:333:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:333:78: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:333:85: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:339:36: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:339:75: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:339:85: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:356:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:356:55: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:364:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:364:51: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:397:25: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:404:53: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:452:53: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:458:48: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:458:58: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:471:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:547:65: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:549:38: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:557:21: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/configuration.rb:558:21: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/configuration.rb:559:21: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/configuration.rb:560:21: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/configuration.rb:561:21: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/configuration.rb:645:5: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Layout/LineLength`.
lib/hyrax/configuration.rb:652:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:652:39: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:653:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:692:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:697:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:702:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:707:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:715:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:729:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:778:31: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/hyrax/configuration.rb:778:39: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:779:39: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:779:80: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/hyrax/configuration.rb:784:37: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/hyrax/configuration.rb:784:45: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:784:92: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/hyrax/configuration.rb:789:32: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/hyrax/configuration.rb:789:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:790:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:791:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:791:89: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/hyrax/configuration.rb:804:75: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:807:70: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:821:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/configuration.rb:850:7: Layout/IndentationWidth: Use 2 (not 16) spaces for indentation.
lib/hyrax/configuration.rb:851:21: Layout/ElseAlignment: Align `else` with `@uploader`.
lib/hyrax/configuration.rb:853:21: Layout/EndAlignment: `end` at 853, 20 is not aligned with `@uploader ||= if` at 848, 6.
lib/hyrax/configuration.rb:864:74: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/controlled_vocabularies.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/controlled_vocabularies/location.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/controlled_vocabularies/location.rb:10:29: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/hyrax/controlled_vocabularies/location.rb:10:72: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/hyrax/controlled_vocabulary/importer/downloader.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/controlled_vocabulary/importer/downloader.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/controlled_vocabulary/importer/downloader.rb:9:11: Security/Open: The use of `Kernel#open` is a serious security risk.
lib/hyrax/controlled_vocabulary/importer/language.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/controlled_vocabulary/importer/language.rb:2:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/controlled_vocabulary/importer/language.rb:3:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/controlled_vocabulary/importer/language.rb:8:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/controlled_vocabulary/importer/language.rb:11:38: Style/GlobalStdStream: Use `$stdout` instead of `STDOUT`.
lib/hyrax/controlled_vocabulary/importer/language.rb:24:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/controlled_vocabulary/importer/language.rb:26:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/controlled_vocabulary/importer/language.rb:27:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/controlled_vocabulary/importer/language.rb:35:52: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/controlled_vocabulary/importer/language.rb:56:45: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/controller_resource.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/engine.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/engine.rb:6:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:7:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:8:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:9:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:10:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:11:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:12:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:13:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:14:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:15:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:16:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:17:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:18:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:19:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:20:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:21:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:22:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:23:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:25:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:26:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:27:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:28:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:29:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:30:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:31:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:32:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:33:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:34:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:35:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:36:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:53:51: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:66:21: Layout/RescueEnsureAlignment: `rescue` at 66, 20 is not aligned with `can_connect = begin` at 63, 6.
lib/hyrax/engine.rb:66:21: Style/RescueStandardError: Omit the error class when rescuing `StandardError` by itself.
lib/hyrax/engine.rb:74:36: Layout/RescueEnsureAlignment: `rescue` at 74, 35 is not aligned with `can_persist = can_connect && begin` at 70, 6.
lib/hyrax/engine.rb:86:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:87:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:88:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:91:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:92:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:95:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:100:39: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/engine.rb:102:37: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/engine.rb:103:41: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/engine.rb:115:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:116:51: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:116:61: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:116:71: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:117:51: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:117:58: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:117:68: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:118:51: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:118:58: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:118:68: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:118:78: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:119:51: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:119:58: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:119:68: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:119:78: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:120:51: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:120:58: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:120:68: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:120:78: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:125:39: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/hyrax/engine.rb:125:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:125:53: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:125:60: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/engine.rb:125:79: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/hyrax/errors.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/errors.rb:3:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/event_store.rb:43:36: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/event_store.rb:44:36: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/event_store.rb:71:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/event_store.rb:72:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/event_store.rb:82:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/event_store.rb:83:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/health_checks.rb:3:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/health_checks.rb:4:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/health_checks/solr_check.rb:13:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/inflections.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/inflections.rb:3:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/model_decorator.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/move_all_works_to_admin_set.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/name.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/name.rb:16:17: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/publisher.rb:1:1: Style/Encoding: Unnecessary utf-8 encoding comment.
lib/hyrax/publisher.rb:95:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/publisher.rb:99:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/publisher.rb:109:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/publisher.rb:120:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/publisher.rb:124:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/publisher.rb:134:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/publisher.rb:138:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/publisher.rb:142:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/publisher.rb:146:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/publisher.rb:150:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/publisher.rb:154:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/publisher.rb:158:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/publisher.rb:162:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/publisher.rb:166:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/publisher.rb:177:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/publisher.rb:188:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/publisher.rb:192:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/rails/routes.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/rails/routes.rb:9:48: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/MethodLength`.
lib/hyrax/rails/routes.rb:13:30: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/rails/routes.rb:53:22: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/hyrax/rails/routes.rb:53:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/rails/routes.rb:53:35: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/hyrax/rails/routes.rb:53:50: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/hyrax/rails/routes.rb:53:52: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/hyrax/rails/routes.rb:61:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/rails/routes.rb:62:48: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/rails/routes.rb:63:29: Style/SlicingWithRange: Prefer ary[n..] over ary[n..-1].
lib/hyrax/rails/routes.rb:63:42: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/rails/routes.rb:69:20: Performance/BlockGivenWithExplicitBlock: Check block argument explicitly instead of using `block_given?`.
lib/hyrax/redis_event_store.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/resource_name.rb:15:17: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/resource_sync.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/resource_sync/capability_list_writer.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/resource_sync/capability_list_writer.rb:17:7: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/MethodLength`.
lib/hyrax/resource_sync/capability_list_writer.rb:22:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/capability_list_writer.rb:22:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/capability_list_writer.rb:23:22: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/resource_sync/capability_list_writer.rb:23:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/capability_list_writer.rb:23:36: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/capability_list_writer.rb:24:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/capability_list_writer.rb:25:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/capability_list_writer.rb:29:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/capability_list_writer.rb:29:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/capability_list_writer.rb:34:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/capability_list_writer.rb:34:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/change_list_writer.rb:11:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/change_list_writer.rb:12:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/change_list_writer.rb:27:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/change_list_writer.rb:27:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/change_list_writer.rb:28:22: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/resource_sync/change_list_writer.rb:28:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/change_list_writer.rb:28:36: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/change_list_writer.rb:29:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/change_list_writer.rb:30:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/change_list_writer.rb:39:115: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/change_list_writer.rb:45:19: Layout/BeginEndAlignment: `end` at 45, 18 is not aligned with `@from ||= begin` at 38, 8.
lib/hyrax/resource_sync/change_list_writer.rb:49:10: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/hyrax/resource_sync/change_list_writer.rb:49:39: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/change_list_writer.rb:49:46: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/hyrax/resource_sync/change_list_writer.rb:64:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/change_list_writer.rb:81:49: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/change_list_writer.rb:83:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/change_list_writer.rb:98:10: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/hyrax/resource_sync/change_list_writer.rb:98:85: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/hyrax/resource_sync/resource_list_writer.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/resource_sync/resource_list_writer.rb:24:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/resource_list_writer.rb:24:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/resource_list_writer.rb:25:22: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/resource_sync/resource_list_writer.rb:25:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/resource_list_writer.rb:25:36: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/resource_list_writer.rb:26:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/resource_list_writer.rb:27:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/resource_list_writer.rb:64:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/resource_list_writer.rb:65:49: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/resource_list_writer.rb:66:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/resource_list_writer.rb:81:10: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/hyrax/resource_sync/resource_list_writer.rb:81:85: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/hyrax/resource_sync/source_description_writer.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/resource_sync/source_description_writer.rb:6:43: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/source_description_writer.rb:18:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/source_description_writer.rb:18:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/source_description_writer.rb:19:22: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/resource_sync/source_description_writer.rb:19:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/source_description_writer.rb:19:36: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/source_description_writer.rb:20:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/source_description_writer.rb:21:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/source_description_writer.rb:24:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/resource_sync/source_description_writer.rb:24:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/role_registry.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/role_registry.rb:10:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/role_registry.rb:14:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/role_registry.rb:18:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/role_registry.rb:27:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/role_registry.rb:28:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/role_registry.rb:29:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/search_state.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/specs/capybara.rb:14:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/capybara.rb:15:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/capybara.rb:16:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/capybara.rb:17:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/capybara.rb:18:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/capybara.rb:18:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/capybara.rb:18:62: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/capybara.rb:20:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/capybara.rb:20:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/capybara.rb:22:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/capybara.rb:22:68: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/capybara.rb:24:83: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/hyrax/specs/capybara.rb:24:94: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/hyrax/specs/capybara.rb:28:40: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/specs/capybara.rb:29:40: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/specs/capybara.rb:30:40: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/specs/capybara.rb:30:49: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/capybara.rb:41:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/capybara.rb:47:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/capybara.rb:55:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/capybara.rb:56:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/capybara.rb:57:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/capybara.rb:64:44: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/capybara.rb:71:40: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/hyrax/specs/capybara.rb:71:49: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/hyrax/specs/capybara.rb:80:36: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
lib/hyrax/specs/capybara.rb:80:60: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
lib/hyrax/specs/capybara.rb:82:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/capybara.rb:82:68: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/capybara.rb:82:75: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/clamav.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/specs/disable_animations_in_test_environment.rb:22:1: Layout/IndentationWidth: Use 2 (not 4) spaces for indentation.
lib/hyrax/specs/disable_animations_in_test_environment.rb:22:5: Layout/IndentationConsistency: Inconsistent indentation detected.
lib/hyrax/specs/disable_animations_in_test_environment.rb:26:5: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/MethodLength`.
lib/hyrax/specs/disable_animations_in_test_environment.rb:27:1: Layout/IndentationWidth: Use 2 (not 4) spaces for indentation.
lib/hyrax/specs/disable_animations_in_test_environment.rb:27:5: Layout/IndentationConsistency: Inconsistent indentation detected.
lib/hyrax/specs/disable_animations_in_test_environment.rb:29:1: Layout/HeredocIndentation: Use 2 spaces for indentation in a heredoc by using `<<~` instead of `<<-`.
lib/hyrax/specs/shared_specs.rb:1:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs.rb:3:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs.rb:4:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs.rb:5:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs.rb:6:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/change_set.rb:1:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/change_set.rb:3:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/change_set.rb:5:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/change_set.rb:8:22: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/specs/shared_specs/change_set.rb:10:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/derivative_service.rb:1:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/derivative_service.rb:3:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/factories/strategies/valkyrie_resource.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/specs/shared_specs/hydra_works.rb:1:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:4:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:6:16: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/specs/shared_specs/hydra_works.rb:8:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:12:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:13:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:15:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:29:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:30:18: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/specs/shared_specs/hydra_works.rb:31:16: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/specs/shared_specs/hydra_works.rb:32:18: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/specs/shared_specs/hydra_works.rb:33:22: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/specs/shared_specs/hydra_works.rb:36:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:37:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:41:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:42:42: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:42:70: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:49:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:50:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:58:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:69:10: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:72:44: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/specs/shared_specs/hydra_works.rb:76:10: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:79:52: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/specs/shared_specs/hydra_works.rb:86:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:87:18: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/specs/shared_specs/hydra_works.rb:88:16: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/specs/shared_specs/hydra_works.rb:89:18: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/specs/shared_specs/hydra_works.rb:92:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:93:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:97:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:101:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:111:10: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:115:10: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:119:10: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:128:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:136:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:137:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:138:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:139:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:141:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:144:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:152:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:155:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:157:6: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:158:45: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:160:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:163:6: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:164:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:166:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:169:6: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:170:39: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:172:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:175:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:178:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:184:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:185:17: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/specs/shared_specs/hydra_works.rb:186:16: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/specs/shared_specs/hydra_works.rb:187:18: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/specs/shared_specs/hydra_works.rb:190:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:191:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:192:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:193:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:201:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:202:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:206:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:207:36: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:209:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:212:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:217:10: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:226:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:227:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:228:36: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:230:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:234:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:235:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:236:39: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:238:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:242:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:243:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:244:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:246:32: Layout/SpaceInsideBlockBraces: Space missing inside }.
lib/hyrax/specs/shared_specs/hydra_works.rb:253:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:254:20: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/specs/shared_specs/hydra_works.rb:255:16: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/specs/shared_specs/hydra_works.rb:256:18: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/specs/shared_specs/hydra_works.rb:259:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:260:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:268:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:269:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:273:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:277:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:288:10: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:292:10: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/hydra_works.rb:296:10: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/identifiers.rb:3:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/identifiers.rb:6:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/identifiers.rb:7:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/identifiers.rb:8:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/identifiers.rb:14:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/identifiers.rb:16:16: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/specs/shared_specs/identifiers.rb:16:76: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/identifiers.rb:17:15: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/specs/shared_specs/identifiers.rb:17:58: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/identifiers.rb:21:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/identifiers.rb:22:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:9:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:11:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:12:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:12:142: Style/ClassCheck: Prefer `Object#is_a?` over `Object#kind_of?`.
lib/hyrax/specs/shared_specs/indexers.rb:15:20: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/specs/shared_specs/indexers.rb:16:12: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/specs/shared_specs/indexers.rb:16:25: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:16:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:18:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:19:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:22:21: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/specs/shared_specs/indexers.rb:23:21: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/specs/shared_specs/indexers.rb:28:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:30:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:32:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:32:142: Style/ClassCheck: Prefer `Object#is_a?` over `Object#kind_of?`.
lib/hyrax/specs/shared_specs/indexers.rb:34:9: Layout/MultilineMethodCallIndentation: Use 2 (not 4) spaces for indenting an expression spanning multiple lines.
lib/hyrax/specs/shared_specs/indexers.rb:36:43: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/specs/shared_specs/indexers.rb:37:43: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/specs/shared_specs/indexers.rb:42:19: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/specs/shared_specs/indexers.rb:43:19: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/specs/shared_specs/indexers.rb:45:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:46:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:49:21: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/specs/shared_specs/indexers.rb:52:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:55:21: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/specs/shared_specs/indexers.rb:60:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:62:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:63:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:63:142: Style/ClassCheck: Prefer `Object#is_a?` over `Object#kind_of?`.
lib/hyrax/specs/shared_specs/indexers.rb:67:20: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/specs/shared_specs/indexers.rb:69:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:70:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:71:76: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:75:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:81:10: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:82:60: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:88:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:90:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:92:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:92:142: Style/ClassCheck: Prefer `Object#is_a?` over `Object#kind_of?`.
lib/hyrax/specs/shared_specs/indexers.rb:96:15: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/specs/shared_specs/indexers.rb:96:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:96:47: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:98:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:99:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:104:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:111:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:113:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:115:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:115:142: Style/ClassCheck: Prefer `Object#is_a?` over `Object#kind_of?`.
lib/hyrax/specs/shared_specs/indexers.rb:122:20: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:122:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:123:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:124:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:125:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:126:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:127:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:127:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:131:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:132:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:135:21: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/specs/shared_specs/indexers.rb:136:21: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/specs/shared_specs/indexers.rb:137:21: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/specs/shared_specs/indexers.rb:138:21: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/specs/shared_specs/indexers.rb:139:21: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/specs/shared_specs/indexers.rb:140:21: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/specs/shared_specs/indexers.rb:141:21: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/specs/shared_specs/indexers.rb:142:21: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/specs/shared_specs/indexers.rb:147:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:149:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:151:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:151:138: Style/ClassCheck: Prefer `Object#is_a?` over `Object#kind_of?`.
lib/hyrax/specs/shared_specs/indexers.rb:157:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:158:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:159:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:160:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:163:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:165:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:167:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:167:148: Style/ClassCheck: Prefer `Object#is_a?` over `Object#kind_of?`.
lib/hyrax/specs/shared_specs/indexers.rb:171:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:172:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:173:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:174:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:176:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:177:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:182:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:184:71: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:187:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:189:48: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:189:69: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:192:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:195:21: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/specs/shared_specs/indexers.rb:200:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:202:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:204:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:204:151: Style/ClassCheck: Prefer `Object#is_a?` over `Object#kind_of?`.
lib/hyrax/specs/shared_specs/indexers.rb:208:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:209:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:210:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:211:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:213:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:214:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:219:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:221:71: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:224:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:226:48: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:226:69: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:229:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/indexers.rb:232:21: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/specs/shared_specs/metadata.rb:3:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:6:6: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:7:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:7:50: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:9:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:9:42: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:12:6: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:13:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:15:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:18:6: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:19:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:19:41: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:21:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:21:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:24:6: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:25:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:25:60: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:27:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:27:53: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:30:6: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:31:39: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:33:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:36:6: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:37:40: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:37:48: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:39:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:39:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:42:6: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:43:39: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:43:49: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:45:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:45:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:48:6: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:49:43: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:49:69: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:51:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:51:53: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:54:6: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:55:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:55:42: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:57:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:57:36: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:60:6: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:61:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:61:44: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:63:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:63:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:67:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:69:13: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/specs/shared_specs/metadata.rb:71:6: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:77:6: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:83:6: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:84:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:86:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:89:6: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:90:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/metadata.rb:92:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/valkyrie_storage_versions.rb:3:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/valkyrie_storage_versions.rb:4:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/valkyrie_storage_versions.rb:5:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/workflow_method.rb:1:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/workflow_method.rb:3:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/shared_specs/workflow_method.rb:8:38: Layout/SpaceBeforeBlockBraces: Space missing to the left of {.
lib/hyrax/specs/shared_specs/workflow_method.rb:10:1: Layout/EmptyLines: Extra blank line detected.
lib/hyrax/specs/shared_specs/workflow_method.rb:11:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/spy_listener.rb:38:71: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/specs/spy_listener.rb:52:71: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/transactions.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/admin_set_create.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/transactions/admin_set_create.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/admin_set_create.rb:11:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/admin_set_create.rb:12:24: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
lib/hyrax/transactions/admin_set_create.rb:12:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/admin_set_create.rb:13:24: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
lib/hyrax/transactions/admin_set_create.rb:13:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/admin_set_create.rb:14:24: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
lib/hyrax/transactions/admin_set_create.rb:14:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/admin_set_destroy.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/transactions/admin_set_destroy.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/admin_set_destroy.rb:11:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/admin_set_destroy.rb:12:24: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
lib/hyrax/transactions/admin_set_destroy.rb:12:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/admin_set_destroy.rb:13:24: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
lib/hyrax/transactions/admin_set_destroy.rb:13:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/admin_set_update.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/transactions/admin_set_update.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/admin_set_update.rb:11:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/admin_set_update.rb:12:24: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
lib/hyrax/transactions/admin_set_update.rb:12:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/apply_change_set.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/transactions/apply_change_set.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/apply_change_set.rb:35:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/apply_change_set.rb:36:24: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
lib/hyrax/transactions/apply_change_set.rb:36:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/apply_change_set.rb:37:24: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
lib/hyrax/transactions/apply_change_set.rb:37:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/apply_change_set.rb:38:24: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
lib/hyrax/transactions/apply_change_set.rb:38:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/collection_create.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/transactions/collection_create.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/collection_create.rb:11:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/collection_create.rb:12:24: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
lib/hyrax/transactions/collection_create.rb:12:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/collection_create.rb:13:24: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
lib/hyrax/transactions/collection_create.rb:13:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/collection_create.rb:14:24: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
lib/hyrax/transactions/collection_create.rb:14:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/collection_create.rb:15:24: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
lib/hyrax/transactions/collection_create.rb:15:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/collection_create.rb:16:24: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
lib/hyrax/transactions/collection_create.rb:16:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/collection_destroy.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/transactions/collection_destroy.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/collection_destroy.rb:12:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/collection_destroy.rb:13:24: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
lib/hyrax/transactions/collection_destroy.rb:13:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/collection_update.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/transactions/collection_update.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/collection_update.rb:11:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/collection_update.rb:12:24: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
lib/hyrax/transactions/collection_update.rb:12:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/transactions/container.rb:20:21: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/ClassLength`.
lib/hyrax/transactions/container.rb:21:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:22:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:23:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:24:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:25:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:26:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:27:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:28:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:29:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:30:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:31:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:32:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:33:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:34:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:35:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:36:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:37:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:38:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:39:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:40:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:41:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:42:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:43:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:44:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:45:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:46:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:47:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:48:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:49:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:50:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:51:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:52:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:53:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:54:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:55:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:56:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:57:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:62:7: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/BlockLength`.
lib/hyrax/transactions/container.rb:63:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:64:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:68:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:72:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:76:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:80:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:84:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:88:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:92:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:96:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:100:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:104:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:108:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:112:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:116:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:120:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:124:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:129:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:130:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:134:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:138:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:143:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:144:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:148:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:152:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:156:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:160:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:164:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:168:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:173:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:174:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:178:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:182:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:186:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:190:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:195:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:196:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:200:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:204:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:208:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:212:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:216:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:221:17: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:222:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:226:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:230:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:234:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:238:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:242:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:246:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:250:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:254:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/container.rb:258:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/create_work.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/transactions/create_work.rb:52:35: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/transactions/create_work.rb:52:46: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/create_work.rb:53:30: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/transactions/create_work.rb:53:46: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/create_work.rb:54:46: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/create_work.rb:55:46: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/create_work.rb:56:30: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/transactions/create_work.rb:56:46: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/create_work.rb:57:31: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/transactions/create_work.rb:57:46: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/create_work.rb:58:31: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/transactions/create_work.rb:58:46: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/create_work.rb:59:23: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/transactions/create_work.rb:59:46: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/destroy_work.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/transactions/destroy_work.rb:22:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/file_set_destroy.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/transactions/file_set_destroy.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/file_set_destroy.rb:11:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/file_set_destroy.rb:12:24: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
lib/hyrax/transactions/file_set_destroy.rb:12:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/steps/add_file_sets.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/transactions/steps/add_file_sets.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/steps/add_to_collections.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/transactions/steps/add_to_collections.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/steps/add_to_parent.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/transactions/steps/add_to_parent.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/steps/add_to_parent.rb:27:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/steps/apply_collection_permission_template.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/transactions/steps/apply_collection_type_permissions.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/transactions/steps/apply_collection_type_permissions.rb:20:71: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/transactions/steps/apply_permission_template.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/transactions/steps/apply_visibility.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/transactions/steps/apply_visibility.rb:26:54: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/transactions/steps/apply_visibility.rb:27:54: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/transactions/steps/apply_visibility.rb:28:54: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/transactions/steps/check_for_empty_admin_set.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/transactions/steps/check_for_empty_admin_set.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/steps/check_for_empty_admin_set.rb:27:21: Layout/MultilineMethodCallIndentation: Use 2 (not 10) spaces for indenting an expression in an assignment spanning multiple lines.
lib/hyrax/transactions/steps/check_for_empty_admin_set.rb:28:49: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/transactions/steps/delete_access_control.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/transactions/steps/delete_access_control.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/steps/delete_resource.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/transactions/steps/delete_resource.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/steps/delete_resource.rb:40:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/steps/delete_resource.rb:41:32: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/transactions/steps/delete_resource.rb:42:32: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/transactions/steps/delete_resource.rb:43:32: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/transactions/steps/delete_resource.rb:45:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/steps/delete_resource.rb:46:32: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/transactions/steps/delete_resource.rb:47:32: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/transactions/steps/delete_resource.rb:48:32: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/transactions/steps/destroy_work.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/transactions/steps/ensure_admin_set.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/transactions/steps/ensure_permission_template.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/transactions/steps/remove_file_set_from_work.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/transactions/steps/remove_file_set_from_work.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/steps/remove_file_set_from_work.rb:25:21: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/transactions/steps/remove_file_set_from_work.rb:34:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/steps/remove_file_set_from_work.rb:39:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/steps/save.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/transactions/steps/save.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/steps/save.rb:37:11: Style/RescueStandardError: Omit the error class when rescuing `StandardError` by itself.
lib/hyrax/transactions/steps/save.rb:66:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/steps/save.rb:68:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/steps/save.rb:69:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/steps/save.rb:73:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/steps/save.rb:74:32: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/transactions/steps/save.rb:75:32: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/hyrax/transactions/steps/save_access_control.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/transactions/steps/save_access_control.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/steps/save_work.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/transactions/steps/set_collection_type_gid.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/transactions/steps/set_default_admin_set.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/transactions/steps/set_modified_date.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/transactions/steps/set_uploaded_date_unless_present.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/transactions/steps/set_user_as_creator.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/transactions/steps/set_user_as_creator.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/steps/set_user_as_depositor.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/transactions/steps/set_user_as_depositor.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/steps/validate.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/transactions/steps/validate.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/transaction.rb:3:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/transaction.rb:4:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/transaction.rb:76:22: Style/KeywordParametersOrder: Place optional keyword parameters at the end of the parameters list.
lib/hyrax/transactions/transaction.rb:78:19: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/hyrax/transactions/transaction.rb:149:78: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
lib/hyrax/transactions/transaction.rb:150:66: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
lib/hyrax/transactions/update_work.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/transactions/update_work.rb:7:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/update_work.rb:8:24: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
lib/hyrax/transactions/update_work.rb:8:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/update_work.rb:9:24: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
lib/hyrax/transactions/update_work.rb:9:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/work_create.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/transactions/work_create.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/work_create.rb:11:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/work_create.rb:12:24: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
lib/hyrax/transactions/work_create.rb:12:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/work_create.rb:13:24: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
lib/hyrax/transactions/work_create.rb:13:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/work_create.rb:14:24: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
lib/hyrax/transactions/work_create.rb:14:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/work_create.rb:15:24: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
lib/hyrax/transactions/work_create.rb:15:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/work_create.rb:16:24: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
lib/hyrax/transactions/work_create.rb:16:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/work_create.rb:17:24: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
lib/hyrax/transactions/work_create.rb:17:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/work_create.rb:18:24: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
lib/hyrax/transactions/work_create.rb:18:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/work_destroy.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/transactions/work_destroy.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/work_destroy.rb:11:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/transactions/work_destroy.rb:12:24: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
lib/hyrax/transactions/work_destroy.rb:12:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/valkyrie_simple_path_generator.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/valkyrie_simple_path_generator.rb:16:56: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Lint/UnusedMethodArgument`.
lib/hyrax/version.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/version.rb:3:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/zotero.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/zotero.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/zotero/config.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/hyrax/zotero/config.rb:9:64: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/zotero/config.rb:9:74: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/hyrax/zotero/config.rb:9:98: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/tasks/collection_type_global_id.rake:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/tasks/collection_type_global_id.rake:4:10: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/tasks/collection_type_global_id.rake:6:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/tasks/controlled_vocabularies.rake:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/tasks/controlled_vocabularies.rake:6:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/tasks/default_admin_set.rake:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/tasks/default_collection_type.rake:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/tasks/embargo_lease.rake:5:10: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/tasks/embargo_lease.rake:17:10: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/tasks/hyrax.rake:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/tasks/hyrax.rake:3:8: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/tasks/hyrax_user.rake:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/tasks/hyrax_user.rake:14:10: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/tasks/install.rake:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/tasks/install.rake:4:10: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/tasks/migrate.rake:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/tasks/migrate.rake:5:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/tasks/migrate.rake:16:64: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/tasks/migrate.rake:18:51: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/tasks/migrate.rake:18:63: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/tasks/migrate.rake:19:51: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/tasks/migrate.rake:20:51: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/tasks/migrate.rake:25:46: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/tasks/regenerate_derivatives.rake:5:10: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/tasks/reindex.rake:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/tasks/stats_tasks.rake:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/tasks/universal_viewer.rake:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/tasks/universal_viewer.rake:7:57: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/tasks/universal_viewer.rake:7:81: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/tasks/universal_viewer.rake:7:88: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/tasks/universal_viewer.rake:7:102: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/tasks/universal_viewer.rake:7:111: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/tasks/universal_viewer.rake:8:49: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/tasks/universal_viewer.rake:8:82: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/tasks/universal_viewer.rake:9:33: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/tasks/universal_viewer.rake:9:43: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/tasks/universal_viewer.rake:9:85: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/tasks/universal_viewer.rake:9:95: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/tasks/universal_viewer.rake:10:49: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/tasks/universal_viewer.rake:10:77: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/tasks/universal_viewer.rake:10:87: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/tasks/universal_viewer.rake:10:93: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/tasks/universal_viewer.rake:11:49: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/tasks/universal_viewer.rake:11:84: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/tasks/universal_viewer.rake:11:94: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/tasks/universal_viewer.rake:11:100: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/tasks/universal_viewer.rake:13:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/tasks/workflow.rake:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/tasks/workflow.rake:6:27: Style/GlobalStdStream: Use `$stdout` instead of `STDOUT`.
lib/valkyrie/indexing/null_indexing_adapter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/valkyrie/indexing/null_indexing_adapter.rb:9:5: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Lint/UnusedMethodArgument`.
lib/valkyrie/indexing/solr/indexing_adapter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/valkyrie/indexing/solr/indexing_adapter.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/valkyrie/indexing/solr/indexing_adapter.rb:8:26: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/valkyrie/indexing/solr/indexing_adapter.rb:8:43: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/valkyrie/indexing/solr/indexing_adapter.rb:69:12: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/valkyrie/indexing/solr/indexing_adapter.rb:69:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/valkyrie/indexing/solr/indexing_adapter.rb:70:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/valkyrie/indexing/solr/indexing_adapter.rb:71:13: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/valkyrie/indexing/solr/indexing_adapter.rb:71:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/valkyrie/indexing/solr/indexing_adapter.rb:71:39: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/valkyrie/indexing/solr/indexing_adapter.rb:77:20: Layout/RescueEnsureAlignment: `rescue` at 77, 19 is not aligned with `config = begin` at 75, 10.
lib/valkyrie/indexing/solr/indexing_adapter.rb:79:20: Layout/BeginEndAlignment: `end` at 79, 19 is not aligned with `config = begin` at 75, 10.
lib/valkyrie/indexing/solr/indexing_adapter.rb:84:28: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
lib/valkyrie/indexing/solr/indexing_adapter.rb:84:46: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
lib/valkyrie/indexing/solr/indexing_adapter.rb:84:69: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
lib/valkyrie/indexing_adapter.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/wings.rb:67:41: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Naming/MethodName`.
lib/wings.rb:83:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings.rb:84:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings.rb:85:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings.rb:86:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings.rb:87:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings.rb:88:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings.rb:89:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings.rb:90:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings.rb:91:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings.rb:92:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings.rb:93:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings.rb:94:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings.rb:95:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings.rb:96:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings.rb:97:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings.rb:98:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings.rb:99:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings.rb:102:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings.rb:104:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings.rb:104:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings/active_fedora_converter.rb:3:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings/active_fedora_converter.rb:4:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings/active_fedora_converter.rb:5:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings/active_fedora_converter.rb:78:19: Layout/RescueEnsureAlignment: `rescue` at 78, 18 is not aligned with `klass = begin` at 76, 10.
lib/wings/active_fedora_converter.rb:80:19: Layout/BeginEndAlignment: `end` at 80, 18 is not aligned with `klass = begin` at 76, 10.
lib/wings/active_fedora_converter.rb:120:9: Layout/IndentationWidth: Use 2 (not 15) spaces for indentation.
lib/wings/active_fedora_converter.rb:121:22: Layout/ElseAlignment: Align `elsif` with `hash[attr]`.
lib/wings/active_fedora_converter.rb:123:22: Layout/ElseAlignment: Align `elsif` with `hash[attr]`.
lib/wings/active_fedora_converter.rb:125:22: Layout/ElseAlignment: Align `else` with `hash[attr]`.
lib/wings/active_fedora_converter.rb:127:22: Layout/EndAlignment: `end` at 127, 21 is not aligned with `hash[attr] = if` at 119, 8.
lib/wings/active_fedora_converter/default_work.rb:30:19: Performance/InefficientHashSearch: Use `#key?` instead of `#keys.include?`.
lib/wings/active_fedora_converter/default_work.rb:31:19: Layout/MultilineOperationIndentation: Use 2 (not 10) spaces for indenting a condition in an `if` statement spanning multiple lines.
lib/wings/active_fedora_converter/default_work.rb:54:17: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/wings/active_fedora_converter/default_work.rb:54:62: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings/active_fedora_converter/default_work.rb:54:105: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/wings/active_fedora_converter/default_work.rb:58:19: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/wings/active_fedora_converter/default_work.rb:58:64: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings/active_fedora_converter/default_work.rb:59:82: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings/active_fedora_converter/default_work.rb:60:40: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/wings/active_fedora_converter/default_work.rb:63:10: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/wings/active_fedora_converter/default_work.rb:63:31: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/wings/active_fedora_converter/default_work.rb:78:42: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Naming/MethodName`.
lib/wings/active_fedora_converter/default_work.rb:123:9: Style/Alias: Use `alias_method` instead of `alias`.
lib/wings/active_fedora_converter/default_work.rb:124:9: Style/Alias: Use `alias_method` instead of `alias`.
lib/wings/active_fedora_converter/nested_resource.rb:7:47: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings/active_fedora_converter/nested_resource.rb:8:50: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings/active_fedora_converter/nested_resource.rb:15:9: Layout/IndentationWidth: Use 2 (not 8) spaces for indentation.
lib/wings/active_fedora_converter/nested_resource.rb:15:60: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
lib/wings/active_fedora_converter/nested_resource.rb:15:66: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
lib/wings/active_fedora_converter/nested_resource.rb:16:15: Layout/ElseAlignment: Align `elsif` with `uri`.
lib/wings/active_fedora_converter/nested_resource.rb:16:39: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings/active_fedora_converter/nested_resource.rb:18:15: Layout/EndAlignment: `end` at 18, 14 is not aligned with `uri = if` at 14, 8.
lib/wings/attribute_transformer.rb:3:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings/attribute_transformer.rb:18:23: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/AbcSize`, `Metrics/CyclomaticComplexity`, `Metrics/MethodLength`.
lib/wings/converter_value_mapper.rb:16:19: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
lib/wings/converter_value_mapper.rb:17:19: Layout/ArrayAlignment: Use one level of indentation for elements following the first line of a multi-line array.
lib/wings/converter_value_mapper.rb:58:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings/converter_value_mapper.rb:113:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings/converter_value_mapper.rb:137:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings/converter_value_mapper.rb:141:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings/converter_value_mapper.rb:145:16: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/wings/converter_value_mapper.rb:145:77: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/wings/converter_value_mapper.rb:257:7: Style/HashConversion: Prefer ary.to_h to Hash[ary].
lib/wings/hydra/works/services/add_file_to_file_set.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/wings/hydra/works/services/add_file_to_file_set.rb:15:30: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings/hydra/works/services/add_file_to_file_set.rb:16:30: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings/model_transformer.rb:130:8: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
lib/wings/model_transformer.rb:134:75: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
lib/wings/model_transformer.rb:146:78: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings/model_transformer.rb:151:78: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings/model_transformer.rb:176:36: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings/model_transformer.rb:179:31: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/wings/model_transformer.rb:180:31: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/wings/model_transformer.rb:181:31: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/wings/model_transformer.rb:182:31: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
lib/wings/orm_converter.rb:25:5: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/AbcSize`.
lib/wings/orm_converter.rb:26:5: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/BlockLength`.
lib/wings/orm_converter.rb:27:5: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/CyclomaticComplexity`.
lib/wings/orm_converter.rb:28:5: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/PerceivedComplexity`.
lib/wings/orm_converter.rb:29:5: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/MethodLength`.
lib/wings/orm_converter.rb:52:23: Style/SlicingWithRange: Prefer ary[n..] over ary[n..-1].
lib/wings/orm_converter.rb:95:17: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/wings/orm_converter.rb:96:65: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings/orm_converter.rb:98:17: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/wings/orm_converter.rb:99:65: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/wings/services/custom_queries/find_access_control.rb:2:1: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
lib/wings/services/custom_queries/find_access_control.rb:37:17: Layout/ArgumentAlignment: Use one level of indentation for argument
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment