11# This configuration was generated by
22# `rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit 400`
3- # on 2026-02-02 14:59:16 UTC using RuboCop version 1.84.0 .
3+ # on 2026-02-14 01:48:12 UTC using RuboCop version 1.84.2 .
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
@@ -73,7 +73,7 @@ Metrics/PerceivedComplexity:
7373# Offense count: 3
7474# Configuration parameters: Mode, AllowedMethods, AllowedPatterns, AllowBangMethods, WaywardPredicates.
7575# AllowedMethods: call
76- # WaywardPredicates: nonzero?
76+ # WaywardPredicates: infinite?, nonzero?
7777Naming/PredicateMethod :
7878 Exclude :
7979 - ' app/utils/sample_story.rb'
@@ -252,7 +252,7 @@ Rails/Validation:
252252 Exclude :
253253 - ' app/models/story.rb'
254254
255- # Offense count: 16
255+ # Offense count: 20
256256# This cop supports unsafe autocorrection (--autocorrect-all).
257257# Configuration parameters: EnforcedStyle.
258258# SupportedStyles: brackets, fetch
@@ -266,6 +266,7 @@ Style/HashLookupMethod:
266266 - ' app/controllers/feeds_controller.rb'
267267 - ' app/controllers/stories_controller.rb'
268268 - ' config/application.rb'
269+ - ' exe/stylelint_autogen'
269270 - ' spec/repositories/feed_repository_spec.rb'
270271 - ' spec/repositories/story_repository_spec.rb'
271272 - ' spec/repositories/user_repository_spec.rb'
@@ -293,6 +294,14 @@ Style/StaticClass:
293294 - ' app/repositories/story_repository.rb'
294295 - ' app/repositories/user_repository.rb'
295296
297+ # Offense count: 1
298+ # This cop supports safe autocorrection (--autocorrect).
299+ # Configuration parameters: EnforcedStyle.
300+ # SupportedStyles: single_quotes, double_quotes
301+ Style/StringLiteralsInInterpolation :
302+ Exclude :
303+ - ' exe/stylelint_autogen'
304+
296305# Offense count: 1
297306Style/TopLevelMethodDefinition :
298307 Exclude :
0 commit comments