11# This configuration was generated by
22# `rubocop --auto-gen-config --exclude-limit 10000000`
3- # on 2024-02-09 15:03:07 UTC using RuboCop version 1.60.2 .
3+ # on 2025-08-29 07:24:21 UTC using RuboCop version 1.80.1 .
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: 5
9+ # Offense count: 2
1010# This cop supports safe autocorrection (--autocorrect).
11- # Configuration parameters: TreatCommentsAsGroupSeparators, ConsiderPunctuation, Include.
12- # Include: **/*.gemfile, **/Gemfile, **/gems.rb
11+ # Configuration parameters: TreatCommentsAsGroupSeparators, ConsiderPunctuation.
1312Bundler/OrderedGems :
1413 Exclude :
1514 - ' Gemfile'
@@ -36,11 +35,24 @@ Layout/HashAlignment:
3635
3736# Offense count: 1
3837# This cop supports safe autocorrection (--autocorrect).
39- # Configuration parameters: AllowDoxygenCommentStyle, AllowGemfileRubyComment.
38+ # Configuration parameters: AllowDoxygenCommentStyle, AllowGemfileRubyComment, AllowRBSInlineAnnotation, AllowSteepAnnotation .
4039Layout/LeadingCommentSpace :
4140 Exclude :
4241 - ' lib/loga/railtie.rb'
4342
43+ # Offense count: 1
44+ # This cop supports safe autocorrection (--autocorrect).
45+ # Configuration parameters: Max, AllowHeredoc, AllowURI, AllowQualifiedName, URISchemes, IgnoreCopDirectives, AllowedPatterns, SplitStrings.
46+ # URISchemes: http, https
47+ Layout/LineLength :
48+ Exclude :
49+ - ' spec/loga/sidekiq_latest/job_logger_spec.rb'
50+
51+ # Offense count: 2
52+ Lint/CopDirectiveSyntax :
53+ Exclude :
54+ - ' spec/unit/loga/rack/logger_spec.rb'
55+
4456# Offense count: 2
4557# Configuration parameters: AllowComments, AllowEmptyLambdas.
4658Lint/EmptyBlock :
@@ -66,6 +78,18 @@ Lint/SendWithMixinArgument:
6678 Exclude :
6779 - ' lib/loga/railtie.rb'
6880
81+ # Offense count: 2
82+ Lint/UselessConstantScoping :
83+ Exclude :
84+ - ' lib/loga/rack/request.rb'
85+
86+ # Offense count: 2
87+ # This cop supports safe autocorrection (--autocorrect).
88+ # Configuration parameters: CheckForMethodsWithNoSideEffects.
89+ Lint/Void :
90+ Exclude :
91+ - ' lib/loga/railtie.rb'
92+
6993# Offense count: 1
7094# Configuration parameters: AllowedMethods, AllowedPatterns.
7195Metrics/CyclomaticComplexity :
@@ -98,12 +122,27 @@ RSpec/ContextWording:
98122 - ' spec/support/timecop_shared.rb'
99123 - ' spec/unit/loga/configuration_spec.rb'
100124
125+ # Offense count: 1
126+ RSpec/DescribeMethod :
127+ Exclude :
128+ - ' spec/loga/sidekiq_latest/job_logger_spec.rb'
129+
130+ # Offense count: 22
131+ # This cop supports safe autocorrection (--autocorrect).
132+ RSpec/IncludeExamples :
133+ Exclude :
134+ - ' spec/integration/rails/request_spec.rb'
135+ - ' spec/integration/sinatra_spec.rb'
136+ - ' spec/unit/loga/formatters/gelf_formatter_spec.rb'
137+ - ' spec/unit/loga/parameter_filter_spec.rb'
138+ - ' spec/unit/loga/rack/logger_spec.rb'
139+
101140# Offense count: 41
102141# Configuration parameters: AllowSubject.
103142RSpec/MultipleMemoizedHelpers :
104143 Max : 12
105144
106- # Offense count: 6
145+ # Offense count: 9
107146# Configuration parameters: AllowedPatterns.
108147# AllowedPatterns: ^expect_, ^assert_
109148RSpec/NoExpectationExample :
@@ -112,10 +151,10 @@ RSpec/NoExpectationExample:
112151 - ' spec/integration/sidekiq61_spec.rb'
113152 - ' spec/integration/sidekiq65_spec.rb'
114153 - ' spec/integration/sidekiq7_spec.rb'
154+ - ' spec/integration/sidekiq8_spec.rb'
115155
116156# Offense count: 2
117- # Configuration parameters: Include, CustomTransform, IgnoreMethods, IgnoreMetadata.
118- # Include: **/*_spec.rb
157+ # Configuration parameters: CustomTransform, IgnoreMethods, IgnoreMetadata.
119158RSpec/SpecFilePathFormat :
120159 Exclude :
121160 - ' **/spec/routing/**/*'
@@ -142,12 +181,20 @@ Style/CommentAnnotation:
142181 Exclude :
143182 - ' lib/loga/configuration.rb'
144183
184+ # Offense count: 2
185+ # This cop supports unsafe autocorrection (--autocorrect-all).
186+ Style/FileNull :
187+ Exclude :
188+ - ' lib/loga/ext/rails/rack/logger.rb'
189+ - ' spec/unit/loga/rack/logger_spec.rb'
190+
145191# Offense count: 25
146192# This cop supports unsafe autocorrection (--autocorrect-all).
147193# Configuration parameters: EnforcedStyle.
148194# SupportedStyles: always, always_true, never
149195Style/FrozenStringLiteralComment :
150196 Exclude :
197+ - ' **/*.arb'
151198 - ' Appraisals'
152199 - ' Gemfile'
153200 - ' Guardfile'
@@ -180,6 +227,12 @@ Style/GlobalStdStream:
180227 Exclude :
181228 - ' lib/loga/configuration.rb'
182229
230+ # Offense count: 1
231+ # This cop supports unsafe autocorrection (--autocorrect-all).
232+ Style/HashSlice :
233+ Exclude :
234+ - ' lib/loga/sidekiq7/job_logger.rb'
235+
183236# Offense count: 1
184237# This cop supports unsafe autocorrection (--autocorrect-all).
185238# Configuration parameters: EnforcedStyle.
@@ -204,3 +257,9 @@ Style/RedundantFileExtensionInRequire:
204257Style/RedundantFreeze :
205258 Exclude :
206259 - ' lib/loga/sidekiq7/job_logger.rb'
260+
261+ # Offense count: 1
262+ # This cop supports safe autocorrection (--autocorrect).
263+ Style/RedundantRegexpEscape :
264+ Exclude :
265+ - ' lib/loga/rack/request_id.rb'
0 commit comments