|
710 | 710 | "type":"boolean",
|
711 | 711 | "default":true,
|
712 | 712 | "description":"Enable Flake8 | Flake8 is a Python linter that wraps PyFlakes, pycodestyle and Ned Batchelder's McCabe script. | v7.2.0"
|
713 |
| -}, |
714 |
| -"config_file": { |
715 |
| -"type":"string", |
716 |
| -"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'." |
717 | 713 | }
|
718 | 714 | },
|
719 | 715 | "additionalProperties":false,
|
|
956 | 952 | "type":"boolean",
|
957 | 953 | "default":true,
|
958 | 954 | "description":"Enable HTMLHint | HTMLHint is a static code analysis tool for HTML files. | Enable HTMLHint integration. | v1.5.0"
|
959 |
| -}, |
960 |
| -"config_file": { |
961 |
| -"type":"string", |
962 |
| -"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'." |
963 | 955 | }
|
964 | 956 | },
|
965 | 957 | "additionalProperties":false,
|
|