Skip to content

[chore] disable the markdownlint line-length rule (MD013)#161

Merged
vt128 merged 1 commit into
masterfrom
md-lint-config
Jun 13, 2026
Merged

[chore] disable the markdownlint line-length rule (MD013)#161
vt128 merged 1 commit into
masterfrom
md-lint-config

Conversation

@vt128

@vt128 vt128 commented Jun 13, 2026

Copy link
Copy Markdown
Member

Line-length is a pointless lint for prose documentation — it can't wrap tables or long function signatures, and hard-wrapping sentences hurts readability. Adds .markdownlint.json disabling MD013 (all other rules stay on) so Codacy's markdownlint stops flagging README prose width; CLAUDE.md's doc standard records that prose is not hard-wrapped. Config-only.

Line-length is a pointless lint for prose documentation: it cannot wrap
tables or long function signatures, and hard-wrapping sentences hurts
readability in most renderers. Add .markdownlint.json turning MD013 off
(all other rules stay on), so Codacy's markdownlint stops flagging README
prose width. CLAUDE.md's doc standard records that prose is not wrapped.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@codacy-production

codacy-production Bot commented Jun 13, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Coverage ∅ diff coverage · +0.00% coverage variation

Metric Results
Coverage variation +0.00% coverage variation (-1.00%)
Diff coverage diff coverage

View coverage diff in Codacy

Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (7caaa35) 7692 7276 94.59%
Head commit (9efa5b8) 7692 (+0) 7276 (+0) 94.59% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#161) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@vt128 vt128 merged commit 58325fd into master Jun 13, 2026
10 checks passed
@vt128 vt128 deleted the md-lint-config branch June 13, 2026 02:38
@codecov

codecov Bot commented Jun 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.39%. Comparing base (7caaa35) to head (9efa5b8).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #161   +/-   ##
=======================================
  Coverage   93.39%   93.39%           
=======================================
  Files          49       49           
  Lines        6177     6177           
=======================================
  Hits         5769     5769           
  Misses        260      260           
  Partials      148      148           

☔ 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.

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.

1 participant