We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac62304 commit 5fe389aCopy full SHA for 5fe389a
static/schema/schema.v2.json
@@ -604,6 +604,19 @@
604
"default": {},
605
"description": "PHPStan is a tool to analyze PHP code."
606
},
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
620
"golangci-lint": {
621
"type": "object",
622
"properties": {
0 commit comments