Skip to content

Commit e3c67f5

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

File tree

1 file changed

+26
-8
lines changed

1 file changed

+26
-8
lines changed

static/schema/schema.v2.json

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,32 @@
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+
},
607633
"golangci-lint": {
608634
"type": "object",
609635
"properties": {
@@ -697,10 +723,6 @@
697723
"type": "boolean",
698724
"default": true,
699725
"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'."
704726
}
705727
},
706728
"additionalProperties": false,
@@ -943,10 +965,6 @@
943965
"type": "boolean",
944966
"default": true,
945967
"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'."
950968
}
951969
},
952970
"additionalProperties": false,

0 commit comments

Comments
 (0)