Skip to content

Commit 5fe389a

Browse files
Update schema.v2.json
1 parent ac62304 commit 5fe389a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

static/schema/schema.v2.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,19 @@
604604
"default": {},
605605
"description": "PHPStan is a tool to analyze PHP code."
606606
},
607+
"phpcs": {
608+
"type": "object",
609+
"properties": {
610+
"enabled": {
611+
"type": "boolean",
612+
"default": true,
613+
"description": "Enable PHP CodeSniffer | PHP CodeSniffer is a PHP linter and coding standard checker. | v3.7.2"
614+
}
615+
},
616+
"additionalProperties": false,
617+
"default": {},
618+
"description": "PHP CodeSniffer is a PHP linter and coding standard checker."
619+
},
607620
"golangci-lint": {
608621
"type": "object",
609622
"properties": {

0 commit comments

Comments
 (0)