fix: removed trailing whitespace and excessive spaces in Docker Compose files - #609
Ole Kristian Lien (oklien) wants to merge 1 commit into
Conversation
|
Thank you for your contribution, but we need you to sign your commits. Please see https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits |
There was a problem hiding this comment.
🟢 Approval recommended
The changes are formatting-only, align with existing Compose file conventions in this repo, and should not alter Compose semantics.
Pull request overview
This PR standardizes YAML formatting in the repository’s Docker Compose files to eliminate trailing whitespace and normalize spacing in healthcheck.test array syntax, aligning with YAML linting expectations and addressing the reported YAML formatting issue.
Changes:
- Removed trailing whitespace on multiple lines (env vars, bind mount target,
depends_onconditions). - Normalized
healthcheck.testformatting by removing extra spaces after:and inside[...]arrays to match existing style in these files.
File summaries
| File | Description |
|---|---|
| docker-compose.yml | Removes trailing whitespace and normalizes healthcheck.test array spacing to match existing patterns and reduce YAML lint risk. |
| docker-compose.opensearch.yml | Applies the same healthcheck.test spacing normalization for consistency and lint compliance. |
Review details
Copilot wasn't able to review any files in this pull request.
- Files reviewed: 0/2 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
5ba25fa to
dcd9eca
Compare
|
commit should now be signed :) |
Proposed changes
Related issues