File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 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).
1118RSpec/ExpectActual :
You can’t perform that action at this time.
0 commit comments