11# This configuration was generated by
22# `rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit 400`
3- # on 2026-03-11 01:58:30 UTC using RuboCop version 1.85.1 .
3+ # on 2026-04-07 03:24:43 UTC using RuboCop version 1.86.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
@@ -12,6 +12,31 @@ Capybara/NegationMatcherAfterVisit:
1212 - ' spec/system/account_setup_spec.rb'
1313 - ' spec/system/stories_index_spec.rb'
1414
15+ # Offense count: 5
16+ # This cop supports safe autocorrection (--autocorrect).
17+ I18n/GetText/DecorateFunctionMessage :
18+ Exclude :
19+ - ' app/commands/cast_boolean.rb'
20+ - ' app/models/user.rb'
21+ - ' spec/support/matchers/change_all_records.rb'
22+ - ' spec/support/matchers/change_record.rb'
23+ - ' spec/support/matchers/invoke.rb'
24+
25+ # Offense count: 4
26+ # This cop supports safe autocorrection (--autocorrect).
27+ I18n/GetText/DecorateString :
28+ Exclude :
29+ - ' Rakefile'
30+ - ' spec/rails_helper.rb'
31+ - ' spec/system/login_spec.rb'
32+
33+ # Offense count: 4
34+ I18n/RailsI18n/DecorateString :
35+ Exclude :
36+ - ' Rakefile'
37+ - ' spec/rails_helper.rb'
38+ - ' spec/system/login_spec.rb'
39+
1540# Offense count: 6
1641# This cop supports safe autocorrection (--autocorrect).
1742# Configuration parameters: AllowMultipleStyles, EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle.
@@ -188,6 +213,13 @@ RSpec/NestedGroups:
188213 Exclude :
189214 - ' spec/integration/feed_importing_spec.rb'
190215
216+ # Offense count: 3
217+ RSpec/NoBeforeHook :
218+ Exclude :
219+ - ' spec/commands/feed/import_from_opml_spec.rb'
220+ - ' spec/system/authentication_spec.rb'
221+ - ' spec/system/profile_spec.rb'
222+
191223# Offense count: 5
192224# Configuration parameters: IgnoreNameless, IgnoreSymbolicNames.
193225RSpec/VerifiedDoubles :
@@ -260,6 +292,16 @@ Rails/Validation:
260292 Exclude :
261293 - ' app/models/story.rb'
262294
295+ # Offense count: 1
296+ # This cop supports unsafe autocorrection (--autocorrect-all).
297+ # Configuration parameters: EnforcedStyle, EnforcedStyleForClasses, EnforcedStyleForModules.
298+ # SupportedStyles: nested, compact
299+ # SupportedStylesForClasses: ~, nested, compact
300+ # SupportedStylesForModules: ~, nested, compact
301+ Style/ClassAndModuleChildren :
302+ Exclude :
303+ - ' linters/rubocop/cop/rspec/no_before_hook.rb'
304+
263305# Offense count: 23
264306# This cop supports unsafe autocorrection (--autocorrect-all).
265307# Configuration parameters: EnforcedStyle.
0 commit comments