11# This configuration was generated by
22# `rubocop --auto-gen-config`
3- # on 2025-12-03 15:37:34 UTC using RuboCop version 1.75.3.
3+ # on 2025-12-09 20:43:27 UTC using RuboCop version 1.75.3.
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
@@ -61,18 +61,18 @@ Lint/UnreachableLoop:
6161 Exclude :
6262 - ' app/models/working_condition.rb'
6363
64- # Offense count: 110
64+ # Offense count: 111
6565# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
6666Metrics/AbcSize :
6767 Max : 282
6868
69- # Offense count: 55
69+ # Offense count: 56
7070# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
7171# AllowedMethods: refine
7272Metrics/BlockLength :
7373 Max : 97
7474
75- # Offense count: 38
75+ # Offense count: 39
7676# Configuration parameters: CountComments, CountAsOne.
7777Metrics/ClassLength :
7878 Max : 314
@@ -82,15 +82,15 @@ Metrics/ClassLength:
8282Metrics/CyclomaticComplexity :
8383 Max : 13
8484
85- # Offense count: 129
85+ # Offense count: 131
8686# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
8787Metrics/MethodLength :
8888 Max : 312
8989
9090# Offense count: 5
9191# Configuration parameters: CountComments, CountAsOne.
9292Metrics/ModuleLength :
93- Max : 157
93+ Max : 162
9494
9595# Offense count: 2
9696# Configuration parameters: CountKeywordArgs.
@@ -177,13 +177,12 @@ Naming/PredicateName:
177177 - ' app/helpers/dry_crud/form/builder.rb'
178178 - ' app/models/concerns/belonging_to_work_item.rb'
179179
180- # Offense count: 15
180+ # Offense count: 14
181181# Configuration parameters: EnforcedStyle, CheckMethodNames, CheckSymbols, AllowedIdentifiers, AllowedPatterns.
182182# SupportedStyles: snake_case, normalcase, non_integer
183183# AllowedIdentifiers: TLS1_1, TLS1_2, capture3, iso8601, rfc1123_date, rfc822, rfc2822, rfc3339, x86_64
184184Naming/VariableNumber :
185185 Exclude :
186- - ' test/controllers/clients_controller_test.rb'
187186 - ' test/controllers/contacts_controller_test.rb'
188187 - ' test/controllers/invoices_controller_test.rb'
189188 - ' test/controllers/orders_controller_test.rb'
@@ -229,7 +228,7 @@ Rails/HasManyOrHasOneDependent:
229228 - ' app/models/service.rb'
230229 - ' app/models/work_item.rb'
231230
232- # Offense count: 61
231+ # Offense count: 62
233232# Configuration parameters: Include.
234233# Include: app/helpers/**/*.rb
235234Rails/HelperInstanceVariable :
@@ -316,7 +315,7 @@ Rails/ReversibleMigration:
316315 - ' db/migrate/20160919101807_add_daily_plannings.rb'
317316 - ' db/migrate/20161222162235_move_probation_period_end_date_to_employee.rb'
318317
319- # Offense count: 45
318+ # Offense count: 46
320319# Configuration parameters: ForbiddenMethods, AllowedMethods.
321320# ForbiddenMethods: decrement!, decrement_counter, increment!, increment_counter, insert, insert!, insert_all, insert_all!, toggle!, touch, touch_all, update_all, update_attribute, update_column, update_columns, update_counters, upsert, upsert_all
322321Rails/SkipsModelValidations :
@@ -386,7 +385,7 @@ Style/ConditionalAssignment:
386385 Exclude :
387386 - ' app/controllers/concerns/worktimes_report.rb'
388387
389- # Offense count: 324
388+ # Offense count: 326
390389# Configuration parameters: AllowedConstants.
391390Style/Documentation :
392391 Enabled : false
@@ -429,7 +428,7 @@ Style/OpenStructUse:
429428Style/OptionalBooleanParameter :
430429 Enabled : false
431430
432- # Offense count: 66
431+ # Offense count: 71
433432# This cop supports safe autocorrection (--autocorrect).
434433# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns, SplitStrings.
435434# URISchemes: http, https
0 commit comments