11# This configuration was generated by
22# `rubocop --auto-gen-config`
3- # on 2025-07-17 06:40:49 UTC using RuboCop version 1.78.0.
3+ # on 2025-07-17 07:21:41 UTC using RuboCop version 1.78.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
@@ -13,6 +13,14 @@ Gemspec/RequiredRubyVersion:
1313 Exclude :
1414 - ' unitsdb.gemspec'
1515
16+ # Offense count: 1
17+ # This cop supports safe autocorrection (--autocorrect).
18+ # Configuration parameters: EnforcedStyle, IndentationWidth.
19+ # SupportedStyles: with_first_argument, with_fixed_indentation
20+ Layout/ArgumentAlignment :
21+ Exclude :
22+ - ' lib/unitsdb/commands/qudt/updater.rb'
23+
1624# Offense count: 1
1725# This cop supports safe autocorrection (--autocorrect).
1826# Configuration parameters: EnforcedStyleAlignWith.
@@ -37,6 +45,13 @@ Lint/DuplicateBranch:
3745 - ' lib/unitsdb/commands/ucum/matcher.rb'
3846 - ' lib/unitsdb/database.rb'
3947
48+ # Offense count: 1
49+ # This cop supports safe autocorrection (--autocorrect).
50+ # Configuration parameters: AutoCorrect.
51+ Lint/UselessAssignment :
52+ Exclude :
53+ - ' lib/unitsdb/commands/qudt/updater.rb'
54+
4055# Offense count: 87
4156# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes, Max.
4257Metrics/AbcSize :
@@ -182,14 +197,6 @@ Style/OptionalBooleanParameter:
182197 - ' lib/unitsdb/commands/ucum/check.rb'
183198 - ' lib/unitsdb/commands/ucum/updater.rb'
184199
185- # Offense count: 1
186- # This cop supports safe autocorrection (--autocorrect).
187- # Configuration parameters: AllowedMethods.
188- # AllowedMethods: nonzero?
189- Style/RedundantCondition :
190- Exclude :
191- - ' lib/unitsdb/commands/qudt/updater.rb'
192-
193200# Offense count: 1
194201# Configuration parameters: Max.
195202Style/SafeNavigationChainLength :
0 commit comments