Open xonx4l opened 2 months ago
[!WARNING]
Rate limit exceeded
@xonx4l has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 1 minutes and 36 seconds before requesting another review.
How to resolve this issue?
After the wait time has elapsed, a review can be triggered using the `@coderabbitai review` command as a PR comment. Alternatively, push new commits to this PR. 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](https://coderabbit.ai/docs/faq) for further information.Commits
Files that changed from the base of the PR and between 2d62b4c5b8acfe7894a916ce69f45386272ab746 and 718c4b70d2331e445d64293357bf7f2bb14026d0.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Thanks! I'm not sure this actually fixes the issue because clap attempts to use the enum directly. Can you add CLI test in
crates/cli_bin/tests/apply.rs
too?
working on it!!!
Issue-: #445
Aliases for --lang.
Added the from_string_or_alias function to handle both full language names and their aliases.
Summary by CodeRabbit
New Features
PatternLanguage
instances from string names and optional flavors, enhancing language identification flexibility.Improvements