-
Notifications
You must be signed in to change notification settings - Fork 39
chore(docs): fix escape in README.md #560
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
Conversation
Improvements in Glob support docs
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the WalkthroughUpdated README.md documentation to show quoted glob patterns for the --tests option, expanding examples to include recursive pattern "**/*.fga.yaml" and standardizing quoting across related parameter descriptions. No code or API changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes ✨ Finishing Touches🧪 Generate unit tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Actionable comments posted: 1
🧹 Nitpick comments (1)
README.md (1)
544-544: Align list style with markdownlint (MD004) and clarify quoting guidanceSwitch to dash list style to satisfy MD004, and add a concise note encouraging quoting to avoid shell glob expansion. Also standardize “YAML” capitalization.
-* `--tests`: Name of the tests file, or a glob pattern to multiple files (for example `"tests/*.fga.yaml"`, or `"**/*.fga.yaml"`). Each file must be in yaml format. See [Store File Format](docs/STORE_FILE.md) for detailed documentation. +- `--tests`: Name of the tests file, or a glob pattern matching multiple files (for example "tests/*.fga.yaml" or "**/*.fga.yaml"). Quote the pattern to prevent your shell from expanding it. Each file must be in YAML format. See [Store File Format](docs/STORE_FILE.md) for detailed documentation.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
README.md(2 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
README.md
544-544: Unordered list style
Expected: dash; Actual: asterisk
(MD004, ul-style)
Co-authored-by: Raghd Hamzeh <raghd@rhamzeh.com>
Improvements in Glob support docs
Description
What problem is being solved?
How is it being solved?
What changes are made to solve it?
References
Review Checklist
mainSummary by CodeRabbit