Skip to content

Commit 4282b9c

Browse files
Update schema.v2.json
1 parent a3f2a46 commit 4282b9c

File tree

1 file changed

+17
-61
lines changed

1 file changed

+17
-61
lines changed

static/schema/schema.v2.json

+17-61
Original file line numberDiff line numberDiff line change
@@ -346,19 +346,6 @@
346346
"additionalProperties": false,
347347
"default": {},
348348
"description": "Docstrings | Options for generating Docstrings for your PRs/MRs."
349-
},
350-
"unit_tests": {
351-
"type": "object",
352-
"properties": {
353-
"enabled": {
354-
"type": "boolean",
355-
"default": true,
356-
"description": "Unit Tests | Allow CodeRabbit to generate unit tests for PRs/MRs."
357-
}
358-
},
359-
"additionalProperties": false,
360-
"default": {},
361-
"description": "Unit Tests | Options for generating unit tests for your PRs/MRs."
362349
}
363350
},
364351
"additionalProperties": false,
@@ -402,7 +389,7 @@
402389
},
403390
"additionalProperties": false,
404391
"default": {},
405-
"description": "Enable ast-grep | ast-grep is a code analysis tool that helps you to find patterns in your codebase using abstract syntax trees patterns. | v0.38.1"
392+
"description": "Enable ast-grep | ast-grep is a code analysis tool that helps you to find patterns in your codebase using abstract syntax trees patterns. | v0.31.1"
406393
},
407394
"shellcheck": {
408395
"type": "object",
@@ -423,7 +410,7 @@
423410
"enabled": {
424411
"type": "boolean",
425412
"default": true,
426-
"description": "Enable Ruff | Ruff is a Python linter and code formatter. | Enable Ruff integration. | v0.11.9"
413+
"description": "Enable Ruff | Ruff is a Python linter and code formatter. | Enable Ruff integration. | v0.8.2"
427414
}
428415
},
429416
"additionalProperties": false,
@@ -568,7 +555,7 @@
568555
"enabled": {
569556
"type": "boolean",
570557
"default": true,
571-
"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. | v2.1.15"
558+
"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. | v2.0.3"
572559
},
573560
"level": {
574561
"type": "string",
@@ -617,7 +604,7 @@
617604
"enabled": {
618605
"type": "boolean",
619606
"default": true,
620-
"description": "Enable YAMLlint | YAMLlint is a linter for YAML files. | Enable YAMLlint integration. | v1.37.1"
607+
"description": "Enable YAMLlint | YAMLlint is a linter for YAML files. | Enable YAMLlint integration. | v1.35.1"
621608
}
622609
},
623610
"additionalProperties": false,
@@ -630,7 +617,7 @@
630617
"enabled": {
631618
"type": "boolean",
632619
"default": true,
633-
"description": "Enable Gitleaks | Gitleaks is a secret scanner. | Enable Gitleaks integration. | v8.26.0"
620+
"description": "Enable Gitleaks | Gitleaks is a secret scanner. | Enable Gitleaks integration. | v8.21.2"
634621
}
635622
},
636623
"additionalProperties": false,
@@ -656,7 +643,7 @@
656643
"enabled": {
657644
"type": "boolean",
658645
"default": true,
659-
"description": "Enable detekt | detekt is a static code analysis tool for Kotlin files. | v1.23.8"
646+
"description": "Enable detekt | detekt is a static code analysis tool for Kotlin files. | v1.23.7"
660647
},
661648
"config_file": {
662649
"type": "string",
@@ -686,7 +673,7 @@
686673
"enabled": {
687674
"type": "boolean",
688675
"default": true,
689-
"description": "Enable RuboCop | RuboCop is a Ruby static code analyzer (a.k.a. linter ) and code formatter. | v1.75.5"
676+
"description": "Enable RuboCop | RuboCop is a Ruby static code analyzer (a.k.a. linter ) and code formatter. | v1.73"
690677
}
691678
},
692679
"additionalProperties": false,
@@ -699,7 +686,7 @@
699686
"enabled": {
700687
"type": "boolean",
701688
"default": true,
702-
"description": "Enable Buf | Buf offers linting for Protobuf files. | v1.54.0"
689+
"description": "Enable Buf | Buf offers linting for Protobuf files. | v1.47.2"
703690
}
704691
},
705692
"additionalProperties": false,
@@ -712,7 +699,7 @@
712699
"enabled": {
713700
"type": "boolean",
714701
"default": true,
715-
"description": "Enable Regal | Regal is a linter and language server for Rego. | v0.33.1"
702+
"description": "Enable Regal | Regal is a linter and language server for Rego. | v0.29.2"
716703
}
717704
},
718705
"additionalProperties": false,
@@ -725,7 +712,7 @@
725712
"enabled": {
726713
"type": "boolean",
727714
"default": true,
728-
"description": "Enable actionlint | is a static checker for GitHub Actions workflow files. | v1.7.7"
715+
"description": "Enable actionlint | is a static checker for GitHub Actions workflow files. | v1.7.4"
729716
}
730717
},
731718
"additionalProperties": false,
@@ -738,7 +725,7 @@
738725
"enabled": {
739726
"type": "boolean",
740727
"default": true,
741-
"description": "Enable PMD | PMD is an extensible multilanguage static code analyzer. It’s mainly concerned with Java. | v7.13.0"
728+
"description": "Enable PMD | PMD is an extensible multilanguage static code analyzer. It’s mainly concerned with Java. | v7.8.0"
742729
},
743730
"config_file": {
744731
"type": "string",
@@ -755,7 +742,7 @@
755742
"enabled": {
756743
"type": "boolean",
757744
"default": true,
758-
"description": "Enable Cppcheck | Cppcheck is a static code analysis tool for the C and C++ programming languages. | v2.17.1"
745+
"description": "Enable Cppcheck | Cppcheck is a static code analysis tool for the C and C++ programming languages. | v2.10-2"
759746
}
760747
},
761748
"additionalProperties": false,
@@ -768,7 +755,7 @@
768755
"enabled": {
769756
"type": "boolean",
770757
"default": true,
771-
"description": "Enable Semgrep | Semgrep is a static analysis tool designed to scan code for security vulnerabilities and code quality issues. | Enable Semgrep integration. | v1.122.0"
758+
"description": "Enable Semgrep | Semgrep is a static analysis tool designed to scan code for security vulnerabilities and code quality issues. | Enable Semgrep integration. | v1.99.0"
772759
},
773760
"config_file": {
774761
"type": "string",
@@ -785,7 +772,7 @@
785772
"enabled": {
786773
"type": "boolean",
787774
"default": true,
788-
"description": "Enable CircleCI | CircleCI tool is a static checker for CircleCI config files. | v0.1.31687"
775+
"description": "Enable CircleCI | CircleCI tool is a static checker for CircleCI config files. | v0.1.31151"
789776
}
790777
},
791778
"additionalProperties": false,
@@ -798,7 +785,7 @@
798785
"enabled": {
799786
"type": "boolean",
800787
"default": true,
801-
"description": "Enable SQLFluff | SQLFluff is an open source, dialect-flexible and configurable SQL linter. | v3.4.0"
788+
"description": "Enable SQLFluff | SQLFluff is an open source, dialect-flexible and configurable SQL linter. | v3.3.0"
802789
}
803790
},
804791
"additionalProperties": false,
@@ -811,7 +798,7 @@
811798
"enabled": {
812799
"type": "boolean",
813800
"default": true,
814-
"description": "Enable Prisma Schema linting | Prisma Schema linting helps maintain consistent and error-free schema files | v0.10.1"
801+
"description": "Enable Prisma Schema linting | Prisma Schema linting helps maintain consistent and error-free schema files | v0.10.0"
815802
}
816803
},
817804
"additionalProperties": false,
@@ -824,7 +811,7 @@
824811
"enabled": {
825812
"type": "boolean",
826813
"default": true,
827-
"description": "Enable OXC | OXC is a JavaScript/TypeScript linter written in Rust. | v0.16.10"
814+
"description": "Enable OXC | OXC is a JavaScript/TypeScript linter written in Rust. | v0.16.5"
828815
}
829816
},
830817
"additionalProperties": false,
@@ -1133,37 +1120,6 @@
11331120
"path_instructions": []
11341121
},
11351122
"description": "Settings related to the generation of docstrings."
1136-
},
1137-
"unit_tests": {
1138-
"type": "object",
1139-
"properties": {
1140-
"path_instructions": {
1141-
"type": "array",
1142-
"items": {
1143-
"type": "object",
1144-
"properties": {
1145-
"path": {
1146-
"type": "string",
1147-
"description": "File path glob pattern. Example: **/*.js"
1148-
},
1149-
"instructions": {
1150-
"type": "string",
1151-
"maxLength": 20000,
1152-
"description": "Provides additional guidelines for unit test generation based on file paths."
1153-
}
1154-
},
1155-
"required": ["path", "instructions"],
1156-
"additionalProperties": false
1157-
},
1158-
"default": [],
1159-
"description": "Unit Test Generation | Provide additional guidelines for unit test generation based on file paths."
1160-
}
1161-
},
1162-
"additionalProperties": false,
1163-
"default": {
1164-
"path_instructions": []
1165-
},
1166-
"description": "Settings related to the generation of unit tests."
11671123
}
11681124
},
11691125
"additionalProperties": false,

0 commit comments

Comments
 (0)