Coderabbit fixes

This commit is contained in:
Adam Outler
2025-10-26 17:53:46 +00:00
parent 15bc1635c2
commit ededd39d5b
5 changed files with 50 additions and 10 deletions

2
.vscode/tasks.json vendored
View File

@@ -164,7 +164,7 @@
{
"label": "[Any] Build Unit Test Docker image",
"type": "shell",
"command": "docker buildx build -t netalertx-test .; echo '🧪 Unit Test Docker image built: netalertx-test'",
"command": "docker buildx build -t netalertx-test . && echo '🧪 Unit Test Docker image built: netalertx-test'",
"presentation": {
"echo": true,
"reveal": "always",