Conversation
Adds .pre-commit-config.yaml with markdownlint-cli hook for .md files. Excludes .claude/ (agent instruction files from other repos). Disables MD013/MD033/MD041 (line length, inline HTML, first-line heading). Adds .desloppify/ to .gitignore.
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 12 minutes and 13 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
.pre-commit-config.yamlwith amarkdownlint-clihook (v0.44.0) covering all.mdfiles.claude/directory (agent instruction files ported from other repos — not this repo's docs).desloppify/to.gitignorePre-existing lint errors (not fixed — docs content is intentional)
Running
markdownlintagainst existing project docs surfaces the following. These are noted here for awareness and should be addressed in follow-up PRs by document owners:README.mdREADME.mdREADME.mdCLAUDE.mdCLAUDE.mdAutomation/README.md!in headingGeneration/README.mdPredictions/README.mdPredictions/README.mdKnowledge/README.mdKnowledge/README.mdKnowledge/README.mdKnowledge/README.mdTest plan
pre-commit run markdownlint --all-filesruns without error on.claude/exclusion in placepython3 -m pre_commit run markdownlint --all-filespre-commit installafter cloning to activate the hook locally