From c99f9e321ff13ed7683620d0cc3c5f84bbc94c65 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 10 Jan 2017 23:22:00 -0800 Subject: [PATCH] Temprarily disable auto-phpcs --- gulpfile.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 8a0243d610..86995c670a 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -42,15 +42,15 @@ elixir(function(mix) { mix.codeception(null, { flags: '--report' }); - mix.phpcs([ - 'app/**/*.php', - 'tests/unit/*.php', - 'tests/functional/*.php', - 'tests/acceptance/*.php' - ], { - bin: 'vendor/bin/phpcs', - standard: 'PSR2' - }); + // mix.phpcs([ + // 'app/**/*.php', + // 'tests/unit/*.php', + // 'tests/functional/*.php', + // 'tests/acceptance/*.php' + // ], { + // bin: 'vendor/bin/phpcs', + // standard: 'PSR2' + // });