11# This configuration was generated by
2- # `rubocop --auto-gen-config`
3- # on 2022-04-06 17:45:31 UTC using RuboCop version 1.26 .0.
2+ # `rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit 99999 `
3+ # on 2023-05-19 18: 17:27 UTC using RuboCop version 1.51 .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
77# versions of RuboCop, may require this file to be generated again.
88
9+ # Offense count: 10
10+ # Configuration parameters: EnforcedStyle, AllowedGems, Include.
11+ # SupportedStyles: Gemfile, gems.rb, gemspec
12+ # Include: **/*.gemspec, **/Gemfile, **/gems.rb
13+ Gemspec/DevelopmentDependencies :
14+ Exclude :
15+ - ' journaled.gemspec'
16+
917# Offense count: 2
1018RSpec/ExpectInHook :
1119 Exclude :
1220 - ' spec/models/concerns/journaled/changes_spec.rb'
1321
22+ # Offense count: 2
23+ # This cop supports unsafe autocorrection (--autocorrect-all).
24+ RSpec/Rails/TravelAround :
25+ Exclude :
26+ - ' spec/lib/journaled/audit_log_spec.rb'
27+
1428# Offense count: 2
1529RSpec/SubjectStub :
1630 Exclude :
@@ -23,3 +37,21 @@ RSpec/VerifiedDoubles:
2337 - ' spec/models/concerns/journaled/actor_spec.rb'
2438 - ' spec/models/journaled/actor_uri_provider_spec.rb'
2539 - ' spec/models/journaled/change_writer_spec.rb'
40+
41+ # Offense count: 1
42+ # This cop supports safe autocorrection (--autocorrect).
43+ Rails/IndexWith :
44+ Exclude :
45+ - ' app/models/journaled/event.rb'
46+
47+ # Offense count: 1
48+ # This cop supports unsafe autocorrection (--autocorrect-all).
49+ Style/CollectionCompact :
50+ Exclude :
51+ - ' app/jobs/journaled/delivery_job.rb'
52+
53+ # Offense count: 1
54+ # This cop supports safe autocorrection (--autocorrect).
55+ Style/RedundantConstantBase :
56+ Exclude :
57+ - ' spec/dummy/config.ru'
0 commit comments