Conversation
Signed-off-by: Prabha Kylasamiyer Sundara Rajan <pkylasam@pkylasam-thinkpadp16vgen1.bengluru.csb>
|
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 21 minutes and 19 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: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughMinor documentation updates across multiple files including grammar corrections, phrasing refinements, punctuation adjustments, capitalization consistency, and provider identifier normalization. All changes are documentation-only with no functional impact to code or APIs. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 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 |
| * Replace `<output_dir>` with the directory of your choice. | ||
| * Replace `<custom_rule_dir>` with the custom rule file. | ||
| * To use multiple rule files, you need to place them in a directory and to add a `ruleset.yaml` file. Then the directory is treated as a _ruleset_, and you can pass it as input to the `--rules` option. | ||
| * To use multiple rule files, you need to place them in a directory and add a `ruleset.yaml` file. Then the directory is treated as a _ruleset_, and you can pass it as input to the `--rules` option. |
There was a problem hiding this comment.
Just a suggestion
| * To use multiple rule files, you need to place them in a directory and add a `ruleset.yaml` file. Then the directory is treated as a _ruleset_, and you can pass it as input to the `--rules` option. | |
| * To use multiple rule files, place them in a directory and add a `ruleset.yaml` file. Then the directory is treated as a _ruleset_, and you can pass it as input to the `--rules` option. |
| In a rule, the when block is where the conditions for matching the rule are specified. Each provider offers a series of capabilities to do matching. The search query in the rule condition can contain patterns, code locations, specific dependencies to be found, and so on, to evaluate the source code and dependencies. The provider sends the LSP server a request to check the search query against the application being analyzed. When the LSP server returns a match for the search in the source code, the analyzer triggers a violation. | ||
|
|
||
| The syntax for the when block is as follows: contains one condition, but that condition can have multiple conditions nested under it. | ||
| The syntax for the when block is as follows: it has one condition, but that condition can have multiple conditions nested under it. |
There was a problem hiding this comment.
I think we should use some markup for the when block. I also suggested a small rewrite to simplify the sentence:
| The syntax for the when block is as follows: it has one condition, but that condition can have multiple conditions nested under it. | |
| The `when` block has one condition, but that condition can have multiple conditions nested under it: |
mpershina
left a comment
There was a problem hiding this comment.
A couple of fixes needed, otherwise, LGTM!
Signed-off-by: Prabha Kylasamiyer Sundara Rajan <pkylasam@pkylasam-thinkpadp16vgen1.bengluru.csb>
JIRA
Version
Preview
Summary by CodeRabbit