Skip to content

Commit efe4d2a

Browse files
committed
Appease the rubocop overlord
1 parent 4a81b23 commit efe4d2a

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

.rubocop_todo.yml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.
6666
Metrics/AbcSize:
6767
Max: 282
6868

69-
# Offense count: 55
69+
# Offense count: 56
7070
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
7171
# AllowedMethods: refine
7272
Metrics/BlockLength:
7373
Max: 97
7474

75-
# Offense count: 38
75+
# Offense count: 39
7676
# Configuration parameters: CountComments, CountAsOne.
7777
Metrics/ClassLength:
7878
Max: 314
@@ -82,15 +82,15 @@ Metrics/ClassLength:
8282
Metrics/CyclomaticComplexity:
8383
Max: 13
8484

85-
# Offense count: 129
85+
# Offense count: 131
8686
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
8787
Metrics/MethodLength:
8888
Max: 312
8989

9090
# Offense count: 5
9191
# Configuration parameters: CountComments, CountAsOne.
9292
Metrics/ModuleLength:
93-
Max: 157
93+
Max: 162
9494

9595
# Offense count: 2
9696
# Configuration parameters: CountKeywordArgs.
@@ -176,13 +176,12 @@ Naming/PredicateName:
176176
- 'app/helpers/dry_crud/form/builder.rb'
177177
- 'app/models/concerns/belonging_to_work_item.rb'
178178

179-
# Offense count: 15
179+
# Offense count: 14
180180
# Configuration parameters: EnforcedStyle, CheckMethodNames, CheckSymbols, AllowedIdentifiers, AllowedPatterns.
181181
# SupportedStyles: snake_case, normalcase, non_integer
182182
# AllowedIdentifiers: TLS1_1, TLS1_2, capture3, iso8601, rfc1123_date, rfc822, rfc2822, rfc3339, x86_64
183183
Naming/VariableNumber:
184184
Exclude:
185-
- 'test/controllers/clients_controller_test.rb'
186185
- 'test/controllers/contacts_controller_test.rb'
187186
- 'test/controllers/invoices_controller_test.rb'
188187
- 'test/controllers/orders_controller_test.rb'
@@ -228,7 +227,7 @@ Rails/HasManyOrHasOneDependent:
228227
- 'app/models/service.rb'
229228
- 'app/models/work_item.rb'
230229

231-
# Offense count: 61
230+
# Offense count: 62
232231
# Configuration parameters: Include.
233232
# Include: app/helpers/**/*.rb
234233
Rails/HelperInstanceVariable:
@@ -315,7 +314,7 @@ Rails/ReversibleMigration:
315314
- 'db/migrate/20160919101807_add_daily_plannings.rb'
316315
- 'db/migrate/20161222162235_move_probation_period_end_date_to_employee.rb'
317316

318-
# Offense count: 45
317+
# Offense count: 46
319318
# Configuration parameters: ForbiddenMethods, AllowedMethods.
320319
# 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
321320
Rails/SkipsModelValidations:
@@ -385,7 +384,7 @@ Style/ConditionalAssignment:
385384
Exclude:
386385
- 'app/controllers/concerns/worktimes_report.rb'
387386

388-
# Offense count: 324
387+
# Offense count: 326
389388
# Configuration parameters: AllowedConstants.
390389
Style/Documentation:
391390
Enabled: false
@@ -428,7 +427,7 @@ Style/OpenStructUse:
428427
Style/OptionalBooleanParameter:
429428
Enabled: false
430429

431-
# Offense count: 66
430+
# Offense count: 71
432431
# This cop supports safe autocorrection (--autocorrect).
433432
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns, SplitStrings.
434433
# URISchemes: http, https

0 commit comments

Comments
 (0)