Skip to content

Commit 8741152

Browse files
committed
update todo
1 parent 5d48c03 commit 8741152

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

.rubocop_todo.yml

Lines changed: 15 additions & 3 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 2023-11-29 07:44:12 UTC using RuboCop version 1.48.1.
3+
# on 2025-10-16 14:43:56 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
@@ -12,13 +12,25 @@ Layout/RescueEnsureAlignment:
1212
Exclude:
1313
- 'lib/puppet_x/puppet_labs/scheduled_task/trigger.rb'
1414

15-
# Offense count: 3
15+
# Offense count: 1
1616
# This cop supports safe autocorrection (--autocorrect).
1717
Lint/RedundantCopDisableDirective:
1818
Exclude:
19-
- 'spec/integration/puppet_x/puppet_labs/scheduled_task/task_spec.rb'
2019
- 'spec/unit/puppet/provider/scheduled_task/win32_taskscheduler_spec.rb'
2120

21+
# Offense count: 2
22+
Lint/UselessConstantScoping:
23+
Exclude:
24+
- 'spec/legacy_taskscheduler.rb'
25+
26+
# Offense count: 10
27+
# This cop supports unsafe autocorrection (--autocorrect-all).
28+
Style/BitwisePredicate:
29+
Exclude:
30+
- 'lib/puppet_x/puppet_labs/scheduled_task/trigger.rb'
31+
- 'spec/integration/puppet_x/puppet_labs/scheduled_task/task_spec.rb'
32+
- 'spec/legacy_taskscheduler.rb'
33+
2234
# Offense count: 2
2335
# This cop supports unsafe autocorrection (--autocorrect-all).
2436
# Configuration parameters: EnforcedStyle.

0 commit comments

Comments
 (0)