|
389 | 389 | }, |
390 | 390 | "additionalProperties":false, |
391 | 391 | "default": {}, |
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" |
| 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.38.1" |
393 | 393 | }, |
394 | 394 | "shellcheck": { |
395 | 395 | "type":"object", |
|
410 | 410 | "enabled": { |
411 | 411 | "type":"boolean", |
412 | 412 | "default":true, |
413 | | -"description":"Enable Ruff | Ruff is a Python linter and code formatter. | Enable Ruff integration. | v0.8.2" |
| 413 | +"description":"Enable Ruff | Ruff is a Python linter and code formatter. | Enable Ruff integration. | v0.11.9" |
414 | 414 | } |
415 | 415 | }, |
416 | 416 | "additionalProperties":false, |
|
555 | 555 | "enabled": { |
556 | 556 | "type":"boolean", |
557 | 557 | "default":true, |
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" |
| 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.1.15" |
559 | 559 | }, |
560 | 560 | "level": { |
561 | 561 | "type":"string", |
|
604 | 604 | "enabled": { |
605 | 605 | "type":"boolean", |
606 | 606 | "default":true, |
607 | | -"description":"Enable YAMLlint | YAMLlint is a linter for YAML files. | Enable YAMLlint integration. | v1.35.1" |
| 607 | +"description":"Enable YAMLlint | YAMLlint is a linter for YAML files. | Enable YAMLlint integration. | v1.37.1" |
608 | 608 | } |
609 | 609 | }, |
610 | 610 | "additionalProperties":false, |
|
617 | 617 | "enabled": { |
618 | 618 | "type":"boolean", |
619 | 619 | "default":true, |
620 | | -"description":"Enable Gitleaks | Gitleaks is a secret scanner. | Enable Gitleaks integration. | v8.21.2" |
| 620 | +"description":"Enable Gitleaks | Gitleaks is a secret scanner. | Enable Gitleaks integration. | v8.26.0" |
621 | 621 | } |
622 | 622 | }, |
623 | 623 | "additionalProperties":false, |
|
643 | 643 | "enabled": { |
644 | 644 | "type":"boolean", |
645 | 645 | "default":true, |
646 | | -"description":"Enable detekt | detekt is a static code analysis tool for Kotlin files. | v1.23.7" |
| 646 | +"description":"Enable detekt | detekt is a static code analysis tool for Kotlin files. | v1.23.8" |
647 | 647 | }, |
648 | 648 | "config_file": { |
649 | 649 | "type":"string", |
|
673 | 673 | "enabled": { |
674 | 674 | "type":"boolean", |
675 | 675 | "default":true, |
676 | | -"description":"Enable RuboCop | RuboCop is a Ruby static code analyzer (a.k.a. linter ) and code formatter. | v1.73" |
| 676 | +"description":"Enable RuboCop | RuboCop is a Ruby static code analyzer (a.k.a. linter ) and code formatter. | v1.75.5" |
677 | 677 | } |
678 | 678 | }, |
679 | 679 | "additionalProperties":false, |
|
686 | 686 | "enabled": { |
687 | 687 | "type":"boolean", |
688 | 688 | "default":true, |
689 | | -"description":"Enable Buf | Buf offers linting for Protobuf files. | v1.47.2" |
| 689 | +"description":"Enable Buf | Buf offers linting for Protobuf files. | v1.54.0" |
690 | 690 | } |
691 | 691 | }, |
692 | 692 | "additionalProperties":false, |
|
699 | 699 | "enabled": { |
700 | 700 | "type":"boolean", |
701 | 701 | "default":true, |
702 | | -"description":"Enable Regal | Regal is a linter and language server for Rego. | v0.29.2" |
| 702 | +"description":"Enable Regal | Regal is a linter and language server for Rego. | v0.33.1" |
703 | 703 | } |
704 | 704 | }, |
705 | 705 | "additionalProperties":false, |
|
712 | 712 | "enabled": { |
713 | 713 | "type":"boolean", |
714 | 714 | "default":true, |
715 | | -"description":"Enable actionlint | is a static checker for GitHub Actions workflow files. | v1.7.4" |
| 715 | +"description":"Enable actionlint | is a static checker for GitHub Actions workflow files. | v1.7.7" |
716 | 716 | } |
717 | 717 | }, |
718 | 718 | "additionalProperties":false, |
|
725 | 725 | "enabled": { |
726 | 726 | "type":"boolean", |
727 | 727 | "default":true, |
728 | | -"description":"Enable PMD | PMD is an extensible multilanguage static code analyzer. It’s mainly concerned with Java. | v7.8.0" |
| 728 | +"description":"Enable PMD | PMD is an extensible multilanguage static code analyzer. It’s mainly concerned with Java. | v7.13.0" |
729 | 729 | }, |
730 | 730 | "config_file": { |
731 | 731 | "type":"string", |
|
742 | 742 | "enabled": { |
743 | 743 | "type":"boolean", |
744 | 744 | "default":true, |
745 | | -"description":"Enable Cppcheck | Cppcheck is a static code analysis tool for the C and C++ programming languages. | v2.10-2" |
| 745 | +"description":"Enable Cppcheck | Cppcheck is a static code analysis tool for the C and C++ programming languages. | v2.17.1" |
746 | 746 | } |
747 | 747 | }, |
748 | 748 | "additionalProperties":false, |
|
755 | 755 | "enabled": { |
756 | 756 | "type":"boolean", |
757 | 757 | "default":true, |
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" |
| 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.122.0" |
759 | 759 | }, |
760 | 760 | "config_file": { |
761 | 761 | "type":"string", |
|
772 | 772 | "enabled": { |
773 | 773 | "type":"boolean", |
774 | 774 | "default":true, |
775 | | -"description":"Enable CircleCI | CircleCI tool is a static checker for CircleCI config files. | v0.1.31151" |
| 775 | +"description":"Enable CircleCI | CircleCI tool is a static checker for CircleCI config files. | v0.1.31687" |
776 | 776 | } |
777 | 777 | }, |
778 | 778 | "additionalProperties":false, |
|
785 | 785 | "enabled": { |
786 | 786 | "type":"boolean", |
787 | 787 | "default":true, |
788 | | -"description":"Enable SQLFluff | SQLFluff is an open source, dialect-flexible and configurable SQL linter. | v3.3.0" |
| 788 | +"description":"Enable SQLFluff | SQLFluff is an open source, dialect-flexible and configurable SQL linter. | v3.4.0" |
789 | 789 | } |
790 | 790 | }, |
791 | 791 | "additionalProperties":false, |
|
798 | 798 | "enabled": { |
799 | 799 | "type":"boolean", |
800 | 800 | "default":true, |
801 | | -"description":"Enable Prisma Schema linting | Prisma Schema linting helps maintain consistent and error-free schema files | v0.10.0" |
| 801 | +"description":"Enable Prisma Schema linting | Prisma Schema linting helps maintain consistent and error-free schema files | v0.10.1" |
802 | 802 | } |
803 | 803 | }, |
804 | 804 | "additionalProperties":false, |
|
811 | 811 | "enabled": { |
812 | 812 | "type":"boolean", |
813 | 813 | "default":true, |
814 | | -"description":"Enable OXC | OXC is a JavaScript/TypeScript linter written in Rust. | v0.16.5" |
| 814 | +"description":"Enable OXC | OXC is a JavaScript/TypeScript linter written in Rust. | v0.16.10" |
815 | 815 | } |
816 | 816 | }, |
817 | 817 | "additionalProperties":false, |
|