Commit 991a463
committed
Fix CodeRabbit review: lowercase negative pattern, add missing docstring
- "DockerClient" → "dockerclient" in docker skill's negative list
(mixed-case never matched against lowered input)
- Add docstring to main() to meet 80% coverage threshold1 parent 1d59577 commit 991a463
File tree
1 file changed
+2
-1
lines changed- .devcontainer/plugins/devs-marketplace/plugins/skill-engine/scripts
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| |||
624 | 624 | | |
625 | 625 | | |
626 | 626 | | |
| 627 | + | |
627 | 628 | | |
628 | 629 | | |
629 | 630 | | |
| |||
0 commit comments