Skip to content

Commit c2e8698

Browse files
committed
rubocop
1 parent d682b9b commit c2e8698

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.rubocop_todo.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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-29 07:31:19 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: 2
9+
# Offense count: 3
1010
# This cop supports safe autocorrection (--autocorrect).
1111
RSpec/ExpectActual:
1212
Exclude:
@@ -27,3 +27,11 @@ RSpec/SpecFilePathFormat:
2727
Style/BitwisePredicate:
2828
Exclude:
2929
- 'lib/puppet/type/dsc.rb'
30+
31+
# Offense count: 1
32+
# This cop supports unsafe autocorrection (--autocorrect-all).
33+
# Configuration parameters: ConvertCodeThatCanStartToReturnNil, AllowedMethods, MaxChainLength.
34+
# AllowedMethods: present?, blank?, presence, try, try!
35+
Style/SafeNavigation:
36+
Exclude:
37+
- 'lib/puppet/provider/base_dsc_lite/powershell.rb'

0 commit comments

Comments
 (0)