Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #507
🚨 Critical Issues
print-runtime
,print-image
,container-validate-env
,container-check-ports
,container-wait-healthy
container-wait-healthy
exists at line 852container-validate
- Line 823 correctly usescontainer-check-ports
lsof
check exists with proper handlingsystemctl
check exists with proper handlingibmcloud-check-env
has the check@test -f .env.ce || {...}
-r
in devpi-stop.PHONY
Marker - N/A (no orphaned marker found)shfmt
PATH Issue - Fixed with SHFMT variable and multiple location checks--platform=linux/amd64
- Fixed with auto-detection at line 631docker buildx
Builder Never Re-used - Fixed at line 798 with existence checkcompose-restart
- Fixed at line 1095 - now separate pull and build commands📝 Minor Issues
CONTAINER_FILE ?= $(shell [ -f "Containerfile" ] && echo "Containerfile" || echo "Dockerfile")
pytest-examples
has the check fortest_readme.py
SED_INPLACE
still defined but unusedbash -eu -o pipefail -c
.PHONY
Declarations - Actually no duplicate found - YAML/JSON/TOML linters are only in LINTERS list, not separate .PHONY