Skip to content

Use the backslash hard break in the Docker Hub overview - #557

Merged
ptr727 merged 1 commit into
developfrom
fix/docker-readme-hard-break
Aug 30, 2026
Merged

Use the backslash hard break in the Docker Hub overview#557
ptr727 merged 1 commit into
developfrom
fix/docker-readme-hard-break

Conversation

@ptr727

@ptr727 ptr727 commented Aug 30, 2026

Copy link
Copy Markdown
Owner

One line. Docker/README.md ended the license line with two trailing spaces to force the break before the badge; the fleet rule is a trailing backslash.

The reason is practical rather than stylistic: two trailing spaces are invisible in a diff and in an editor, and any tool that trims trailing whitespace silently joins the two lines into one. The backslash survives that.

Swept the repo's own Markdown, this was the only occurrence. The carried .github/skills/ tree is excluded as hub content.

Why this is a separate PR

Qodo raised it on the promotion PR (#556), so the fix already exists there. Landing the identical change on develop too, so the two branches stay content-identical through the promotion.

The alternative was to fix it only on main via the promotion and mirror it back afterwards. That is the main-only drift this repo's branching rule exists to prevent, and the promotion PR's own claim is that its tree is byte-identical to develop, which a one-sided fix would falsify. Cheaper to keep them converged than to owe a back-merge.

`Docker/README.md` ended the license line with two trailing spaces to force the
break before the badge. The fleet rule is a trailing backslash, and the reason is
practical rather than stylistic: two trailing spaces are invisible in a diff and
in an editor, and any tool that trims trailing whitespace silently joins the two
lines.

The only occurrence in the repo's own Markdown; the carried skills tree is
excluded from the sweep as hub content.

Raised by Qodo on the promotion pull request. Landing it here as well as there so
`develop` and `main` stay identical through the promotion rather than leaving
`develop` one line behind, which is the main-only drift this repo's own branching
rule exists to prevent.
Copilot AI lite review requested due to automatic review settings August 30, 2026 22:58
@coderabbitai

coderabbitai Bot commented Aug 30, 2026

Copy link
Copy Markdown

Warning

Review limit reached

Next included review available in 3 minutes.

View limit details

Limit details: You’ve used all 10 included reviews currently available.

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 694a4f0d-2bc3-4c4b-a4cb-f9adec8e5b89

📥 Commits

Reviewing files that changed from the base of the PR and between 64599bb and 4999566.

📒 Files selected for processing (1)
  • Docker/README.md

Comment @coderabbitai help to get the list of available commands.

@qodo-code-review

Copy link
Copy Markdown

PR Summary by Qodo

Use a durable Markdown hard break in the Docker Hub overview

🐞 Bug fix 📝 Documentation 🕐 Less than 5 minutes

Grey Divider

AI Description

• Replaces an invisible trailing-space break with an explicit Markdown backslash.
• Preserves license badge layout when editors or tools trim trailing whitespace.
High-Level Assessment

The explicit backslash is the best fit because it preserves the intended hard break, remains visible in reviews, survives whitespace trimming, and keeps promoted branches content-identical. Retaining two trailing spaces or applying a one-sided promotion fix would be less robust.

Files changed (1) +1 / -1

Bug fix (1) +1 / -1
README.mdMake the license hard break whitespace-safe +1/-1

Make the license hard break whitespace-safe

• Replaces the two trailing spaces after the license link with an explicit Markdown backslash. The badge remains on the next rendered line even when tooling removes trailing whitespace.

Docker/README.md

@qodo-code-review

Copy link
Copy Markdown

Code Review by Qodo

🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)

Grey Divider

Great, no issues found!

Qodo reviewed your code and found no material issues that require review

Grey Divider

Tip of the day
💡 Did you know, you can enable the Remediation agent and Qodo fixes findings in a dedicated fix PR

More tips ↗ | Customize Qodo ↗ | Qodo docs ↗

Grey Divider

Qodo Logo

@codecov

codecov Bot commented Aug 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 57.01%. Comparing base (64599bb) to head (4999566).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #557   +/-   ##
========================================
  Coverage    57.01%   57.01%           
========================================
  Files           15       15           
  Lines         1375     1375           
  Branches       108      108           
========================================
  Hits           784      784           
  Misses         573      573           
  Partials        18       18           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

The change is a minimal, correct Markdown hard-break substitution with no behavioral risk beyond formatting and it aligns with the stated fleet rule.

Pull request overview

Updates the Docker Hub overview Markdown to use the fleet-standard backslash hard line break instead of two trailing spaces, making the forced line break robust to whitespace trimming and more visible in diffs/editors.

Changes:

  • Replace the trailing-two-spaces hard break after the license line with a trailing backslash hard break in Docker/README.md.
File summaries
File Description
Docker/README.md Switches the license line’s hard break from trailing spaces to a trailing backslash to prevent accidental whitespace-trim breakage.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@ptr727
ptr727 merged commit e567e87 into develop Aug 30, 2026
15 checks passed
@ptr727
ptr727 deleted the fix/docker-readme-hard-break branch August 31, 2026 01:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants