File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ rule:
291
291
> [Utility Rule](https://ast-grep.github.io/guide/rule-config/utility-rule.html)
292
292
293
293
# ## Packages
294
- A package is what allows you to share rules across multiple projects. Essentially a package is a collection of ast-grep rules.
294
+ A package is what allows you to share rules across multiple projects. Essentially, a package is a collection of ast-grep rules.
295
295
296
296
Coderabbit provides a set of packages that you can use out of the box. You can also create your own packages and share them with the community or just
297
297
use them within your organization.
@@ -317,7 +317,7 @@ Let's say that you have a public repository that contains ast-grep rules. You ca
317
317
318
318
Requirements for a package :
319
319
- should be a public repository
320
- - contains rules that follows the ast-grep rule format
320
+ - contains rules that follow the ast-grep rule format
321
321
- package name should be in the format `organization/repository`
322
322
323
323
` ` ` yaml
You can’t perform that action at this time.
0 commit comments