Skip to content

Commit eb4d0e4

Browse files
Update schema.v2.json
1 parent c92d02a commit eb4d0e4

File tree

1 file changed

+8
-26
lines changed

1 file changed

+8
-26
lines changed

static/schema/schema.v2.json

Lines changed: 8 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -604,32 +604,6 @@
604604
"default": {},
605605
"description": "PHPStan is a tool to analyze PHP code."
606606
},
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-
},
633607
"golangci-lint": {
634608
"type": "object",
635609
"properties": {
@@ -723,6 +697,10 @@
723697
"type": "boolean",
724698
"default": true,
725699
"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'."
726704
}
727705
},
728706
"additionalProperties": false,
@@ -965,6 +943,10 @@
965943
"type": "boolean",
966944
"default": true,
967945
"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'."
968950
}
969951
},
970952
"additionalProperties": false,

0 commit comments

Comments
 (0)