|
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 | | -}, |
633 | 607 | "golangci-lint": { |
634 | 608 | "type":"object", |
635 | 609 | "properties": { |
|
723 | 697 | "type":"boolean", |
724 | 698 | "default":true, |
725 | 699 | "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'." |
726 | 704 | } |
727 | 705 | }, |
728 | 706 | "additionalProperties":false, |
|
965 | 943 | "type":"boolean", |
966 | 944 | "default":true, |
967 | 945 | "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'." |
968 | 950 | } |
969 | 951 | }, |
970 | 952 | "additionalProperties":false, |
|