Skip to content

Commit dc6eb70

Browse files
Merge branch 'main' into feature-yaml-editor
2 parents 05f12c2 + f7722c4 commit dc6eb70

File tree

3 files changed

+21
-17
lines changed

3 files changed

+21
-17
lines changed

docs/configure-coderabbit.md

+6
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ Write your configuration file in the below editor to validate:
4545
<YamlEditor />
4646
```
4747

48+
Write your configuration file in the below editor to validate:
49+
50+
```mdx-code-block
51+
<YamlEditor />
52+
```
53+
4854
The configuration file can be used to set the following options:
4955

5056
```mdx-code-block

docs/tools/rubocop.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ Rubocop will run on the following files and extensions:
3131
- `.rbx`
3232
- `.ru`
3333
- `.ruby`
34-
3534
- `.schema`
3635
- `.spec`
3736
- `.thor`
@@ -51,14 +50,12 @@ Rubocop will run on the following files and extensions:
5150
- `Fastfile`
5251
- `Fastfile`
5352
- `Gemfile`
54-
5553
- `Guardfile`
5654
- `Jarfile`
5755
- `Mavenfile`
5856
- `Podfile`
5957
- `Puppetfile`
6058
- `Rakefile`
61-
6259
- `rakefile`
6360
- `Schemafile`
6461
- `Snapfile`
@@ -69,9 +66,10 @@ Rubocop will run on the following files and extensions:
6966

7067
## Configuration
7168

72-
Rubocop uses a YAML style configuration file.
69+
Rubocop uses a YAML style configuration file. We look for the following files anywhere in the repository:
7370

7471
- `.rubocop.yml`
72+
- `.rubocop.yaml`
7573

7674
CodeRabbit will use the default settings based on the profile selected if no config file is found.
7775

