-
Notifications
You must be signed in to change notification settings - Fork 0
Fix markdownlint violations in users guide #227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Reviewer's GuideThis PR resolves markdownlint issues in the users guide by adding explicit language identifiers to fenced code blocks, rewrapping long comments and inline text to adhere to the 80-column rule, and refining formatting in YAML examples and macros for consistency. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey there - I've reviewed your changes - here's some feedback:
- Consider using 'bash' or 'sh' instead of 'text' for the final CLI example block to keep syntax highlighting consistent.
- Please preview the updated markdown in HTML to ensure line wraps and macro formatting didn’t introduce any rendering issues.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- Consider using 'bash' or 'sh' instead of 'text' for the final CLI example block to keep syntax highlighting consistent.
- Please preview the updated markdown in HTML to ensure line wraps and macro formatting didn’t introduce any rendering issues.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
|
Warning Rate limit exceeded@leynos has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 0 minutes and 2 seconds before requesting another review. ⌛ 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. 📒 Files selected for processing (1)
✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
Summary
Testing
make markdownlinthttps://chatgpt.com/codex/tasks/task_e_690495c3499483228a8cb4c79e613800
Summary by Sourcery
Fix markdownlint violations in the user guide by adding explicit language tags to fenced code blocks, wrapping lines to satisfy the 80-column rule, and refining example formatting for lint compliance.
Documentation: