Merge pull request #1393 from Ismail-elkorchi/fix-wpcs-command

Remove superfluous parameter from composer.json
This commit is contained in:
Ismail El Korchi 2020-04-09 19:14:07 +01:00 committed by GitHub
commit 15b7f3bb39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
"php-parallel-lint/php-parallel-lint": "^1.2.0"
},
"scripts": {
"lint:wpcs": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --runtime-set testVersion 5.6-",
"lint:wpcs": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs",
"lint:php": "@php ./vendor/bin/parallel-lint --exclude .git --exclude vendor ."
},
"support": {