[chore] disable the markdownlint line-length rule (MD013)#161
Conversation
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>
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Coverage variation | ✅ +0.00% coverage variation (-1.00%) |
| Diff coverage | ✅ ∅ diff coverage |
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.
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
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.jsondisablingMD013(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.