Skip to content

Commit 144ed03

Browse files
Update schema.v2.json
1 parent 361d441 commit 144ed03

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

static/schema/schema.v2.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
}
308308
},
309309
"additionalProperties": false,
310-
"description": "ast-grep is a code analysis tool that helps you to find patterns in your codebase using abstract syntax trees patterns."
310+
"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.28.1"
311311
},
312312
"shellcheck": {
313313
"type": "object",
@@ -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.6.5"
331+
"description": "Enable Ruff | Ruff is a Python linter and code formatter. | Enable ruff integration. | v0.7.0"
332332
}
333333
},
334334
"additionalProperties": false,
@@ -341,7 +341,7 @@
341341
"enabled": {
342342
"type": "boolean",
343343
"default": true,
344-
"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"
344+
"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"
345345
}
346346
},
347347
"additionalProperties": false,
@@ -426,7 +426,7 @@
426426
"enabled": {
427427
"type": "boolean",
428428
"default": true,
429-
"description": "Enable Biome | Biome is a fast formatter, linter, and analyzer for web projects. | Enable Biome integration. | v1.8.3"
429+
"description": "Enable Biome | Biome is a fast formatter, linter, and analyzer for web projects. | Enable Biome integration. | v1.9.4"
430430
}
431431
},
432432
"additionalProperties": false,
@@ -469,7 +469,7 @@
469469
"enabled": {
470470
"type": "boolean",
471471
"default": true,
472-
"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"
472+
"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.12.7"
473473
},
474474
"level": {
475475
"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.59.1"
504+
"description": "Enable golangci-lint | golangci-lint is a fast linters runner for Go. | Enable golangci-lint integration. | v1.61.0"
505505
},
506506
"config_file": {
507507
"type": "string",
@@ -531,7 +531,7 @@
531531
"enabled": {
532532
"type": "boolean",
533533
"default": true,
534-
"description": "Enable Gitleaks | Gitleaks is a secret scanner. | Enable Gitleaks integration. | v8.19.2"
534+
"description": "Enable Gitleaks | Gitleaks is a secret scanner. | Enable Gitleaks integration. | v8.21.1"
535535
}
536536
},
537537
"additionalProperties": false,
@@ -544,7 +544,7 @@
544544
"enabled": {
545545
"type": "boolean",
546546
"default": true,
547-
"description": "Enable Checkov | Checkov is a static code analysis tool for infrastructure-as-code files. | v3.2.254"
547+
"description": "Enable Checkov | Checkov is a static code analysis tool for infrastructure-as-code files. | v3.2.268"
548548
}
549549
},
550550
"additionalProperties": false,
@@ -574,7 +574,7 @@
574574
"enabled": {
575575
"type": "boolean",
576576
"default": true,
577-
"description": "Enable ESLint | ESLint is a static code analysis tool for JavaScript files."
577+
"description": "Enable ESLint (Under Development) | ESLint is a static code analysis tool for JavaScript files."
578578
}
579579
},
580580
"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.65.0"
590+
"description": "Enable Rubocop | RuboCop is a Ruby static code analyzer (a.k.a. linter ) and code formatter. | v1.67.0"
591591
}
592592
},
593593
"additionalProperties": false,
@@ -600,7 +600,7 @@
600600
"enabled": {
601601
"type": "boolean",
602602
"default": true,
603-
"description": "Enable Buf | Buf offers linting for Protobuf files. | v1.42.0"
603+
"description": "Enable Buf | Buf offers linting for Protobuf files. | v1.45.0"
604604
}
605605
},
606606
"additionalProperties": false,
@@ -613,7 +613,7 @@
613613
"enabled": {
614614
"type": "boolean",
615615
"default": true,
616-
"description": "Enable Regal | Regal is a linter and language server for Rego. | v0.25.0"
616+
"description": "Enable Regal | Regal is a linter and language server for Rego. | v0.28.0"
617617
}
618618
},
619619
"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.5.0"
642+
"description": "Enable Pmd | PMD is an extensible multilanguage static code analyzer. It’s mainly concerned with Java. | v7.6.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.29.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.92.0"
673673
},
674674
"config_file": {
675675
"type": "string",

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy