Skip to content

Commit 15947a4

Browse files
Update schema.v2.json
1 parent 35ac6f8 commit 15947a4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

static/schema/schema.v2.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@
332332
}
333333
},
334334
"additionalProperties": false,
335-
"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.30.1"
335+
"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"
336336
},
337337
"shellcheck": {
338338
"type": "object",
@@ -353,7 +353,7 @@
353353
"enabled": {
354354
"type": "boolean",
355355
"default": true,
356-
"description": "Enable Ruff | Ruff is a Python linter and code formatter. | Enable ruff integration. | v0.8.0"
356+
"description": "Enable Ruff | Ruff is a Python linter and code formatter. | Enable ruff integration. | v0.8.2"
357357
}
358358
},
359359
"additionalProperties": false,
@@ -366,7 +366,7 @@
366366
"enabled": {
367367
"type": "boolean",
368368
"default": true,
369-
"description": "Enable Markdownlint | Markdownlint is a static analysis tool for Node.js with a library of rules to enforce standards and consistency for Markdown files. | Enable markdownlint integration. | v0.35.0"
369+
"description": "Enable Markdownlint | Markdownlint is a static analysis tool for Node.js with a library of rules to enforce standards and consistency for Markdown files. | Enable markdownlint integration. | v0.37.0"
370370
}
371371
},
372372
"additionalProperties": false,
@@ -494,7 +494,7 @@
494494
"enabled": {
495495
"type": "boolean",
496496
"default": true,
497-
"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.2"
497+
"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"
498498
},
499499
"level": {
500500
"type": "string",
@@ -569,7 +569,7 @@
569569
"enabled": {
570570
"type": "boolean",
571571
"default": true,
572-
"description": "Enable Checkov | Checkov is a static code analysis tool for infrastructure-as-code files. | v3.2.312"
572+
"description": "Enable Checkov | Checkov is a static code analysis tool for infrastructure-as-code files. | v3.2.334"
573573
}
574574
},
575575
"additionalProperties": false,
@@ -612,7 +612,7 @@
612612
"enabled": {
613613
"type": "boolean",
614614
"default": true,
615-
"description": "Enable Rubocop | RuboCop is a Ruby static code analyzer (a.k.a. linter ) and code formatter. | v1.68.0"
615+
"description": "Enable Rubocop | RuboCop is a Ruby static code analyzer (a.k.a. linter ) and code formatter. | v1.69.1"
616616
}
617617
},
618618
"additionalProperties": false,
@@ -664,7 +664,7 @@
664664
"enabled": {
665665
"type": "boolean",
666666
"default": true,
667-
"description": "Enable Pmd | PMD is an extensible multilanguage static code analyzer. It’s mainly concerned with Java. | v7.7.0"
667+
"description": "Enable Pmd | PMD is an extensible multilanguage static code analyzer. It’s mainly concerned with Java. | v7.8.0"
668668
},
669669
"config_file": {
670670
"type": "string",
@@ -694,7 +694,7 @@
694694
"enabled": {
695695
"type": "boolean",
696696
"default": true,
697-
"description": "Enable Semgrep | Semgrep is a static analysis tool designed to scan code for security vulnerabilities and code quality issues. | Enable Semgrep integration. | v1.97.0"
697+
"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"
698698
},
699699
"config_file": {
700700
"type": "string",

0 commit comments

Comments
 (0)