|
380 | 380 | "enabled": {
|
381 | 381 | "type": "boolean",
|
382 | 382 | "default": true,
|
383 |
| - "description": "Enable ShellCheck | ShellCheck is a static analysis tool that finds bugs in your shell. | Enable shellcheck integration. | v0.10.0" |
| 383 | + "description": "Enable ShellCheck | ShellCheck is a static analysis tool that finds bugs in your shell. | Enable ShellCheck integration. | v0.10.0" |
384 | 384 | }
|
385 | 385 | },
|
386 | 386 | "additionalProperties": false,
|
387 | 387 | "default": {},
|
388 |
| - "description": "Shellcheck is a static analysis tool that finds bugs in your shell scripts." |
| 388 | + "description": "ShellCheck is a static analysis tool that finds bugs in your shell scripts." |
389 | 389 | },
|
390 | 390 | "ruff": {
|
391 | 391 | "type": "object",
|
392 | 392 | "properties": {
|
393 | 393 | "enabled": {
|
394 | 394 | "type": "boolean",
|
395 | 395 | "default": true,
|
396 |
| - "description": "Enable Ruff | Ruff is a Python linter and code formatter. | Enable ruff integration. | v0.8.2" |
| 396 | + "description": "Enable Ruff | Ruff is a Python linter and code formatter. | Enable Ruff integration. | v0.8.2" |
397 | 397 | }
|
398 | 398 | },
|
399 | 399 | "additionalProperties": false,
|
|
583 | 583 | "enabled": {
|
584 | 584 | "type": "boolean",
|
585 | 585 | "default": true,
|
586 |
| - "description": "Enable Yamllint | yamllint is a linter for YAML files. | Enable yamllint integration. | v1.35.1" |
| 586 | + "description": "Enable YAMLlint | YAMLlint is a linter for YAML files. | Enable YAMLlint integration. | v1.35.1" |
587 | 587 | }
|
588 | 588 | },
|
589 | 589 | "additionalProperties": false,
|
590 | 590 | "default": {},
|
591 |
| - "description": "yamllint is a linter for YAML files." |
| 591 | + "description": "YAMLlint is a linter for YAML files." |
592 | 592 | },
|
593 | 593 | "gitleaks": {
|
594 | 594 | "type": "object",
|
|
622 | 622 | "enabled": {
|
623 | 623 | "type": "boolean",
|
624 | 624 | "default": true,
|
625 |
| - "description": "Enable Detekt | Detekt is a static code analysis tool for Kotlin files. | v1.23.7" |
| 625 | + "description": "Enable detekt | detekt is a static code analysis tool for Kotlin files. | v1.23.7" |
626 | 626 | },
|
627 | 627 | "config_file": {
|
628 | 628 | "type": "string",
|
629 |
| - "description": "Optional path to the Detekt configuration file relative to the repository." |
| 629 | + "description": "Optional path to the detekt configuration file relative to the repository." |
630 | 630 | }
|
631 | 631 | },
|
632 | 632 | "additionalProperties": false,
|
|
652 | 652 | "enabled": {
|
653 | 653 | "type": "boolean",
|
654 | 654 | "default": true,
|
655 |
| - "description": "Enable Rubocop | RuboCop is a Ruby static code analyzer (a.k.a. linter ) and code formatter. | v1.69.1" |
| 655 | + "description": "Enable RuboCop | RuboCop is a Ruby static code analyzer (a.k.a. linter ) and code formatter. | v1.69.1" |
656 | 656 | }
|
657 | 657 | },
|
658 | 658 | "additionalProperties": false,
|
|
691 | 691 | "enabled": {
|
692 | 692 | "type": "boolean",
|
693 | 693 | "default": true,
|
694 |
| - "description": "Enable Actionlint | is a static checker for GitHub Actions workflow files. | v1.7.4" |
| 694 | + "description": "Enable actionlint | is a static checker for GitHub Actions workflow files. | v1.7.4" |
695 | 695 | }
|
696 | 696 | },
|
697 | 697 | "additionalProperties": false,
|
|
704 | 704 | "enabled": {
|
705 | 705 | "type": "boolean",
|
706 | 706 | "default": true,
|
707 |
| - "description": "Enable Pmd | PMD is an extensible multilanguage static code analyzer. It’s mainly concerned with Java. | v7.8.0" |
| 707 | + "description": "Enable PMD | PMD is an extensible multilanguage static code analyzer. It’s mainly concerned with Java. | v7.8.0" |
708 | 708 | },
|
709 | 709 | "config_file": {
|
710 | 710 | "type": "string",
|
711 |
| - "description": "Optional path to the Pmd configuration file relative to the repository." |
| 711 | + "description": "Optional path to the PMD configuration file relative to the repository." |
712 | 712 | }
|
713 | 713 | },
|
714 | 714 | "additionalProperties": false,
|
|
751 | 751 | "enabled": {
|
752 | 752 | "type": "boolean",
|
753 | 753 | "default": true,
|
754 |
| - "description": "Enable CircleCi | CircleCi tool is a static checker for CircleCi config files. | v0.1.31151" |
| 754 | + "description": "Enable CircleCI | CircleCI tool is a static checker for CircleCI config files. | v0.1.31151" |
755 | 755 | }
|
756 | 756 | },
|
757 | 757 | "additionalProperties": false,
|
758 | 758 | "default": {},
|
759 |
| - "description": "CircleCi tool is a static checker for CircleCi config files." |
| 759 | + "description": "CircleCI tool is a static checker for CircleCI config files." |
760 | 760 | }
|
761 | 761 | },
|
762 | 762 | "additionalProperties": false,
|
|
0 commit comments