Added SublimeText PHPCS Build System

pull/532/head
fadrian06 1 year ago
parent 84877b34f4
commit 1485540ad9

@ -41,7 +41,12 @@
{
"name": "Linter - Default",
"quiet": true,
"shell_cmd": "composer lint -- --no-ansi | composer phpcs -- --no-colors",
"shell_cmd": "composer lint -- --no-ansi & composer phpcs -- --no-colors",
},
{
"name": "PHPCS",
"quiet": true,
"shell_cmd": "composer phpcs -- --no-colors"
},
{
"name": "Format",

Loading…
Cancel
Save