Commit 214206f
committed
Add missing return
rubocop 1.65.0 fixed false negatives for Lint/Void, which highlighted
some bugs where the guard clauses weren't doing anything.
Commit 01db61e moved code from runtime3_support to runtime3_resource_support:
* Runtime3Support is modified to use Runtime3ResourceSupport instead of
directly containing the methods for resource search and creation.
But the resource_to_ptype method was copied instead of moved. So delete
it from Runtime3Support.1 parent 7739378 commit 214206f
File tree
3 files changed
+8
-12
lines changed- lib/puppet
- pops/evaluator
- provider/package
3 files changed
+8
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
443 | 443 | | |
444 | 444 | | |
445 | 445 | | |
446 | | - | |
447 | | - | |
448 | | - | |
449 | | - | |
450 | | - | |
451 | | - | |
452 | 446 | | |
453 | 447 | | |
454 | 448 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
| |||
0 commit comments