|
604 | 604 | "default": {}, |
605 | 605 | "description":"PHPStan is a tool to analyze PHP code." |
606 | 606 | }, |
| 607 | +"phpmd": { |
| 608 | +"type":"object", |
| 609 | +"properties": { |
| 610 | +"enabled": { |
| 611 | +"type":"boolean", |
| 612 | +"default":true, |
| 613 | +"description":"Enable PHPMD | PHPMD is a tool to find potential problems in PHP code. | v2.15.0" |
| 614 | +} |
| 615 | +}, |
| 616 | +"additionalProperties":false, |
| 617 | +"default": {}, |
| 618 | +"description":"PHPMD is a tool to find potential problems in PHP code." |
| 619 | +}, |
| 620 | +"phpcs": { |
| 621 | +"type":"object", |
| 622 | +"properties": { |
| 623 | +"enabled": { |
| 624 | +"type":"boolean", |
| 625 | +"default":true, |
| 626 | +"description":"Enable PHP CodeSniffer | PHP CodeSniffer is a PHP linter and coding standard checker. | v3.7.2" |
| 627 | +} |
| 628 | +}, |
| 629 | +"additionalProperties":false, |
| 630 | +"default": {}, |
| 631 | +"description":"PHP CodeSniffer is a PHP linter and coding standard checker." |
| 632 | +}, |
607 | 633 | "golangci-lint": { |
608 | 634 | "type":"object", |
609 | 635 | "properties": { |
|
697 | 723 | "type":"boolean", |
698 | 724 | "default":true, |
699 | 725 | "description":"Enable Flake8 | Flake8 is a Python linter that wraps PyFlakes, pycodestyle and Ned Batchelder's McCabe script. | v7.2.0" |
700 | | -}, |
701 | | -"config_file": { |
702 | | -"type":"string", |
703 | | -"description":"Optional path to the Flake8 configuration file relative to the repository. This is useful when the configuration file is named differently than the default '.flake8' or 'setup.cfg'." |
704 | 726 | } |
705 | 727 | }, |
706 | 728 | "additionalProperties":false, |
|
943 | 965 | "type":"boolean", |
944 | 966 | "default":true, |
945 | 967 | "description":"Enable HTMLHint | HTMLHint is a static code analysis tool for HTML files. | Enable HTMLHint integration. | v1.5.0" |
946 | | -}, |
947 | | -"config_file": { |
948 | | -"type":"string", |
949 | | -"description":"Optional path to the HTMLHint configuration file relative to the repository. This is useful when the configuration file is named differently than the default '.htmlhintrc'." |
950 | 968 | } |
951 | 969 | }, |
952 | 970 | "additionalProperties":false, |
|