File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
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 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).
1717Lint/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.
You can’t perform that action at this time.
0 commit comments