Commit 1a1ef13
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 53aa05a commit 1a1ef13
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 | | |
| |||
639 | 639 | | |
640 | 640 | | |
641 | 641 | | |
| 642 | + | |
642 | 643 | | |
643 | 644 | | |
644 | 645 | | |
| |||
0 commit comments