[JS/Gems] Bump packages/gems

Also regenerates rubocop-todo
This commit is contained in:
Earlopain 2023-03-10 10:23:58 +01:00
parent 5de55edad3
commit 94efeddf04
No known key found for this signature in database
GPG Key ID: 237AA8F8D0D0577F
4 changed files with 581 additions and 673 deletions

View File

@ -13,10 +13,6 @@ require:
AllCops: AllCops:
NewCops: enable NewCops: enable
Exclude:
- bin/*
- node_modules/**/*
- lib/templates/erb/scaffold/_form.html.erb # TODO: rubocop-erb chokes on this
Bundler/OrderedGems: Bundler/OrderedGems:
Enabled: false Enabled: false

View File

@ -1,6 +1,6 @@
# This configuration was generated by # This configuration was generated by
# `rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit 20000` # `rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit 20000`
# on 2023-02-23 11:53:27 UTC using RuboCop version 1.46.0. # on 2023-03-10 09:04:34 UTC using RuboCop version 1.48.0.
# The point is for the user to remove these configuration records # The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base. # one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new # Note that changes in the inspected code, or installation of new
@ -92,21 +92,20 @@ Layout/ElseAlignment:
- 'app/models/bulk_update_request.rb' - 'app/models/bulk_update_request.rb'
- 'app/models/tag_implication.rb' - 'app/models/tag_implication.rb'
# Offense count: 13 # Offense count: 12
# This cop supports safe autocorrection (--autocorrect). # This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EmptyLineBetweenMethodDefs, EmptyLineBetweenClassDefs, EmptyLineBetweenModuleDefs, AllowAdjacentOneLineDefs, NumberOfEmptyLines. # Configuration parameters: EmptyLineBetweenMethodDefs, EmptyLineBetweenClassDefs, EmptyLineBetweenModuleDefs, AllowAdjacentOneLineDefs, NumberOfEmptyLines.
Layout/EmptyLineBetweenDefs: Layout/EmptyLineBetweenDefs:
Exclude: Exclude:
- 'app/helpers/application_helper.rb' - 'app/helpers/application_helper.rb'
- 'app/logical/iqdb_proxy.rb' - 'app/logical/iqdb_proxy.rb'
- 'app/logical/post_sets/post.rb'
- 'app/models/favorite.rb' - 'app/models/favorite.rb'
- 'app/models/post.rb' - 'app/models/post.rb'
- 'app/models/post_set.rb' - 'app/models/post_set.rb'
- 'app/models/post_version.rb' - 'app/models/post_version.rb'
- 'app/models/user.rb' - 'app/models/user.rb'
# Offense count: 15 # Offense count: 14
# This cop supports safe autocorrection (--autocorrect). # This cop supports safe autocorrection (--autocorrect).
Layout/EmptyLines: Layout/EmptyLines:
Exclude: Exclude:
@ -114,7 +113,6 @@ Layout/EmptyLines:
- 'app/controllers/post_report_reasons_controller.rb' - 'app/controllers/post_report_reasons_controller.rb'
- 'app/helpers/application_helper.rb' - 'app/helpers/application_helper.rb'
- 'app/logical/apng_inspector.rb' - 'app/logical/apng_inspector.rb'
- 'app/logical/post_sets/post.rb'
- 'app/models/post.rb' - 'app/models/post.rb'
- 'app/models/post_approval.rb' - 'app/models/post_approval.rb'
- 'app/models/post_report_reason.rb' - 'app/models/post_report_reason.rb'
@ -539,14 +537,13 @@ Layout/SpaceInsideArrayLiteralBrackets:
Exclude: Exclude:
- 'config/environments/production.rb' - 'config/environments/production.rb'
# Offense count: 478 # Offense count: 463
# This cop supports safe autocorrection (--autocorrect). # This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters. # Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters.
# SupportedStyles: space, no_space # SupportedStyles: space, no_space
# SupportedStylesForEmptyBraces: space, no_space # SupportedStylesForEmptyBraces: space, no_space
Layout/SpaceInsideBlockBraces: Layout/SpaceInsideBlockBraces:
Exclude: Exclude:
- 'app/controllers/application_controller.rb'
- 'app/controllers/comments_controller.rb' - 'app/controllers/comments_controller.rb'
- 'app/controllers/deleted_posts_controller.rb' - 'app/controllers/deleted_posts_controller.rb'
- 'app/controllers/iqdb_queries_controller.rb' - 'app/controllers/iqdb_queries_controller.rb'
@ -563,13 +560,11 @@ Layout/SpaceInsideBlockBraces:
- 'app/logical/elastic_post_query_builder.rb' - 'app/logical/elastic_post_query_builder.rb'
- 'app/logical/post_sets/base.rb' - 'app/logical/post_sets/base.rb'
- 'app/logical/post_sets/favorites.rb' - 'app/logical/post_sets/favorites.rb'
- 'app/logical/post_sets/post.rb'
- 'app/logical/related_tag_calculator.rb' - 'app/logical/related_tag_calculator.rb'
- 'app/logical/related_tag_query.rb' - 'app/logical/related_tag_query.rb'
- 'app/logical/sources/alternates.rb' - 'app/logical/sources/alternates.rb'
- 'app/logical/tag_category.rb' - 'app/logical/tag_category.rb'
- 'app/logical/tags_preview.rb' - 'app/logical/tags_preview.rb'
- 'app/models/application_record.rb'
- 'app/models/artist.rb' - 'app/models/artist.rb'
- 'app/models/bulk_update_request.rb' - 'app/models/bulk_update_request.rb'
- 'app/models/favorite.rb' - 'app/models/favorite.rb'
@ -604,8 +599,6 @@ Layout/SpaceInsideBlockBraces:
- 'config/application.rb' - 'config/application.rb'
- 'config/danbooru_default_config.rb' - 'config/danbooru_default_config.rb'
- 'config/routes.rb' - 'config/routes.rb'
- 'test/factories/artist.rb'
- 'test/factories/pool.rb'
- 'test/factories/tag.rb' - 'test/factories/tag.rb'
- 'test/factories/user.rb' - 'test/factories/user.rb'
- 'test/functional/forum_topics_controller_test.rb' - 'test/functional/forum_topics_controller_test.rb'
@ -613,7 +606,7 @@ Layout/SpaceInsideBlockBraces:
- 'test/unit/tag_test.rb' - 'test/unit/tag_test.rb'
- 'test/unit/user_test.rb' - 'test/unit/user_test.rb'
# Offense count: 1454 # Offense count: 1381
# This cop supports safe autocorrection (--autocorrect). # This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces. # Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces.
# SupportedStyles: space, no_space, compact # SupportedStyles: space, no_space, compact
@ -686,7 +679,6 @@ Layout/SpaceInsideHashLiteralBraces:
- 'app/views/admin/users/request_password_reset.html.erb' - 'app/views/admin/users/request_password_reset.html.erb'
- 'app/views/artist_versions/_standard_listing.html.erb' - 'app/views/artist_versions/_standard_listing.html.erb'
- 'app/views/artists/_form.html.erb' - 'app/views/artists/_form.html.erb'
- 'app/views/artists/_secondary_links.html.erb'
- 'app/views/blips/_form.html.erb' - 'app/views/blips/_form.html.erb'
- 'app/views/blips/index.html.erb' - 'app/views/blips/index.html.erb'
- 'app/views/blips/partials/index/_list.html.erb' - 'app/views/blips/partials/index/_list.html.erb'
@ -695,15 +687,12 @@ Layout/SpaceInsideHashLiteralBraces:
- 'app/views/comments/_form.html.erb' - 'app/views/comments/_form.html.erb'
- 'app/views/comments/_index_by_post.html.erb' - 'app/views/comments/_index_by_post.html.erb'
- 'app/views/comments/partials/index/_list.html.erb' - 'app/views/comments/partials/index/_list.html.erb'
- 'app/views/dmails/_secondary_links.html.erb'
- 'app/views/dmails/index.html.erb' - 'app/views/dmails/index.html.erb'
- 'app/views/email_blacklists/index.html.erb' - 'app/views/email_blacklists/index.html.erb'
- 'app/views/forum_posts/_forum_post.html.erb' - 'app/views/forum_posts/_forum_post.html.erb'
- 'app/views/forum_topics/_form.html.erb' - 'app/views/forum_topics/_form.html.erb'
- 'app/views/forum_topics/_secondary_links.html.erb'
- 'app/views/forum_topics/index.html.erb' - 'app/views/forum_topics/index.html.erb'
- 'app/views/forum_topics/show.html.erb' - 'app/views/forum_topics/show.html.erb'
- 'app/views/ip_bans/index.html.erb'
- 'app/views/maintenance/user/api_keys/show.html.erb' - 'app/views/maintenance/user/api_keys/show.html.erb'
- 'app/views/maintenance/user/passwords/edit.html.erb' - 'app/views/maintenance/user/passwords/edit.html.erb'
- 'app/views/meta_searches/tags.html.erb' - 'app/views/meta_searches/tags.html.erb'
@ -721,13 +710,11 @@ Layout/SpaceInsideHashLiteralBraces:
- 'app/views/pool_orders/edit.html.erb' - 'app/views/pool_orders/edit.html.erb'
- 'app/views/pool_versions/_revert_listing.html.erb' - 'app/views/pool_versions/_revert_listing.html.erb'
- 'app/views/pool_versions/_standard_listing.html.erb' - 'app/views/pool_versions/_standard_listing.html.erb'
- 'app/views/pools/_secondary_links.html.erb'
- 'app/views/pools/gallery.html.erb' - 'app/views/pools/gallery.html.erb'
- 'app/views/pools/index.html.erb' - 'app/views/pools/index.html.erb'
- 'app/views/post_replacements/index.html.erb' - 'app/views/post_replacements/index.html.erb'
- 'app/views/post_report_reasons/index.html.erb' - 'app/views/post_report_reasons/index.html.erb'
- 'app/views/post_set_maintainers/_invite_links.html.erb' - 'app/views/post_set_maintainers/_invite_links.html.erb'
- 'app/views/post_sets/_secondary_links.html.erb'
- 'app/views/post_sets/maintainers.html.erb' - 'app/views/post_sets/maintainers.html.erb'
- 'app/views/posts/partials/index/_posts.html.erb' - 'app/views/posts/partials/index/_posts.html.erb'
- 'app/views/posts/partials/show/_information.html.erb' - 'app/views/posts/partials/show/_information.html.erb'
@ -736,20 +723,15 @@ Layout/SpaceInsideHashLiteralBraces:
- 'app/views/tag_relationships/_add_form.html.erb' - 'app/views/tag_relationships/_add_form.html.erb'
- 'app/views/tags/index.html.erb' - 'app/views/tags/index.html.erb'
- 'app/views/takedowns/_editor.html.erb' - 'app/views/takedowns/_editor.html.erb'
- 'app/views/takedowns/_secondary_links.html.erb'
- 'app/views/takedowns/index.html.erb' - 'app/views/takedowns/index.html.erb'
- 'app/views/tickets/_secondary_links.html.erb'
- 'app/views/upload_whitelists/index.html.erb' - 'app/views/upload_whitelists/index.html.erb'
- 'app/views/user_feedbacks/_secondary_links.html.erb'
- 'app/views/user_feedbacks/index.html.erb' - 'app/views/user_feedbacks/index.html.erb'
- 'app/views/users/_dmail_notice.html.erb' - 'app/views/users/_dmail_notice.html.erb'
- 'app/views/users/_secondary_links.html.erb'
- 'app/views/users/_statistics.html.erb' - 'app/views/users/_statistics.html.erb'
- 'app/views/users/edit.html.erb' - 'app/views/users/edit.html.erb'
- 'app/views/users/home.html.erb' - 'app/views/users/home.html.erb'
- 'app/views/users/index.html.erb' - 'app/views/users/index.html.erb'
- 'app/views/users/new.html.erb' - 'app/views/users/new.html.erb'
- 'app/views/wiki_pages/_secondary_links.html.erb'
- 'app/views/wiki_pages/show_or_new.html.erb' - 'app/views/wiki_pages/show_or_new.html.erb'
- 'config/danbooru_default_config.rb' - 'config/danbooru_default_config.rb'
- 'test/factories/mod_action.rb' - 'test/factories/mod_action.rb'
@ -774,10 +756,8 @@ Layout/SpaceInsideHashLiteralBraces:
- 'test/functional/pools_controller_test.rb' - 'test/functional/pools_controller_test.rb'
- 'test/functional/post_flags_controller_test.rb' - 'test/functional/post_flags_controller_test.rb'
- 'test/functional/post_replacements_controller_test.rb' - 'test/functional/post_replacements_controller_test.rb'
- 'test/functional/post_versions_controller_test.rb'
- 'test/functional/posts_controller_test.rb' - 'test/functional/posts_controller_test.rb'
- 'test/functional/sessions_controller_test.rb' - 'test/functional/sessions_controller_test.rb'
- 'test/functional/uploads_controller_test.rb'
- 'test/functional/user_feedbacks_controller_test.rb' - 'test/functional/user_feedbacks_controller_test.rb'
- 'test/functional/user_name_change_requests_controller_test.rb' - 'test/functional/user_name_change_requests_controller_test.rb'
- 'test/functional/users_controller_test.rb' - 'test/functional/users_controller_test.rb'
@ -800,7 +780,7 @@ Layout/SpaceInsideParens:
- 'app/views/iqdb_queries/show.html.erb' - 'app/views/iqdb_queries/show.html.erb'
- 'test/unit/post_test.rb' - 'test/unit/post_test.rb'
# Offense count: 3 # Offense count: 2
# This cop supports safe autocorrection (--autocorrect). # This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle. # Configuration parameters: EnforcedStyle.
# SupportedStyles: final_newline, final_blank_line # SupportedStyles: final_newline, final_blank_line
@ -808,7 +788,6 @@ Layout/TrailingEmptyLines:
Exclude: Exclude:
- 'app/controllers/user_reverts_controller.rb' - 'app/controllers/user_reverts_controller.rb'
- 'app/jobs/index_rebuild_job.rb' - 'app/jobs/index_rebuild_job.rb'
- 'test/factories/artist.rb'
# Offense count: 17 # Offense count: 17
# This cop supports safe autocorrection (--autocorrect). # This cop supports safe autocorrection (--autocorrect).
@ -830,14 +809,13 @@ Lint/AmbiguousOperator:
- 'app/views/layouts/blank.html.erb' - 'app/views/layouts/blank.html.erb'
- 'app/views/layouts/default.html.erb' - 'app/views/layouts/default.html.erb'
# Offense count: 22 # Offense count: 19
# This cop supports safe autocorrection (--autocorrect). # This cop supports safe autocorrection (--autocorrect).
Lint/AmbiguousOperatorPrecedence: Lint/AmbiguousOperatorPrecedence:
Exclude: Exclude:
- 'app/helpers/pagination_helper.rb' - 'app/helpers/pagination_helper.rb'
- 'app/helpers/post_flags_helper.rb' - 'app/helpers/post_flags_helper.rb'
- 'app/helpers/post_versions_helper.rb' - 'app/helpers/post_versions_helper.rb'
- 'app/logical/post_query_builder.rb'
- 'app/logical/user_throttle.rb' - 'app/logical/user_throttle.rb'
# Offense count: 2 # Offense count: 2
@ -855,7 +833,7 @@ Lint/DeprecatedConstants:
Exclude: Exclude:
- 'app/views/ads/_leaderboard.html.erb' - 'app/views/ads/_leaderboard.html.erb'
# Offense count: 20 # Offense count: 19
# Configuration parameters: IgnoreLiteralBranches, IgnoreConstantBranches. # Configuration parameters: IgnoreLiteralBranches, IgnoreConstantBranches.
Lint/DuplicateBranch: Lint/DuplicateBranch:
Exclude: Exclude:
@ -864,7 +842,6 @@ Lint/DuplicateBranch:
- 'app/helpers/note_versions_helper.rb' - 'app/helpers/note_versions_helper.rb'
- 'app/helpers/posts_helper.rb' - 'app/helpers/posts_helper.rb'
- 'app/logical/elastic_post_query_builder.rb' - 'app/logical/elastic_post_query_builder.rb'
- 'app/logical/post_query_builder.rb'
- 'app/logical/sources/alternates/pixiv.rb' - 'app/logical/sources/alternates/pixiv.rb'
- 'app/logical/storage_manager.rb' - 'app/logical/storage_manager.rb'
- 'app/logical/tag_name_validator.rb' - 'app/logical/tag_name_validator.rb'
@ -993,10 +970,9 @@ Lint/RedundantStringCoercion:
- 'app/models/bulk_update_request.rb' - 'app/models/bulk_update_request.rb'
- 'app/views/post_sets/show.html.erb' - 'app/views/post_sets/show.html.erb'
# Offense count: 7 # Offense count: 6
Lint/RescueException: Lint/RescueException:
Exclude: Exclude:
- 'app/jobs/tag_batch_job.rb'
- 'app/logical/upload_service.rb' - 'app/logical/upload_service.rb'
- 'app/logical/upload_service/replacer.rb' - 'app/logical/upload_service/replacer.rb'
- 'app/models/tag.rb' - 'app/models/tag.rb'
@ -1013,20 +989,6 @@ Lint/SafeNavigationChain:
- 'app/views/comments/partials/show/_comment.html.erb' - 'app/views/comments/partials/show/_comment.html.erb'
- 'app/views/forum_posts/_forum_post.html.erb' - 'app/views/forum_posts/_forum_post.html.erb'
# Offense count: 9
# This cop supports safe autocorrection (--autocorrect).
Lint/ScriptPermission:
Exclude:
- 'db/fixes/100_new_iqdb_import.rb'
- 'db/fixes/101_migrate_mod_actions.rb'
- 'db/fixes/102_generate_missing_post_version_fields.rb'
- 'db/fixes/103_fill_new_post_replacement_fields.rb'
- 'db/fixes/104_1_add_elasticsearch_replacement_index.rb'
- 'db/fixes/104_2_add_elasticsearch_replacement_data.rb'
- 'db/fixes/105_modaction_to_postevents.rb'
- 'db/fixes/106_note_ranges.rb'
- 'db/fixes/107_remove_name_change_tickets.rb'
# Offense count: 1 # Offense count: 1
Lint/SelfAssignment: Lint/SelfAssignment:
Exclude: Exclude:
@ -1054,7 +1016,7 @@ Lint/SuppressedException:
- 'app/models/forum_subscription.rb' - 'app/models/forum_subscription.rb'
- 'app/models/tag.rb' - 'app/models/tag.rb'
# Offense count: 106 # Offense count: 99
# This cop supports safe autocorrection (--autocorrect). # This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle. # Configuration parameters: EnforcedStyle.
# SupportedStyles: strict, consistent # SupportedStyles: strict, consistent
@ -1069,20 +1031,16 @@ Lint/SymbolConversion:
- 'app/views/admin/users/request_password_reset.html.erb' - 'app/views/admin/users/request_password_reset.html.erb'
- 'app/views/artist_versions/_standard_listing.html.erb' - 'app/views/artist_versions/_standard_listing.html.erb'
- 'app/views/artists/_quick_search.html.erb' - 'app/views/artists/_quick_search.html.erb'
- 'app/views/artists/_secondary_links.html.erb'
- 'app/views/blips/partials/show/_blip.html.erb' - 'app/views/blips/partials/show/_blip.html.erb'
- 'app/views/bulk_update_requests/_bur_edit_links.html.erb' - 'app/views/bulk_update_requests/_bur_edit_links.html.erb'
- 'app/views/comments/partials/index/_list.html.erb' - 'app/views/comments/partials/index/_list.html.erb'
- 'app/views/favorites/index.html.erb' - 'app/views/favorites/index.html.erb'
- 'app/views/forum_post_votes/_add_vote.html.erb' - 'app/views/forum_post_votes/_add_vote.html.erb'
- 'app/views/forum_post_votes/_vote.html.erb' - 'app/views/forum_post_votes/_vote.html.erb'
- 'app/views/forum_topics/_secondary_links.html.erb'
- 'app/views/help/_secondary_links.html.erb'
- 'app/views/help/index.html.erb' - 'app/views/help/index.html.erb'
- 'app/views/moderator/post/queues/_quick_mod.html.erb' - 'app/views/moderator/post/queues/_quick_mod.html.erb'
- 'app/views/note_versions/_revert_listing.html.erb' - 'app/views/note_versions/_revert_listing.html.erb'
- 'app/views/pool_versions/_revert_listing.html.erb' - 'app/views/pool_versions/_revert_listing.html.erb'
- 'app/views/pools/_secondary_links.html.erb'
- 'app/views/post_replacements/index.html.erb' - 'app/views/post_replacements/index.html.erb'
- 'app/views/post_versions/_listing.html.erb' - 'app/views/post_versions/_listing.html.erb'
- 'app/views/posts/index.html.erb' - 'app/views/posts/index.html.erb'
@ -1093,7 +1051,6 @@ Lint/SymbolConversion:
- 'app/views/posts/show.html.erb' - 'app/views/posts/show.html.erb'
- 'app/views/static/home.html.erb' - 'app/views/static/home.html.erb'
- 'app/views/takedowns/_editor.html.erb' - 'app/views/takedowns/_editor.html.erb'
- 'app/views/wiki_pages/_secondary_links.html.erb'
- 'test/unit/downloads/file_test.rb' - 'test/unit/downloads/file_test.rb'
# Offense count: 1 # Offense count: 1
@ -1171,7 +1128,7 @@ Lint/UselessAccessModifier:
- 'app/logical/email_link_validator.rb' - 'app/logical/email_link_validator.rb'
- 'app/logical/vote_manager.rb' - 'app/logical/vote_manager.rb'
# Offense count: 96 # Offense count: 95
Lint/UselessAssignment: Lint/UselessAssignment:
Exclude: Exclude:
- 'app/controllers/upload_whitelists_controller.rb' - 'app/controllers/upload_whitelists_controller.rb'
@ -1181,7 +1138,6 @@ Lint/UselessAssignment:
- 'app/logical/bulk_update_request_importer.rb' - 'app/logical/bulk_update_request_importer.rb'
- 'app/logical/storage_manager.rb' - 'app/logical/storage_manager.rb'
- 'app/logical/vote_manager.rb' - 'app/logical/vote_manager.rb'
- 'app/models/artist.rb'
- 'app/models/post.rb' - 'app/models/post.rb'
- 'app/models/tag.rb' - 'app/models/tag.rb'
- 'config/unicorn/development.rb' - 'config/unicorn/development.rb'
@ -1273,7 +1229,7 @@ Naming/MemoizedInstanceVariableName:
- 'app/presenters/tag_set_presenter.rb' - 'app/presenters/tag_set_presenter.rb'
- 'config/danbooru_default_config.rb' - 'config/danbooru_default_config.rb'
# Offense count: 22 # Offense count: 21
# Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames. # Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
# AllowedNames: as, at, by, cc, db, id, if, in, io, ip, of, on, os, pp, to # AllowedNames: as, at, by, cc, db, id, if, in, io, ip, of, on, os, pp, to
Naming/MethodParameterName: Naming/MethodParameterName:
@ -1281,7 +1237,6 @@ Naming/MethodParameterName:
- 'app/decorators/posts_decorator.rb' - 'app/decorators/posts_decorator.rb'
- 'app/logical/elastic_post_query_builder.rb' - 'app/logical/elastic_post_query_builder.rb'
- 'app/logical/pbkdf2.rb' - 'app/logical/pbkdf2.rb'
- 'app/logical/post_query_builder.rb'
- 'app/logical/tag_relationship_request.rb' - 'app/logical/tag_relationship_request.rb'
- 'app/logical/user_throttle.rb' - 'app/logical/user_throttle.rb'
- 'app/models/application_record.rb' - 'app/models/application_record.rb'
@ -1465,11 +1420,12 @@ Rails/Delegate:
# Offense count: 2 # Offense count: 2
# This cop supports safe autocorrection (--autocorrect). # This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: Severity.
Rails/DuplicateAssociation: Rails/DuplicateAssociation:
Exclude: Exclude:
- 'app/models/user.rb' - 'app/models/user.rb'
# Offense count: 62 # Offense count: 61
# This cop supports unsafe autocorrection (--autocorrect-all). # This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: Whitelist, AllowedMethods, AllowedReceivers. # Configuration parameters: Whitelist, AllowedMethods, AllowedReceivers.
# Whitelist: find_by_sql, find_by_token_for # Whitelist: find_by_sql, find_by_token_for
@ -1498,7 +1454,6 @@ Rails/DynamicFindBy:
- 'app/models/user.rb' - 'app/models/user.rb'
- 'app/models/wiki_page.rb' - 'app/models/wiki_page.rb'
- 'app/presenters/post_set_presenters/pool_gallery.rb' - 'app/presenters/post_set_presenters/pool_gallery.rb'
- 'app/presenters/post_set_presenters/post.rb'
- 'test/functional/artists_controller_test.rb' - 'test/functional/artists_controller_test.rb'
- 'test/unit/post_test.rb' - 'test/unit/post_test.rb'
- 'test/unit/related_tag_calculator_test.rb' - 'test/unit/related_tag_calculator_test.rb'
@ -1524,10 +1479,9 @@ Rails/FilePath:
# Offense count: 5 # Offense count: 5
# This cop supports safe autocorrection (--autocorrect). # This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: Include, AllowedMethods, AllowedPatterns, IgnoredMethods. # Configuration parameters: Include, AllowedMethods, AllowedPatterns.
# Include: app/models/**/*.rb # Include: app/models/**/*.rb
# AllowedMethods: order, limit, select, lock # AllowedMethods: order, limit, select, lock
# IgnoredMethods: order, limit, select, lock
Rails/FindEach: Rails/FindEach:
Exclude: Exclude:
- 'app/models/post_set.rb' - 'app/models/post_set.rb'
@ -1573,13 +1527,12 @@ Rails/NegateInclude:
Exclude: Exclude:
- 'app/logical/storage_manager/match.rb' - 'app/logical/storage_manager/match.rb'
# Offense count: 3 # Offense count: 1
# This cop supports unsafe autocorrection (--autocorrect-all). # This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: Include. # Configuration parameters: Include.
# Include: app/**/*.rb, config/**/*.rb, db/**/*.rb, lib/**/*.rb # Include: app/**/*.rb, config/**/*.rb, db/**/*.rb, lib/**/*.rb
Rails/Output: Rails/Output:
Exclude: Exclude:
- 'app/controllers/application_controller.rb'
- 'app/indexes/post_version_index.rb' - 'app/indexes/post_version_index.rb'
# Offense count: 85 # Offense count: 85
@ -1625,7 +1578,7 @@ Rails/OutputSafety:
- 'app/views/users/home.html.erb' - 'app/views/users/home.html.erb'
# Offense count: 9 # Offense count: 9
# This cop supports safe autocorrection (--autocorrect). # This cop supports unsafe autocorrection (--autocorrect-all).
Rails/Pluck: Rails/Pluck:
Exclude: Exclude:
- 'app/logical/tags_preview.rb' - 'app/logical/tags_preview.rb'
@ -1810,23 +1763,15 @@ Style/BlockComments:
- 'app/models/ticket.rb' - 'app/models/ticket.rb'
- 'app/presenters/tag_set_presenter.rb' - 'app/presenters/tag_set_presenter.rb'
# Offense count: 43 # Offense count: 10
# This cop supports unsafe autocorrection (--autocorrect-all). # This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: MinBranchesCount.
Style/CaseLikeIf: Style/CaseLikeIf:
Exclude: Exclude:
- 'app/helpers/pagination_helper.rb'
- 'app/helpers/posts_helper.rb' - 'app/helpers/posts_helper.rb'
- 'app/helpers/ticket_helper.rb'
- 'app/indexes/indexable.rb'
- 'app/logical/danbooru/paginator/base_extension.rb'
- 'app/logical/elastic_post_query_builder.rb' - 'app/logical/elastic_post_query_builder.rb'
- 'app/logical/post_query_builder.rb' - 'app/logical/post_query_builder.rb'
- 'app/logical/post_thumbnailer.rb'
- 'app/models/forum_post_vote.rb' - 'app/models/forum_post_vote.rb'
- 'app/models/pool.rb'
- 'app/models/post_set_maintainer.rb'
- 'app/models/post_version.rb'
- 'app/models/tag.rb'
# Offense count: 11 # Offense count: 11
# This cop supports unsafe autocorrection (--autocorrect-all). # This cop supports unsafe autocorrection (--autocorrect-all).
@ -1971,18 +1916,10 @@ Style/FormatString:
- 'app/models/tag.rb' - 'app/models/tag.rb'
- 'app/presenters/tag_set_presenter.rb' - 'app/presenters/tag_set_presenter.rb'
# Offense count: 16 # Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: MaxUnannotatedPlaceholdersAllowed, AllowedMethods, AllowedPatterns.
# SupportedStyles: annotated, template, unannotated
Style/FormatStringToken:
EnforcedStyle: template
# Offense count: 3
# This cop supports unsafe autocorrection (--autocorrect-all). # This cop supports unsafe autocorrection (--autocorrect-all).
Style/GlobalStdStream: Style/GlobalStdStream:
Exclude: Exclude:
- 'app/controllers/application_controller.rb'
- 'config/environments/production.rb' - 'config/environments/production.rb'
# Offense count: 1 # Offense count: 1
@ -2017,7 +1954,7 @@ Style/HashLikeCase:
- 'app/models/post.rb' - 'app/models/post.rb'
- 'config/initializers/core_extensions.rb' - 'config/initializers/core_extensions.rb'
# Offense count: 1386 # Offense count: 1305
# This cop supports safe autocorrection (--autocorrect). # This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle, EnforcedShorthandSyntax, UseHashRocketsWithSymbolValues, PreferHashRocketsForNonAlnumEndingSymbols. # Configuration parameters: EnforcedStyle, EnforcedShorthandSyntax, UseHashRocketsWithSymbolValues, PreferHashRocketsForNonAlnumEndingSymbols.
# SupportedStyles: ruby19, hash_rockets, no_mixed_keys, ruby19_no_mixed_keys # SupportedStyles: ruby19, hash_rockets, no_mixed_keys, ruby19_no_mixed_keys
@ -2034,7 +1971,6 @@ Style/HashSyntax:
- 'app/controllers/favorites_controller.rb' - 'app/controllers/favorites_controller.rb'
- 'app/controllers/forum_posts_controller.rb' - 'app/controllers/forum_posts_controller.rb'
- 'app/controllers/forum_topics_controller.rb' - 'app/controllers/forum_topics_controller.rb'
- 'app/controllers/ip_bans_controller.rb'
- 'app/controllers/maintenance/user/api_keys_controller.rb' - 'app/controllers/maintenance/user/api_keys_controller.rb'
- 'app/controllers/maintenance/user/deletions_controller.rb' - 'app/controllers/maintenance/user/deletions_controller.rb'
- 'app/controllers/maintenance/user/email_changes_controller.rb' - 'app/controllers/maintenance/user/email_changes_controller.rb'
@ -2113,7 +2049,6 @@ Style/HashSyntax:
- 'app/views/artist_versions/index.html.erb' - 'app/views/artist_versions/index.html.erb'
- 'app/views/artists/_form.html.erb' - 'app/views/artists/_form.html.erb'
- 'app/views/artists/_quick_search.html.erb' - 'app/views/artists/_quick_search.html.erb'
- 'app/views/artists/_secondary_links.html.erb'
- 'app/views/artists/_show.html.erb' - 'app/views/artists/_show.html.erb'
- 'app/views/artists/index.html.erb' - 'app/views/artists/index.html.erb'
- 'app/views/bans/_form.html.erb' - 'app/views/bans/_form.html.erb'
@ -2130,12 +2065,10 @@ Style/HashSyntax:
- 'app/views/comments/_index_by_post.html.erb' - 'app/views/comments/_index_by_post.html.erb'
- 'app/views/comments/_quick_search.html.erb' - 'app/views/comments/_quick_search.html.erb'
- 'app/views/comments/_search.html.erb' - 'app/views/comments/_search.html.erb'
- 'app/views/comments/_secondary_links.html.erb'
- 'app/views/comments/partials/index/_list.html.erb' - 'app/views/comments/partials/index/_list.html.erb'
- 'app/views/comments/partials/show/_comment.html.erb' - 'app/views/comments/partials/show/_comment.html.erb'
- 'app/views/dmails/_form.html.erb' - 'app/views/dmails/_form.html.erb'
- 'app/views/dmails/_quick_search.html.erb' - 'app/views/dmails/_quick_search.html.erb'
- 'app/views/dmails/_secondary_links.html.erb'
- 'app/views/dmails/index.html.erb' - 'app/views/dmails/index.html.erb'
- 'app/views/dmails/new.html.erb' - 'app/views/dmails/new.html.erb'
- 'app/views/dmails/show.html.erb' - 'app/views/dmails/show.html.erb'
@ -2150,15 +2083,12 @@ Style/HashSyntax:
- 'app/views/forum_posts/show.html.erb' - 'app/views/forum_posts/show.html.erb'
- 'app/views/forum_topics/_form.html.erb' - 'app/views/forum_topics/_form.html.erb'
- 'app/views/forum_topics/_listing.html.erb' - 'app/views/forum_topics/_listing.html.erb'
- 'app/views/forum_topics/_secondary_links.html.erb'
- 'app/views/forum_topics/edit.html.erb' - 'app/views/forum_topics/edit.html.erb'
- 'app/views/forum_topics/index.html.erb' - 'app/views/forum_topics/index.html.erb'
- 'app/views/forum_topics/new.html.erb' - 'app/views/forum_topics/new.html.erb'
- 'app/views/forum_topics/show.html.erb' - 'app/views/forum_topics/show.html.erb'
- 'app/views/ip_bans/index.html.erb'
- 'app/views/iqdb_queries/show.html.erb' - 'app/views/iqdb_queries/show.html.erb'
- 'app/views/layouts/_head.html.erb' - 'app/views/layouts/_head.html.erb'
- 'app/views/layouts/_main_links.html.erb'
- 'app/views/maintenance/user/api_keys/show.html.erb' - 'app/views/maintenance/user/api_keys/show.html.erb'
- 'app/views/maintenance/user/deletions/show.html.erb' - 'app/views/maintenance/user/deletions/show.html.erb'
- 'app/views/maintenance/user/dmail_filters/edit.html.erb' - 'app/views/maintenance/user/dmail_filters/edit.html.erb'
@ -2185,14 +2115,12 @@ Style/HashSyntax:
- 'app/views/note_versions/_revert_listing.html.erb' - 'app/views/note_versions/_revert_listing.html.erb'
- 'app/views/notes/_quick_search.html.erb' - 'app/views/notes/_quick_search.html.erb'
- 'app/views/notes/_search.html.erb' - 'app/views/notes/_search.html.erb'
- 'app/views/notes/_secondary_links.html.erb'
- 'app/views/pool_elements/_new.html.erb' - 'app/views/pool_elements/_new.html.erb'
- 'app/views/pool_orders/edit.html.erb' - 'app/views/pool_orders/edit.html.erb'
- 'app/views/pool_versions/_revert_listing.html.erb' - 'app/views/pool_versions/_revert_listing.html.erb'
- 'app/views/pool_versions/_standard_listing.html.erb' - 'app/views/pool_versions/_standard_listing.html.erb'
- 'app/views/pools/_quick_search.html.erb' - 'app/views/pools/_quick_search.html.erb'
- 'app/views/pools/_search.html.erb' - 'app/views/pools/_search.html.erb'
- 'app/views/pools/_secondary_links.html.erb'
- 'app/views/pools/edit.html.erb' - 'app/views/pools/edit.html.erb'
- 'app/views/pools/index.html.erb' - 'app/views/pools/index.html.erb'
- 'app/views/pools/new.html.erb' - 'app/views/pools/new.html.erb'
@ -2226,14 +2154,12 @@ Style/HashSyntax:
- 'app/views/tags/edit.html.erb' - 'app/views/tags/edit.html.erb'
- 'app/views/tags/index.html.erb' - 'app/views/tags/index.html.erb'
- 'app/views/tags/show.html.erb' - 'app/views/tags/show.html.erb'
- 'app/views/user_feedbacks/_secondary_links.html.erb'
- 'app/views/user_feedbacks/index.html.erb' - 'app/views/user_feedbacks/index.html.erb'
- 'app/views/user_mailer/dmail_notice.html.erb' - 'app/views/user_mailer/dmail_notice.html.erb'
- 'app/views/user_mailer/forum_notice.html.erb' - 'app/views/user_mailer/forum_notice.html.erb'
- 'app/views/users/_dmail_notice.html.erb' - 'app/views/users/_dmail_notice.html.erb'
- 'app/views/users/_post_summary.html.erb' - 'app/views/users/_post_summary.html.erb'
- 'app/views/users/_quick_search.html.erb' - 'app/views/users/_quick_search.html.erb'
- 'app/views/users/_secondary_links.html.erb'
- 'app/views/users/_statistics.html.erb' - 'app/views/users/_statistics.html.erb'
- 'app/views/users/edit.html.erb' - 'app/views/users/edit.html.erb'
- 'app/views/users/index.html.erb' - 'app/views/users/index.html.erb'
@ -2243,7 +2169,6 @@ Style/HashSyntax:
- 'app/views/wiki_pages/_form.html.erb' - 'app/views/wiki_pages/_form.html.erb'
- 'app/views/wiki_pages/_quick_search.html.erb' - 'app/views/wiki_pages/_quick_search.html.erb'
- 'app/views/wiki_pages/_recent_changes.html.erb' - 'app/views/wiki_pages/_recent_changes.html.erb'
- 'app/views/wiki_pages/_secondary_links.html.erb'
- 'app/views/wiki_pages/show.html.erb' - 'app/views/wiki_pages/show.html.erb'
- 'app/views/wiki_pages/show_or_new.html.erb' - 'app/views/wiki_pages/show_or_new.html.erb'
- 'config/initializers/secret_token.rb' - 'config/initializers/secret_token.rb'
@ -2266,11 +2191,9 @@ Style/HashSyntax:
- 'test/functional/pool_versions_controller_test.rb' - 'test/functional/pool_versions_controller_test.rb'
- 'test/functional/pools_controller_test.rb' - 'test/functional/pools_controller_test.rb'
- 'test/functional/post_flags_controller_test.rb' - 'test/functional/post_flags_controller_test.rb'
- 'test/functional/post_versions_controller_test.rb'
- 'test/functional/posts_controller_test.rb' - 'test/functional/posts_controller_test.rb'
- 'test/functional/sessions_controller_test.rb' - 'test/functional/sessions_controller_test.rb'
- 'test/functional/tag_implication_requests_controller_test.rb' - 'test/functional/tag_implication_requests_controller_test.rb'
- 'test/functional/uploads_controller_test.rb'
- 'test/functional/user_feedbacks_controller_test.rb' - 'test/functional/user_feedbacks_controller_test.rb'
- 'test/functional/user_name_change_requests_controller_test.rb' - 'test/functional/user_name_change_requests_controller_test.rb'
- 'test/functional/users_controller_test.rb' - 'test/functional/users_controller_test.rb'
@ -2332,12 +2255,22 @@ Style/IfWithBooleanLiteralBranches:
Exclude: Exclude:
- 'config/danbooru_default_config.rb' - 'config/danbooru_default_config.rb'
# Offense count: 2 # Offense count: 20
# This cop supports unsafe autocorrection (--autocorrect-all). # This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: InverseMethods, InverseBlocks. # Configuration parameters: InverseMethods, InverseBlocks.
Style/InverseMethods: Style/InverseMethods:
Exclude: Exclude:
- 'app/controllers/post_sets_controller.rb'
- 'app/helpers/posts_helper.rb'
- 'app/logical/downloads/file.rb'
- 'app/logical/post_sets/post.rb' - 'app/logical/post_sets/post.rb'
- 'app/logical/storage_manager/match.rb'
- 'app/logical/upload_service/replacer.rb'
- 'app/views/artists/index.html.erb'
- 'app/views/posts/index.atom.erb'
- 'app/views/takedowns/show.html.erb'
- 'app/views/tickets/show.html.erb'
- 'test/unit/post_test.rb'
# Offense count: 1 # Offense count: 1
# This cop supports safe autocorrection (--autocorrect). # This cop supports safe autocorrection (--autocorrect).
@ -2427,7 +2360,7 @@ Style/MutableConstant:
- 'app/models/user.rb' - 'app/models/user.rb'
- 'test/unit/storage_manager_test.rb' - 'test/unit/storage_manager_test.rb'
# Offense count: 34 # Offense count: 33
# This cop supports safe autocorrection (--autocorrect). # This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle. # Configuration parameters: EnforcedStyle.
# SupportedStyles: both, prefix, postfix # SupportedStyles: both, prefix, postfix
@ -2506,7 +2439,7 @@ Style/NumericLiteralPrefix:
Exclude: Exclude:
- 'app/logical/storage_manager/local.rb' - 'app/logical/storage_manager/local.rb'
# Offense count: 17 # Offense count: 16
# This cop supports safe autocorrection (--autocorrect). # This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: MinDigits, Strict, AllowedNumbers, AllowedPatterns. # Configuration parameters: MinDigits, Strict, AllowedNumbers, AllowedPatterns.
Style/NumericLiterals: Style/NumericLiterals:
@ -2518,7 +2451,6 @@ Style/NumericLiterals:
- 'app/models/tag.rb' - 'app/models/tag.rb'
- 'app/views/ads/_leaderboard.html.erb' - 'app/views/ads/_leaderboard.html.erb'
- 'app/views/takedowns/new.html.erb' - 'app/views/takedowns/new.html.erb'
- 'app/views/upload_whitelists/_secondary_links.html.erb'
- 'config/danbooru_default_config.rb' - 'config/danbooru_default_config.rb'
- 'test/functional/application_controller_test.rb' - 'test/functional/application_controller_test.rb'
- 'test/unit/tag_test.rb' - 'test/unit/tag_test.rb'
@ -2602,7 +2534,7 @@ Style/PreferredHashMethods:
Exclude: Exclude:
- 'app/helpers/posts_helper.rb' - 'app/helpers/posts_helper.rb'
# Offense count: 69 # Offense count: 68
# This cop supports safe autocorrection (--autocorrect). # This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle, AllowedCompactTypes. # Configuration parameters: EnforcedStyle, AllowedCompactTypes.
# SupportedStyles: compact, exploded # SupportedStyles: compact, exploded
@ -2621,7 +2553,6 @@ Style/RaiseArgs:
- 'app/controllers/users_controller.rb' - 'app/controllers/users_controller.rb'
- 'app/controllers/wiki_pages_controller.rb' - 'app/controllers/wiki_pages_controller.rb'
- 'app/jobs/post_video_conversion_job.rb' - 'app/jobs/post_video_conversion_job.rb'
- 'app/jobs/tag_batch_job.rb'
- 'app/logical/bulk_update_request_importer.rb' - 'app/logical/bulk_update_request_importer.rb'
- 'app/logical/downloads/file.rb' - 'app/logical/downloads/file.rb'
- 'app/logical/elastic_post_query_builder.rb' - 'app/logical/elastic_post_query_builder.rb'
@ -2640,13 +2571,7 @@ Style/RaiseArgs:
- 'app/models/tag_alias.rb' - 'app/models/tag_alias.rb'
- 'app/models/wiki_page.rb' - 'app/models/wiki_page.rb'
# Offense count: 1 # Offense count: 11
# This cop supports safe autocorrection (--autocorrect).
Style/RandomWithOffset:
Exclude:
- 'test/factories/pool.rb'
# Offense count: 12
# This cop supports unsafe autocorrection (--autocorrect-all). # This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: Methods. # Configuration parameters: Methods.
Style/RedundantArgument: Style/RedundantArgument:
@ -2752,7 +2677,7 @@ Style/RedundantRegexpEscape:
- 'app/models/post.rb' - 'app/models/post.rb'
- 'app/models/tag.rb' - 'app/models/tag.rb'
# Offense count: 81 # Offense count: 80
# This cop supports safe autocorrection (--autocorrect). # This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowMultipleReturnValues. # Configuration parameters: AllowMultipleReturnValues.
Style/RedundantReturn: Style/RedundantReturn:
@ -2792,7 +2717,7 @@ Style/RedundantReturn:
- 'app/models/user_name_change_request.rb' - 'app/models/user_name_change_request.rb'
- 'app/models/wiki_page.rb' - 'app/models/wiki_page.rb'
# Offense count: 92 # Offense count: 91
# This cop supports safe autocorrection (--autocorrect). # This cop supports safe autocorrection (--autocorrect).
Style/RedundantSelf: Style/RedundantSelf:
Exclude: Exclude:
@ -2829,7 +2754,7 @@ Style/RedundantStringEscape:
- 'app/models/ticket.rb' - 'app/models/ticket.rb'
- 'test/unit/user_test.rb' - 'test/unit/user_test.rb'
# Offense count: 31 # Offense count: 29
# This cop supports safe autocorrection (--autocorrect). # This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle, AllowInnerSlashes. # Configuration parameters: EnforcedStyle, AllowInnerSlashes.
# SupportedStyles: slashes, percent_r, mixed # SupportedStyles: slashes, percent_r, mixed
@ -2838,7 +2763,6 @@ Style/RegexpLiteral:
- 'app/helpers/application_helper.rb' - 'app/helpers/application_helper.rb'
- 'app/helpers/posts_helper.rb' - 'app/helpers/posts_helper.rb'
- 'app/logical/d_text.rb' - 'app/logical/d_text.rb'
- 'app/logical/post_query_builder.rb'
- 'app/logical/sources/alternates/furaffinity.rb' - 'app/logical/sources/alternates/furaffinity.rb'
- 'app/logical/sources/alternates/pixiv.rb' - 'app/logical/sources/alternates/pixiv.rb'
- 'app/logical/tag_name_validator.rb' - 'app/logical/tag_name_validator.rb'
@ -2874,7 +2798,7 @@ Style/RescueStandardError:
- 'app/models/post_flag.rb' - 'app/models/post_flag.rb'
- 'db/fixes/101_migrate_mod_actions.rb' - 'db/fixes/101_migrate_mod_actions.rb'
# Offense count: 39 # Offense count: 36
# This cop supports unsafe autocorrection (--autocorrect-all). # This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: ConvertCodeThatCanStartToReturnNil, AllowedMethods, MaxChainLength. # Configuration parameters: ConvertCodeThatCanStartToReturnNil, AllowedMethods, MaxChainLength.
# AllowedMethods: present?, blank?, presence, try, try! # AllowedMethods: present?, blank?, presence, try, try!
@ -2898,17 +2822,13 @@ Style/SafeNavigation:
- 'app/models/tag.rb' - 'app/models/tag.rb'
- 'app/models/tag_alias.rb' - 'app/models/tag_alias.rb'
- 'app/models/tag_implication.rb' - 'app/models/tag_implication.rb'
- 'app/models/takedown.rb'
- 'app/models/user.rb' - 'app/models/user.rb'
- 'app/serializers/post_serializer.rb' - 'app/serializers/post_serializer.rb'
- 'app/views/help/_secondary_links.html.erb'
- 'app/views/post_sets/_secondary_links.html.erb'
# Offense count: 2 # Offense count: 1
# This cop supports unsafe autocorrection (--autocorrect-all). # This cop supports unsafe autocorrection (--autocorrect-all).
Style/SelectByRegexp: Style/SelectByRegexp:
Exclude: Exclude:
- 'app/logical/post_sets/post.rb'
- 'app/models/post.rb' - 'app/models/post.rb'
# Offense count: 1 # Offense count: 1
@ -2936,7 +2856,7 @@ Style/SlicingWithRange:
- 'app/models/tag_alias.rb' - 'app/models/tag_alias.rb'
- 'app/models/user.rb' - 'app/models/user.rb'
# Offense count: 8 # Offense count: 7
# This cop supports safe autocorrection (--autocorrect). # This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowModifier. # Configuration parameters: AllowModifier.
Style/SoleNestedConditional: Style/SoleNestedConditional:
@ -2948,23 +2868,16 @@ Style/SoleNestedConditional:
- 'app/models/tag.rb' - 'app/models/tag.rb'
- 'app/models/tag_alias.rb' - 'app/models/tag_alias.rb'
# Offense count: 9 # Offense count: 7
# This cop supports unsafe autocorrection (--autocorrect-all). # This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: RequireEnglish, EnforcedStyle. # Configuration parameters: RequireEnglish, EnforcedStyle.
# SupportedStyles: use_perl_names, use_english_names, use_builtin_english_names # SupportedStyles: use_perl_names, use_english_names, use_builtin_english_names
Style/SpecialGlobalVars: Style/SpecialGlobalVars:
Exclude: Exclude:
- 'app/helpers/forum_topics_helper.rb' - 'app/helpers/forum_topics_helper.rb'
- 'app/logical/post_query_builder.rb'
- 'app/logical/sources/alternates/pixiv.rb' - 'app/logical/sources/alternates/pixiv.rb'
# Offense count: 2 # Offense count: 50
# This cop supports safe autocorrection (--autocorrect).
Style/StderrPuts:
Exclude:
- 'app/controllers/application_controller.rb'
# Offense count: 58
# This cop supports unsafe autocorrection (--autocorrect-all). # This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: Mode. # Configuration parameters: Mode.
Style/StringConcatenation: Style/StringConcatenation:
@ -2981,12 +2894,9 @@ Style/StringConcatenation:
- 'app/helpers/post_versions_helper.rb' - 'app/helpers/post_versions_helper.rb'
- 'app/helpers/posts_helper.rb' - 'app/helpers/posts_helper.rb'
- 'app/helpers/title_helper.rb' - 'app/helpers/title_helper.rb'
- 'app/jobs/tag_batch_job.rb'
- 'app/logical/post_query_builder.rb'
- 'app/logical/storage_manager/local.rb' - 'app/logical/storage_manager/local.rb'
- 'app/models/artist.rb' - 'app/models/artist.rb'
- 'app/models/artist_url.rb' - 'app/models/artist_url.rb'
- 'app/models/ip_ban.rb'
- 'app/models/pool.rb' - 'app/models/pool.rb'
- 'app/models/tag.rb' - 'app/models/tag.rb'
- 'app/models/tag_alias.rb' - 'app/models/tag_alias.rb'
@ -2996,12 +2906,11 @@ Style/StringConcatenation:
- 'app/views/post_sets/show.html.erb' - 'app/views/post_sets/show.html.erb'
- 'app/views/posts/show.html.erb' - 'app/views/posts/show.html.erb'
- 'config/environment.rb' - 'config/environment.rb'
- 'test/factories/pool.rb'
- 'test/unit/bulk_update_importer_importer_test.rb' - 'test/unit/bulk_update_importer_importer_test.rb'
- 'test/unit/bulk_update_request_test.rb' - 'test/unit/bulk_update_request_test.rb'
- 'test/unit/post_test.rb' - 'test/unit/post_test.rb'
# Offense count: 1186 # Offense count: 1160
# This cop supports safe autocorrection (--autocorrect). # This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline. # Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline.
# SupportedStyles: single_quotes, double_quotes # SupportedStyles: single_quotes, double_quotes
@ -3056,9 +2965,7 @@ Style/StringLiterals:
- 'app/jobs/iqdb_update_job.rb' - 'app/jobs/iqdb_update_job.rb'
- 'app/jobs/post_video_conversion_job.rb' - 'app/jobs/post_video_conversion_job.rb'
- 'app/jobs/tag_alias_job.rb' - 'app/jobs/tag_alias_job.rb'
- 'app/jobs/tag_batch_job.rb'
- 'app/jobs/tag_implication_job.rb' - 'app/jobs/tag_implication_job.rb'
- 'app/jobs/tag_nuke_job.rb'
- 'app/jobs/takedown_job.rb' - 'app/jobs/takedown_job.rb'
- 'app/logical/apng_inspector.rb' - 'app/logical/apng_inspector.rb'
- 'app/logical/bulk_related_tag_query.rb' - 'app/logical/bulk_related_tag_query.rb'
@ -3067,8 +2974,6 @@ Style/StringLiterals:
- 'app/logical/elastic_post_query_builder.rb' - 'app/logical/elastic_post_query_builder.rb'
- 'app/logical/maintenance.rb' - 'app/logical/maintenance.rb'
- 'app/logical/pbkdf2.rb' - 'app/logical/pbkdf2.rb'
- 'app/logical/post_query_builder.rb'
- 'app/logical/post_sets/post.rb'
- 'app/logical/post_thumbnailer.rb' - 'app/logical/post_thumbnailer.rb'
- 'app/logical/session_loader.rb' - 'app/logical/session_loader.rb'
- 'app/logical/stats_updater.rb' - 'app/logical/stats_updater.rb'
@ -3113,27 +3018,22 @@ Style/StringLiterals:
- 'app/views/admin/reowner/new.html.erb' - 'app/views/admin/reowner/new.html.erb'
- 'app/views/admin/users/request_password_reset.html.erb' - 'app/views/admin/users/request_password_reset.html.erb'
- 'app/views/artists/_form.html.erb' - 'app/views/artists/_form.html.erb'
- 'app/views/artists/_secondary_links.html.erb'
- 'app/views/bans/_form.html.erb' - 'app/views/bans/_form.html.erb'
- 'app/views/blips/partials/show/_blip.html.erb' - 'app/views/blips/partials/show/_blip.html.erb'
- 'app/views/comments/partials/index/_list.html.erb' - 'app/views/comments/partials/index/_list.html.erb'
- 'app/views/comments/partials/show/_comment.html.erb' - 'app/views/comments/partials/show/_comment.html.erb'
- 'app/views/dmails/show.html.erb' - 'app/views/dmails/show.html.erb'
- 'app/views/forum_categories/index.html.erb'
- 'app/views/forum_post_votes/_vote.html.erb' - 'app/views/forum_post_votes/_vote.html.erb'
- 'app/views/forum_posts/_forum_post.html.erb' - 'app/views/forum_posts/_forum_post.html.erb'
- 'app/views/help/_form.html.erb' - 'app/views/help/_form.html.erb'
- 'app/views/help/_secondary_links.html.erb'
- 'app/views/moderator/ip_addrs/_ip_listing.html.erb' - 'app/views/moderator/ip_addrs/_ip_listing.html.erb'
- 'app/views/moderator/ip_addrs/_user_listing.erb' - 'app/views/moderator/ip_addrs/_user_listing.erb'
- 'app/views/moderator/post/queues/_quick_mod.html.erb' - 'app/views/moderator/post/queues/_quick_mod.html.erb'
- 'app/views/note_versions/_revert_listing.html.erb' - 'app/views/note_versions/_revert_listing.html.erb'
- 'app/views/pool_versions/_revert_listing.html.erb' - 'app/views/pool_versions/_revert_listing.html.erb'
- 'app/views/pools/_secondary_links.html.erb'
- 'app/views/post_replacements/index.html.erb' - 'app/views/post_replacements/index.html.erb'
- 'app/views/post_sets/_form.html.erb' - 'app/views/post_sets/_form.html.erb'
- 'app/views/post_sets/_search.html.erb' - 'app/views/post_sets/_search.html.erb'
- 'app/views/post_sets/_secondary_links.html.erb'
- 'app/views/post_sets/index.html.erb' - 'app/views/post_sets/index.html.erb'
- 'app/views/post_sets/post_list.erb' - 'app/views/post_sets/post_list.erb'
- 'app/views/post_versions/_listing.html.erb' - 'app/views/post_versions/_listing.html.erb'
@ -3150,18 +3050,14 @@ Style/StringLiterals:
- 'app/views/tag_type_versions/index.html.erb' - 'app/views/tag_type_versions/index.html.erb'
- 'app/views/takedowns/_editor.html.erb' - 'app/views/takedowns/_editor.html.erb'
- 'app/views/takedowns/_search.html.erb' - 'app/views/takedowns/_search.html.erb'
- 'app/views/takedowns/_secondary_links.html.erb'
- 'app/views/takedowns/index.html.erb' - 'app/views/takedowns/index.html.erb'
- 'app/views/takedowns/new.html.erb' - 'app/views/takedowns/new.html.erb'
- 'app/views/tickets/_secondary_links.html.erb'
- 'app/views/tickets/index.html.erb' - 'app/views/tickets/index.html.erb'
- 'app/views/tickets/new.html.erb' - 'app/views/tickets/new.html.erb'
- 'app/views/tickets/show.html.erb' - 'app/views/tickets/show.html.erb'
- 'app/views/uploads/new.html.erb' - 'app/views/uploads/new.html.erb'
- 'app/views/users/_secondary_links.html.erb'
- 'app/views/users/home.html.erb' - 'app/views/users/home.html.erb'
- 'app/views/users/new.html.erb' - 'app/views/users/new.html.erb'
- 'app/views/wiki_pages/_secondary_links.html.erb'
- 'config.ru' - 'config.ru'
- 'config/application.rb' - 'config/application.rb'
- 'config/danbooru_default_config.rb' - 'config/danbooru_default_config.rb'
@ -3222,14 +3118,12 @@ Style/StringLiterals:
- 'test/functional/post_events_controller_test.rb' - 'test/functional/post_events_controller_test.rb'
- 'test/functional/post_flags_controller_test.rb' - 'test/functional/post_flags_controller_test.rb'
- 'test/functional/post_replacements_controller_test.rb' - 'test/functional/post_replacements_controller_test.rb'
- 'test/functional/post_versions_controller_test.rb'
- 'test/functional/post_votes_controller_test.rb' - 'test/functional/post_votes_controller_test.rb'
- 'test/functional/related_tags_controller_test.rb' - 'test/functional/related_tags_controller_test.rb'
- 'test/functional/sessions_controller_test.rb' - 'test/functional/sessions_controller_test.rb'
- 'test/functional/tag_alias_requests_controller_test.rb' - 'test/functional/tag_alias_requests_controller_test.rb'
- 'test/functional/tag_implication_requests_controller_test.rb' - 'test/functional/tag_implication_requests_controller_test.rb'
- 'test/functional/tags_controller_test.rb' - 'test/functional/tags_controller_test.rb'
- 'test/functional/uploads_controller_test.rb'
- 'test/functional/user_feedbacks_controller_test.rb' - 'test/functional/user_feedbacks_controller_test.rb'
- 'test/functional/user_name_change_requests_controller_test.rb' - 'test/functional/user_name_change_requests_controller_test.rb'
- 'test/functional/users_controller_test.rb' - 'test/functional/users_controller_test.rb'
@ -3284,7 +3178,6 @@ Style/StringLiterals:
- 'test/unit/tag_test.rb' - 'test/unit/tag_test.rb'
- 'test/unit/upload_test.rb' - 'test/unit/upload_test.rb'
- 'test/unit/upload_whitelist_test.rb' - 'test/unit/upload_whitelist_test.rb'
- 'test/unit/user_deletion_test.rb'
- 'test/unit/user_feedback_test.rb' - 'test/unit/user_feedback_test.rb'
- 'test/unit/user_name_change_request_test.rb' - 'test/unit/user_name_change_request_test.rb'
- 'test/unit/user_password_reset_nonce_test.rb' - 'test/unit/user_password_reset_nonce_test.rb'
@ -3383,7 +3276,7 @@ Style/SymbolArray:
- 'test/unit/post_event_test.rb' - 'test/unit/post_event_test.rb'
- 'test/unit/storage_manager_test.rb' - 'test/unit/storage_manager_test.rb'
# Offense count: 22 # Offense count: 21
# This cop supports unsafe autocorrection (--autocorrect-all). # This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: AllowMethodsWithArguments, AllowedMethods, AllowedPatterns, AllowComments. # Configuration parameters: AllowMethodsWithArguments, AllowedMethods, AllowedPatterns, AllowComments.
# AllowedMethods: define_method, mail, respond_to # AllowedMethods: define_method, mail, respond_to
@ -3395,7 +3288,6 @@ Style/SymbolProc:
- 'app/controllers/pools_controller.rb' - 'app/controllers/pools_controller.rb'
- 'app/controllers/posts_controller.rb' - 'app/controllers/posts_controller.rb'
- 'app/jobs/post_video_conversion_job.rb' - 'app/jobs/post_video_conversion_job.rb'
- 'app/logical/post_query_builder.rb'
- 'app/logical/post_sets/base.rb' - 'app/logical/post_sets/base.rb'
- 'app/logical/post_sets/favorites.rb' - 'app/logical/post_sets/favorites.rb'
- 'app/logical/post_sets/post.rb' - 'app/logical/post_sets/post.rb'
@ -3456,7 +3348,7 @@ Style/TrailingCommaInArrayLiteral:
- 'app/models/user.rb' - 'app/models/user.rb'
- 'config/initializers/filter_parameter_logging.rb' - 'config/initializers/filter_parameter_logging.rb'
# Offense count: 97 # Offense count: 95
# This cop supports safe autocorrection (--autocorrect). # This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyleForMultiline. # Configuration parameters: EnforcedStyleForMultiline.
# SupportedStylesForMultiline: comma, consistent_comma, no_comma # SupportedStylesForMultiline: comma, consistent_comma, no_comma
@ -3479,7 +3371,6 @@ Style/TrailingCommaInHashLiteral:
- 'app/logical/tag_relationship_request.rb' - 'app/logical/tag_relationship_request.rb'
- 'app/logical/upload_service/replacer.rb' - 'app/logical/upload_service/replacer.rb'
- 'app/models/edit_history.rb' - 'app/models/edit_history.rb'
- 'app/models/exception_log.rb'
- 'app/models/pool_version.rb' - 'app/models/pool_version.rb'
- 'app/models/post.rb' - 'app/models/post.rb'
- 'app/models/post_replacement.rb' - 'app/models/post_replacement.rb'
@ -3502,7 +3393,6 @@ Style/TrailingCommaInHashLiteral:
- 'test/functional/notes_controller_test.rb' - 'test/functional/notes_controller_test.rb'
- 'test/functional/post_replacements_controller_test.rb' - 'test/functional/post_replacements_controller_test.rb'
- 'test/functional/tag_implication_requests_controller_test.rb' - 'test/functional/tag_implication_requests_controller_test.rb'
- 'test/functional/uploads_controller_test.rb'
- 'test/unit/ban_test.rb' - 'test/unit/ban_test.rb'
# Offense count: 1 # Offense count: 1
@ -3538,7 +3428,7 @@ Style/WhileUntilModifier:
Exclude: Exclude:
- 'app/logical/user_deletion.rb' - 'app/logical/user_deletion.rb'
# Offense count: 85 # Offense count: 84
# This cop supports safe autocorrection (--autocorrect). # This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle, MinSize, WordRegex. # Configuration parameters: EnforcedStyle, MinSize, WordRegex.
# SupportedStyles: percent, brackets # SupportedStyles: percent, brackets
@ -3573,9 +3463,8 @@ Style/WordArray:
- 'test/unit/post_test.rb' - 'test/unit/post_test.rb'
- 'test/unit/related_tag_query_test.rb' - 'test/unit/related_tag_query_test.rb'
- 'test/unit/tag_alias_test.rb' - 'test/unit/tag_alias_test.rb'
- 'test/unit/tag_test.rb'
# Offense count: 22 # Offense count: 21
# This cop supports unsafe autocorrection (--autocorrect-all). # This cop supports unsafe autocorrection (--autocorrect-all).
Style/ZeroLengthPredicate: Style/ZeroLengthPredicate:
Exclude: Exclude:
@ -3585,7 +3474,6 @@ Style/ZeroLengthPredicate:
- 'app/controllers/wiki_pages_controller.rb' - 'app/controllers/wiki_pages_controller.rb'
- 'app/helpers/pagination_helper.rb' - 'app/helpers/pagination_helper.rb'
- 'app/logical/elastic_post_query_builder.rb' - 'app/logical/elastic_post_query_builder.rb'
- 'app/logical/post_sets/post.rb'
- 'app/models/bulk_update_request.rb' - 'app/models/bulk_update_request.rb'
- 'app/models/pool.rb' - 'app/models/pool.rb'
- 'app/models/post.rb' - 'app/models/post.rb'

