Skip to content

Commit 7b2fb1a

Browse files
Update schema.v2.json
1 parent 647892d commit 7b2fb1a

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
@@ -315,7 +315,7 @@
315315
"enabled": {
316316
"type": "boolean",
317317
"default": true,
318-
"description": "Enable ShellCheck | ShellCheck is a static analysis tool that finds bugs in your shell. | Enable shellcheck integration. | v0.9.0-1"
318+
"description": "Enable ShellCheck | ShellCheck is a static analysis tool that finds bugs in your shell. | Enable shellcheck integration. | v0.10.0"
319319
}
320320
},
321321
"additionalProperties": false,
@@ -328,7 +328,7 @@
328328
"enabled": {
329329
"type": "boolean",
330330
"default": true,
331-
"description": "Enable Ruff | Ruff is a Python linter and code formatter. | Enable ruff integration. | v0.7.0"
331+
"description": "Enable Ruff | Ruff is a Python linter and code formatter. | Enable ruff integration. | v0.8.0"
332332
}
333333
},
334334
"additionalProperties": false,
@@ -452,7 +452,7 @@
452452
"enabled": {
453453
"type": "boolean",
454454
"default": true,
455-
"description": "Enable SwiftLint | SwiftLint is a Swift linter. | Enable SwiftLint integration. | v0.57.0"
455+
"description": "Enable SwiftLint | SwiftLint is a Swift linter. | Enable SwiftLint integration. | v0.57.1"
456456
},
457457
"config_file": {
458458
"type": "string",
@@ -501,7 +501,7 @@
501501
"enabled": {
502502
"type": "boolean",
503503
"default": true,
504-
"description": "Enable golangci-lint | golangci-lint is a fast linters runner for Go. | Enable golangci-lint integration. | v1.61.0"
504+
"description": "Enable golangci-lint | golangci-lint is a fast linters runner for Go. | Enable golangci-lint integration. | v1.62.2"
505505
},
506506
"config_file": {
507507
"type": "string",
@@ -518,7 +518,7 @@
518518
"enabled": {
519519
"type": "boolean",
520520
"default": true,
521-
"description": "Enable Yamllint | yamllint is a linter for YAML files. | Enable yamllint integration. | v1.29.0-1"
521+
"description": "Enable Yamllint | yamllint is a linter for YAML files. | Enable yamllint integration. | v1.35.1"
522522
}
523523
},
524524
"additionalProperties": false,
@@ -587,7 +587,7 @@
587587
"enabled": {
588588
"type": "boolean",
589589
"default": true,
590-
"description": "Enable Rubocop | RuboCop is a Ruby static code analyzer (a.k.a. linter ) and code formatter. | v1.67.0"
590+
"description": "Enable Rubocop | RuboCop is a Ruby static code analyzer (a.k.a. linter ) and code formatter. | v1.68.0"
591591
}
592592
},
593593
"additionalProperties": false,
@@ -639,7 +639,7 @@
639639
"enabled": {
640640
"type": "boolean",
641641
"default": true,
642-
"description": "Enable Pmd | PMD is an extensible multilanguage static code analyzer. It’s mainly concerned with Java. | v7.6.0"
642+
"description": "Enable Pmd | PMD is an extensible multilanguage static code analyzer. It’s mainly concerned with Java. | v7.7.0"
643643
},
644644
"config_file": {
645645
"type": "string",
@@ -669,7 +669,7 @@
669669
"enabled": {
670670
"type": "boolean",
671671
"default": true,
672-
"description": "Enable Semgrep | Semgrep is a static analysis tool designed to scan code for security vulnerabilities and code quality issues. | Enable Semgrep integration. | v1.92.0"
672+
"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"
673673
},
674674
"config_file": {
675675
"type": "string",

0 commit comments

Comments
 (0)