@@ -247,10 +247,10 @@ your project.
247
247
248
248
` ` ` yaml
249
249
my-awesome-project # project root
250
- |- rules # rule directory
251
- | |- my-rule.yml
252
- |- utils # utils directory
253
- | |- is-literal.yml
250
+ |- rules # rule directory
251
+ | |- my-rule.yml
252
+ |- utils # utils directory
253
+ | |- is-literal.yml
254
254
` ` `
255
255
256
256
> Also, you need to add the `rules` and `utils` directories to the
@@ -305,8 +305,8 @@ within your organization.
305
305
306
306
Packages provided by Coderabbit are :
307
307
308
- - `ast-grep-essentials` : A set of essential security rules, because we value security, this package gets
309
- it's own property in the `.coderabbit.yml` file, to make it easier to install and not overwrite. Check
308
+ - `ast-grep-essentials` : A set of essential security rules. Because we value security, this package gets
309
+ its own property in the `.coderabbit.yml` file, to make it easier to install and not overwrite. Check
310
310
the [package repository](https://github.com/coderabbitai/ast-grep-essentials)
311
311
for more information.
312
312
@@ -344,7 +344,7 @@ my-awesome-project # project root
344
344
| |- is-literal.yml
345
345
` ` `
346
346
347
- **rules** and **utils** directories are keywords and it should be the same. Inside each directory, the structure is up
347
+ **rules** and **utils** directories are keywords, and it should be the same. Inside each directory, the structure is up
348
348
to you. You can also have any other root directories or files beside the two shown above.
349
349
350
350
- package name should be in the format `organization/repository`
0 commit comments