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 27695c0 commit eae6054Copy full SHA for eae6054
composer.json
@@ -22,8 +22,8 @@
22
},
23
"scripts": {
24
"compat": "phpcs -p --standard=PHPCompatibility --runtime-set testVersion 7.0 -n . --extensions=php --cache",
25
- "fix": "phpcbf --standard=WordPress . --extensions=php --ignore=vendor",
+ "fix": "phpcbf --standard=WordPress . --extensions=php --ignore=vendor,development",
26
"lint": "parallel-lint . --blame --exclude vendor",
27
- "sniff": "phpcs --standard=WordPress . --ignore=vendor --extensions=php"
+ "sniff": "phpcs --standard=WordPress . --ignore=vendor,development --extensions=php"
28
}
29
0 commit comments