From eadca18a5ae52d17a769292465ac538ce2668717 Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Thu, 25 Jan 2024 03:35:06 -0400 Subject: [PATCH] Added phpcs script to SublimeText build systems --- flight.sublime-project | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flight.sublime-project b/flight.sublime-project index 5f2628e..63e8be2 100644 --- a/flight.sublime-project +++ b/flight.sublime-project @@ -41,7 +41,7 @@ { "name": "Linter - Default", "quiet": true, - "shell_cmd": "composer lint -- --no-ansi", + "shell_cmd": "composer lint -- --no-ansi | composer phpcs -- --no-colors", } ], }