Skip to content

fix: set language tag in all MD code blocks#50

Merged
feloy merged 1 commit intokortex-hub:mainfrom
feloy:md-lang-tag
Mar 10, 2026
Merged

fix: set language tag in all MD code blocks#50
feloy merged 1 commit intokortex-hub:mainfrom
feloy:md-lang-tag

Conversation

@feloy
Copy link
Copy Markdown
Contributor

@feloy feloy commented Mar 10, 2026

fixes #49

rule added in AGENTS.md in #48

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 10, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 9b979020-4f0e-424c-8963-ace93941f163

📥 Commits

Reviewing files that changed from the base of the PR and between 52cb8d7 and 7c4b2c1.

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

📝 Walkthrough

Walkthrough

README.md documentation is updated to add language tags to two fenced code blocks, changing bare markdown fences to explicitly specify text format for command output examples. This resolves markdownlint MD040 warnings without altering any functional code or behavior.

Changes

Cohort / File(s) Summary
Documentation Formatting
README.md
Added text language tags to two fenced code blocks at lines 88 and 146 that display command output for kortex-cli init --verbose and kortex-cli workspace list respectively.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: adding language tags to markdown code blocks in README.md, matching the primary objective of issue #49.
Description check ✅ Passed The description references issue #49 and mentions the related rule from PR #48, directly relating to the changeset's purpose of fixing markdownlint warnings.
Linked Issues check ✅ Passed The PR successfully addresses issue #49 by changing both code block fences from totext as required, fixing markdownlint MD040 warnings for the two affected locations.
Out of Scope Changes check ✅ Passed All changes are scoped to fixing issue #49: only README.md formatting updates were made without introducing unrelated functionality or unnecessary modifications.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@feloy feloy requested review from benoitf and jeffmaury March 10, 2026 14:43
Signed-off-by: Philippe Martin <phmartin@redhat.com>

Co-Authored-By: Claude Code (Claude Sonnet 4.5) <noreply@anthropic.com>
@feloy feloy merged commit 6dcec2e into kortex-hub:main Mar 10, 2026
6 checks passed
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.

fix: add language tags to fenced code blocks in README.md (markdownlint MD040)

2 participants