Skip to content

Commit 02e1322

Browse files
committed
patch
1 parent 364356a commit 02e1322

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.rubocop_todo.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config`
3-
# on 2025-10-08 10:43:51 UTC using RuboCop version 1.73.2.
3+
# on 2025-10-23 14:52:58 UTC using RuboCop version 1.73.2.
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: 6
10+
# This cop supports safe autocorrection (--autocorrect).
11+
# Configuration parameters: AutoCorrect.
12+
Lint/UselessAssignment:
13+
Exclude:
14+
- 'spec/unit/puppet_x/dsc_lite/powershell_hash_formatter_spec.rb'
15+
916
# Offense count: 2
1017
# This cop supports safe autocorrection (--autocorrect).
1118
RSpec/ExpectActual:

0 commit comments

Comments
 (0)