Skip to content

Commit f7722c4

Browse files
Update schema.v2.json
1 parent acf29ce commit f7722c4

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

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)