Temprarily disable auto-phpcs

This commit is contained in:
snipe 2017-01-10 23:22:00 -08:00
parent b7bbc44052
commit c99f9e321f

View file

@ -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'
// });