docs: add cross-reference to cpp-linter-hooks#442
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThis pull request adds a callout tip to the README recommending users prefer the ChangesDocumentation Enhancement
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
instead of wrapping the entire link with the inline syntax
|
In case your interested, there's a markdown linter pre-commit hook written in rust: Lately, I've been using deno's builtin markdown formatter, which seems to satisfy most MD linters' rules. And there's a rumdl VSCode extension too. |
|
I’m fine with having Markdown linting or not; most of the time it’s easy enough to get Markdown formatting right. Besides the Rust project mentioned above, I also came across another Rust project: lychee (https://github.com/lycheeverse/lychee). |
|
I've also been secretly switching to prek instead of pre-commit. It works much faster, but its not great for python projects where the mypy is used as a pre-commit hook. |
Add a TIP callout in the README recommending cpp-linter-hooks for users who prefer pre-commit hooks over GitHub Actions, with bidirectional cross-linking between the two projects.
Summary by CodeRabbit
cpp-linter-hookspre-commit hook repository as an alternative to GitHub Actions. This option provides consistent C++ linting with clang-format and clang-tidy without requiring manual LLVM installation, delivering a simplified setup experience. Users can now make an informed choice based on their workflow needs.