View File

@ -9,47 +9,47 @@ GIT
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actioncable (7.0.4) actioncable (7.0.4.2)
actionpack (= 7.0.4) actionpack (= 7.0.4.2)
activesupport (= 7.0.4) activesupport (= 7.0.4.2)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
actionmailbox (7.0.4) actionmailbox (7.0.4.2)
actionpack (= 7.0.4) actionpack (= 7.0.4.2)
activejob (= 7.0.4) activejob (= 7.0.4.2)
activerecord (= 7.0.4) activerecord (= 7.0.4.2)
activestorage (= 7.0.4) activestorage (= 7.0.4.2)
activesupport (= 7.0.4) activesupport (= 7.0.4.2)
mail (>= 2.7.1) mail (>= 2.7.1)
net-imap net-imap
net-pop net-pop
net-smtp net-smtp
actionmailer (7.0.4) actionmailer (7.0.4.2)
actionpack (= 7.0.4) actionpack (= 7.0.4.2)
actionview (= 7.0.4) actionview (= 7.0.4.2)
activejob (= 7.0.4) activejob (= 7.0.4.2)
activesupport (= 7.0.4) activesupport (= 7.0.4.2)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
net-imap net-imap
net-pop net-pop
net-smtp net-smtp
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
actionpack (7.0.4) actionpack (7.0.4.2)
actionview (= 7.0.4) actionview (= 7.0.4.2)
activesupport (= 7.0.4) activesupport (= 7.0.4.2)
rack (~> 2.0, >= 2.2.0) rack (~> 2.0, >= 2.2.0)
rack-test (>= 0.6.3) rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (7.0.4) actiontext (7.0.4.2)
actionpack (= 7.0.4) actionpack (= 7.0.4.2)
activerecord (= 7.0.4) activerecord (= 7.0.4.2)
activestorage (= 7.0.4) activestorage (= 7.0.4.2)
activesupport (= 7.0.4) activesupport (= 7.0.4.2)
globalid (>= 0.6.0) globalid (>= 0.6.0)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
actionview (7.0.4) actionview (7.0.4.2)
activesupport (= 7.0.4) activesupport (= 7.0.4.2)
builder (~> 3.1) builder (~> 3.1)
erubi (~> 1.4) erubi (~> 1.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
@ -59,26 +59,26 @@ GEM
activemodel (>= 4.1, < 7.1) activemodel (>= 4.1, < 7.1)
case_transform (>= 0.2) case_transform (>= 0.2)
jsonapi-renderer (>= 0.1.1.beta1, < 0.3) jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
activejob (7.0.4) activejob (7.0.4.2)
activesupport (= 7.0.4) activesupport (= 7.0.4.2)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (7.0.4) activemodel (7.0.4.2)
activesupport (= 7.0.4) activesupport (= 7.0.4.2)
activemodel-serializers-xml (1.0.2) activemodel-serializers-xml (1.0.2)
activemodel (> 5.x) activemodel (> 5.x)
activesupport (> 5.x) activesupport (> 5.x)
builder (~> 3.1) builder (~> 3.1)
activerecord (7.0.4) activerecord (7.0.4.2)
activemodel (= 7.0.4) activemodel (= 7.0.4.2)
activesupport (= 7.0.4) activesupport (= 7.0.4.2)
activestorage (7.0.4) activestorage (7.0.4.2)
actionpack (= 7.0.4) actionpack (= 7.0.4.2)
activejob (= 7.0.4) activejob (= 7.0.4.2)
activerecord (= 7.0.4) activerecord (= 7.0.4.2)
activesupport (= 7.0.4) activesupport (= 7.0.4.2)
marcel (~> 1.0) marcel (~> 1.0)
mini_mime (>= 1.1.0) mini_mime (>= 1.1.0)
activesupport (7.0.4) activesupport (7.0.4.2)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2) i18n (>= 1.6, < 2)
minitest (>= 5.1) minitest (>= 5.1)
@ -88,7 +88,7 @@ GEM
ast (2.4.2) ast (2.4.2)
backport (1.2.0) backport (1.2.0)
bcrypt (3.1.18) bcrypt (3.1.18)
benchmark (0.2.0) benchmark (0.2.1)
better_html (2.0.1) better_html (2.0.1)
actionview (>= 6.0) actionview (>= 6.0)
activesupport (>= 6.0) activesupport (>= 6.0)
@ -96,23 +96,24 @@ GEM
erubi (~> 1.4) erubi (~> 1.4)
parser (>= 2.4) parser (>= 2.4)
smart_properties smart_properties
bootsnap (1.13.0) bootsnap (1.16.0)
msgpack (~> 1.2) msgpack (~> 1.2)
brpoplpush-redis_script (0.1.2) brpoplpush-redis_script (0.1.3)
concurrent-ruby (~> 1.0, >= 1.0.5) concurrent-ruby (~> 1.0, >= 1.0.5)
redis (>= 1.0, <= 5.0) redis (>= 1.0, < 6)
builder (3.2.4) builder (3.2.4)
byebug (11.1.3) byebug (11.1.3)
case_transform (0.2) case_transform (0.2)
activesupport activesupport
cityhash (0.9.0) cityhash (0.9.0)
coderay (1.1.3) coderay (1.1.3)
concurrent-ruby (1.2.0) concurrent-ruby (1.2.2)
connection_pool (2.3.0) connection_pool (2.3.0)
crack (0.4.5) crack (0.4.5)
rexml rexml
crass (1.0.6) crass (1.0.6)
dalli (3.2.3) dalli (3.2.4)
date (3.3.3)
diff-lcs (1.5.0) diff-lcs (1.5.0)
domain_name (0.5.20190701) domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0) unf (>= 0.0.5, < 1.0.0)
@ -128,26 +129,26 @@ GEM
request_store (>= 1.0) request_store (>= 1.0)
ruby2_keywords ruby2_keywords
e2mmap (0.1.0) e2mmap (0.1.0)
elasticsearch (7.17.1) elasticsearch (7.17.7)
elasticsearch-api (= 7.17.1) elasticsearch-api (= 7.17.7)
elasticsearch-transport (= 7.17.1) elasticsearch-transport (= 7.17.7)
elasticsearch-api (7.17.1) elasticsearch-api (7.17.7)
multi_json multi_json
elasticsearch-model (7.2.1) elasticsearch-model (7.2.1)
activesupport (> 3) activesupport (> 3)
elasticsearch (~> 7) elasticsearch (~> 7)
hashie hashie
elasticsearch-rails (7.2.1) elasticsearch-rails (7.2.1)
elasticsearch-transport (7.17.1) elasticsearch-transport (7.17.7)
faraday (~> 1) faraday (~> 1)
multi_json multi_json
erubi (1.11.0) erubi (1.12.0)
factory_bot (6.2.1) factory_bot (6.2.1)
activesupport (>= 5.0.0) activesupport (>= 5.0.0)
factory_bot_rails (6.2.0) factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0) factory_bot (~> 6.2.0)
railties (>= 5.0.0) railties (>= 5.0.0)
faraday (1.10.2) faraday (1.10.3)
faraday-em_http (~> 1.0) faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0) faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1) faraday-excon (~> 1.1)
@ -180,8 +181,8 @@ GEM
http-accept (1.7.0) http-accept (1.7.0)
http-cookie (1.0.5) http-cookie (1.0.5)
domain_name (~> 0.5) domain_name (~> 0.5)
httparty (0.20.0) httparty (0.21.0)
mime-types (~> 3.0) mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2) multi_xml (>= 0.5.2)
i18n (1.12.0) i18n (1.12.0)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
@ -193,105 +194,110 @@ GEM
rexml rexml
kramdown-parser-gfm (1.1.0) kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0) kramdown (~> 2.0)
listen (3.7.1) listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3) rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10) rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.19.1) loofah (2.19.1)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
mail (2.7.1) mail (2.8.1)
mini_mime (>= 0.1.1) mini_mime (>= 0.1.1)
mailgun-ruby (1.2.5) net-imap
net-pop
net-smtp
mailgun-ruby (1.2.8)
rest-client (>= 2.0.2) rest-client (>= 2.0.2)
marcel (1.0.2) marcel (1.0.2)
memoist (0.16.2) memoist (0.16.2)
method_source (1.0.0) method_source (1.0.0)
mime-types (3.4.1) mime-types (3.4.1)
mime-types-data (~> 3.2015) mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105) mime-types-data (3.2023.0218.1)
mini_mime (1.1.2) mini_mime (1.1.2)
mini_portile2 (2.8.0) mini_portile2 (2.8.1)
minitest (5.17.0) minitest (5.18.0)
mocha (1.15.0) mocha (2.0.2)
msgpack (1.6.0) ruby2_keywords (>= 0.0.5)
msgpack (1.6.1)
multi_json (1.15.0) multi_json (1.15.0)
multi_xml (0.6.0) multi_xml (0.6.0)
multipart-post (2.2.3) multipart-post (2.3.0)
net-imap (0.3.1) net-imap (0.3.4)
date
net-protocol net-protocol
net-pop (0.1.2) net-pop (0.1.2)
net-protocol net-protocol
net-protocol (0.1.3) net-protocol (0.2.1)
timeout timeout
net-smtp (0.3.2) net-smtp (0.3.3)
net-protocol net-protocol
netrc (0.11.0) netrc (0.11.0)
newrelic_rpm (8.14.0) newrelic_rpm (9.0.0)
nio4r (2.5.8) nio4r (2.5.8)
nokogiri (1.13.10) nokogiri (1.14.2)
mini_portile2 (~> 2.8.0) mini_portile2 (~> 2.8.0)
racc (~> 1.4) racc (~> 1.4)
parallel (1.22.1) parallel (1.22.1)
parser (3.2.1.0) parser (3.2.1.1)
ast (~> 2.4.1) ast (~> 2.4.1)
pg (1.4.3) pg (1.4.6)
pry (0.14.1) pry (0.14.2)
coderay (~> 1.1) coderay (~> 1.1)
method_source (~> 1.0) method_source (~> 1.0)
pry-byebug (3.10.1) pry-byebug (3.10.1)
byebug (~> 11.0) byebug (~> 11.0)
pry (>= 0.13, < 0.15) pry (>= 0.13, < 0.15)
public_suffix (5.0.0) public_suffix (5.0.1)
puma (5.6.5) puma (6.1.1)
nio4r (~> 2.0) nio4r (~> 2.0)
racc (1.6.1) racc (1.6.2)
rack (2.2.6.2) rack (2.2.6.3)
rack-proxy (0.7.4) rack-proxy (0.7.6)
rack rack
rack-test (2.0.2) rack-test (2.0.2)
rack (>= 1.3) rack (>= 1.3)
rails (7.0.4) rails (7.0.4.2)
actioncable (= 7.0.4) actioncable (= 7.0.4.2)
actionmailbox (= 7.0.4) actionmailbox (= 7.0.4.2)
actionmailer (= 7.0.4) actionmailer (= 7.0.4.2)
actionpack (= 7.0.4) actionpack (= 7.0.4.2)
actiontext (= 7.0.4) actiontext (= 7.0.4.2)
actionview (= 7.0.4) actionview (= 7.0.4.2)
activejob (= 7.0.4) activejob (= 7.0.4.2)
activemodel (= 7.0.4) activemodel (= 7.0.4.2)
activerecord (= 7.0.4) activerecord (= 7.0.4.2)
activestorage (= 7.0.4) activestorage (= 7.0.4.2)
activesupport (= 7.0.4) activesupport (= 7.0.4.2)
bundler (>= 1.15.0) bundler (>= 1.15.0)
railties (= 7.0.4) railties (= 7.0.4.2)
rails-dom-testing (2.0.3) rails-dom-testing (2.0.3)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
nokogiri (>= 1.6) nokogiri (>= 1.6)
rails-html-sanitizer (1.4.4) rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1) loofah (~> 2.19, >= 2.19.1)
railties (7.0.4) railties (7.0.4.2)
actionpack (= 7.0.4) actionpack (= 7.0.4.2)
activesupport (= 7.0.4) activesupport (= 7.0.4.2)
method_source method_source
rake (>= 12.2) rake (>= 12.2)
thor (~> 1.0) thor (~> 1.0)
zeitwerk (~> 2.5) zeitwerk (~> 2.5)
rainbow (3.1.1) rainbow (3.1.1)
raindrops (0.20.0) raindrops (0.20.1)
rake (13.0.6) rake (13.0.6)
rb-fsevent (0.11.2) rb-fsevent (0.11.2)
rb-inotify (0.10.1) rb-inotify (0.10.1)
ffi (~> 1.0) ffi (~> 1.0)
recaptcha (5.12.3) recaptcha (5.12.3)
json json
redis (4.8.0) redis (4.8.1)
regexp_parser (2.7.0) regexp_parser (2.7.0)
request_store (1.5.1) request_store (1.5.1)
rack (>= 1.4) rack (>= 1.4)
resolv (0.2.1) resolv (0.2.2)
responders (3.0.1) responders (3.1.0)
actionpack (>= 5.0) actionpack (>= 5.2)
railties (>= 5.0) railties (>= 5.2)
rest-client (2.1.0) rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0) http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0) http-cookie (>= 1.0.2, < 2.0)
@ -301,7 +307,7 @@ GEM
reverse_markdown (2.1.1) reverse_markdown (2.1.1)
nokogiri nokogiri
rexml (3.2.5) rexml (3.2.5)
rubocop (1.46.0) rubocop (1.48.0)
json (~> 2.3) json (~> 2.3)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 3.2.0.0) parser (>= 3.2.0.0)
@ -311,37 +317,38 @@ GEM
rubocop-ast (>= 1.26.0, < 2.0) rubocop-ast (>= 1.26.0, < 2.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0) unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.26.0) rubocop-ast (1.27.0)
parser (>= 3.2.1.0) parser (>= 3.2.1.0)
rubocop-erb (0.2.3) rubocop-erb (0.2.4)
better_html better_html
rubocop (~> 1.45) rubocop (~> 1.45)
rubocop-rails (2.17.4) rubocop-rails (2.18.0)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
rack (>= 1.1) rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0) rubocop (>= 1.33.0, < 2.0)
ruby-progressbar (1.11.0) ruby-progressbar (1.13.0)
ruby-vips (2.1.4) ruby-vips (2.1.4)
ffi (~> 1.12) ffi (~> 1.12)
ruby2_keywords (0.0.5) ruby2_keywords (0.0.5)
semantic_range (3.0.0) semantic_range (3.0.0)
shoulda-context (2.0.0) shoulda-context (2.0.0)
shoulda-matchers (5.2.0) shoulda-matchers (5.3.0)
activesupport (>= 5.2.0) activesupport (>= 5.2.0)
sidekiq (6.5.7) sidekiq (6.5.8)
connection_pool (>= 2.2.5) connection_pool (>= 2.2.5, < 3)
rack (~> 2.0) rack (~> 2.0)
redis (>= 4.5.0, < 5) redis (>= 4.5.0, < 5)
sidekiq-unique-jobs (7.1.27) sidekiq-unique-jobs (7.1.29)
brpoplpush-redis_script (> 0.1.1, <= 2.0.0) brpoplpush-redis_script (> 0.1.1, <= 2.0.0)
concurrent-ruby (~> 1.0, >= 1.0.5) concurrent-ruby (~> 1.0, >= 1.0.5)
sidekiq (>= 5.0, < 8.0) redis (< 5.0)
sidekiq (>= 5.0, < 7.0)
thor (>= 0.20, < 3.0) thor (>= 0.20, < 3.0)
simple_form (5.1.0) simple_form (5.2.0)
actionpack (>= 5.2) actionpack (>= 5.2)
activemodel (>= 5.2) activemodel (>= 5.2)
smart_properties (1.17.0) smart_properties (1.17.0)
solargraph (0.47.2) solargraph (0.48.0)
backport (~> 1.2) backport (~> 1.2)
benchmark benchmark
bundler (>= 1.17.2) bundler (>= 1.17.2)
@ -359,8 +366,8 @@ GEM
streamio-ffmpeg (3.0.2) streamio-ffmpeg (3.0.2)
multi_json (~> 1.8) multi_json (~> 1.8)
thor (1.2.1) thor (1.2.1)
tilt (2.0.11) tilt (2.1.0)
timeout (0.3.0) timeout (0.3.2)
tzinfo (2.0.6) tzinfo (2.0.6)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
unf (0.1.4) unf (0.1.4)
@ -388,7 +395,7 @@ GEM
websocket-extensions (0.1.5) websocket-extensions (0.1.5)
yard (0.9.28) yard (0.9.28)
webrick (~> 1.7.0) webrick (~> 1.7.0)
zeitwerk (2.6.1) zeitwerk (2.6.7)
PLATFORMS PLATFORMS
ruby ruby

809
yarn.lock

File diff suppressed because it is too large Load Diff