static/schema/schema.v2.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284
"enabled": {
285285
"type": "boolean",
286286
"default": true,
287-
"description": "Enable ShellCheck | ShellCheck is a static analysis tool that finds bugs in your shell. | Enable shellcheck integration."
287+
"description": "Enable ShellCheck | ShellCheck is a static analysis tool that finds bugs in your shell. | Enable shellcheck integration. | v0.9.0"
288288
}
289289
},
290290
"additionalProperties": false,
@@ -297,7 +297,7 @@
297297
"enabled": {
298298
"type": "boolean",
299299
"default": true,
300-
"description": "Enable Ruff | Ruff is a Python linter and code formatter. | Enable ruff integration."
300+
"description": "Enable Ruff | Ruff is a Python linter and code formatter. | Enable ruff integration. | v0.5.7"
301301
}
302302
},
303303
"additionalProperties": false,
@@ -310,7 +310,7 @@
310310
"enabled": {
311311
"type": "boolean",
312312
"default": true,
313-
"description": "Enable Markdownlint\n\t\t\t\t| Markdownlint is a static analysis tool for Node.js with a library of rules to enforce standards and consistency for Markdown files.\n\t\t\t\t| Enable markdownlint integration."
313+
"description": "Enable Markdownlint\n\t\t\t\t| Markdownlint is a static analysis tool for Node.js with a library of rules to enforce standards and consistency for Markdown files.\n\t\t\t\t| Enable markdownlint integration.\n\t\t\t\t| v0.34.0"
314314
}
315315
},
316316
"additionalProperties": false,
@@ -395,7 +395,7 @@
395395
"enabled": {
396396
"type": "boolean",
397397
"default": true,
398-
"description": "Enable Biome | Biome is a fast formatter, linter, and analyzer for web projects. | Enable Biome integration."
398+
"description": "Enable Biome | Biome is a fast formatter, linter, and analyzer for web projects. | Enable Biome integration. | v1.8.3"
399399
}
400400
},
401401
"additionalProperties": false,
@@ -408,7 +408,7 @@
408408
"enabled": {
409409
"type": "boolean",
410410
"default": true,
411-
"description": "Enable Hadolint | Hadolint is a Dockerfile linter. | Enable Hadolint integration."
411+
"description": "Enable Hadolint | Hadolint is a Dockerfile linter. | Enable Hadolint integration. | v2.12.0"
412412
}
413413
},
414414
"additionalProperties": false,
@@ -421,7 +421,7 @@
421421
"enabled": {
422422
"type": "boolean",
423423
"default": true,
424-
"description": "Enable SwiftLint | SwiftLint is a Swift linter. | Enable SwiftLint integration."
424+
"description": "Enable SwiftLint | SwiftLint is a Swift linter. | Enable SwiftLint integration. | v0.55.1"
425425
},
426426
"config_file": {
427427
"type": "string",
@@ -438,7 +438,7 @@
438438
"enabled": {
439439
"type": "boolean",
440440
"default": true,
441-
"description": "Enable PHPStan | PHPStan requires [config file](https://phpstan.org/config-reference#config-file) in your repository root. Please ensure that this file contains the `paths:` parameter."
441+
"description": "Enable PHPStan | PHPStan requires [config file](https://phpstan.org/config-reference#config-file) in your repository root. Please ensure that this file contains the `paths:` parameter. | v1.11.7"
442442
},
443443
"level": {
444444
"type": "string",
@@ -470,7 +470,7 @@
470470
"enabled": {
471471
"type": "boolean",
472472
"default": true,
473-
"description": "Enable golangci-lint | golangci-lint is a fast linters runner for Go. | Enable golangci-lint integration."
473+
"description": "Enable golangci-lint | golangci-lint is a fast linters runner for Go. | Enable golangci-lint integration. | v1.59.1"
474474
},
475475
"config_file": {
476476
"type": "string",
@@ -487,7 +487,7 @@
487487
"enabled": {
488488
"type": "boolean",
489489
"default": true,
490-
"description": "Enable Yamllint | yamllint is a linter for YAML files. | Enable yamllint integration."
490+
"description": "Enable Yamllint | yamllint is a linter for YAML files. | Enable yamllint integration. | v1.29.0"
491491
}
492492
},
493493
"additionalProperties": false,
@@ -500,7 +500,7 @@
500500
"enabled": {
501501
"type": "boolean",
502502
"default": true,
503-
"description": "Enable Gitleaks | Gitleaks is a secret scanner. | Enable Gitleaks integration."
503+
"description": "Enable Gitleaks | Gitleaks is a secret scanner. | Enable Gitleaks integration. | v8.18.4"
504504
}
505505
},
506506
"additionalProperties": false,
@@ -513,7 +513,7 @@
513513
"enabled": {
514514
"type": "boolean",
515515
"default": true,
516-
"description": "Enable Checkov | Checkov is a static code analysis tool for infrastructure-as-code files."
516+
"description": "Enable Checkov | Checkov is a static code analysis tool for infrastructure-as-code files. | v3.2.219"
517517
}
518518
},
519519
"additionalProperties": false,
@@ -526,7 +526,7 @@
526526
"enabled": {
527527
"type": "boolean",
528528
"default": true,
529-
"description": "Enable Detekt | Detekt is a static code analysis tool for Kotlin files."
529+
"description": "Enable Detekt | Detekt is a static code analysis tool for Kotlin files. | v1.23.6"
530530
},
531531
"config_file": {
532532
"type": "string",
@@ -556,7 +556,7 @@
556556
"enabled": {
557557
"type": "boolean",
558558
"default": true,
559-
"description": "Enable Rubocop | RuboCop is a Ruby static code analyzer (a.k.a. linter ) and code formatter."
559+
"description": "Enable Rubocop | RuboCop is a Ruby static code analyzer (a.k.a. linter ) and code formatter. | v1.65.0"
560560
}
561561
},
562562
"additionalProperties": false,

0 commit comments

Comments
 (0)