11# This configuration was generated by
22# `rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit 400`
3- # on 2025-11-17 17:32:59 UTC using RuboCop version 1.81.7 .
3+ # on 2026-02-02 14:59:16 UTC using RuboCop version 1.84.0 .
44# The point is for the user to remove these configuration records
55# one by one as the offenses are removed from the code base.
66# Note that changes in the inspected code, or installation of new
@@ -152,7 +152,7 @@ RSpec/MessageExpectation:
152152 - ' spec/tasks/remove_old_stories_spec.rb'
153153 - ' spec/utils/i18n_support_spec.rb'
154154
155- # Offense count: 26
155+ # Offense count: 25
156156# Configuration parameters: Max.
157157RSpec/MultipleExpectations :
158158 Exclude :
@@ -161,7 +161,6 @@ RSpec/MultipleExpectations:
161161 - ' spec/commands/feed/import_from_opml_spec.rb'
162162 - ' spec/repositories/feed_repository_spec.rb'
163163 - ' spec/repositories/story_repository_spec.rb'
164- - ' spec/requests/feeds_controller_spec.rb'
165164 - ' spec/tasks/remove_old_stories_spec.rb'
166165 - ' spec/utils/feed_discovery_spec.rb'
167166 - ' spec/utils/i18n_support_spec.rb'
@@ -253,6 +252,24 @@ Rails/Validation:
253252 Exclude :
254253 - ' app/models/story.rb'
255254
255+ # Offense count: 16
256+ # This cop supports unsafe autocorrection (--autocorrect-all).
257+ # Configuration parameters: EnforcedStyle.
258+ # SupportedStyles: brackets, fetch
259+ Style/HashLookupMethod :
260+ Exclude :
261+ - ' app/commands/story/mark_as_read.rb'
262+ - ' app/commands/story/mark_as_starred.rb'
263+ - ' app/commands/story/mark_as_unread.rb'
264+ - ' app/commands/story/mark_as_unstarred.rb'
265+ - ' app/controllers/application_controller.rb'
266+ - ' app/controllers/feeds_controller.rb'
267+ - ' app/controllers/stories_controller.rb'
268+ - ' config/application.rb'
269+ - ' spec/repositories/feed_repository_spec.rb'
270+ - ' spec/repositories/story_repository_spec.rb'
271+ - ' spec/repositories/user_repository_spec.rb'
272+
256273# Offense count: 1
257274# This cop supports safe autocorrection (--autocorrect).
258275Style/IfUnlessModifier :
0 commit comments