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.codeception(null, { flags: '--report' });
mix.phpcs([ // mix.phpcs([
'app/**/*.php', // 'app/**/*.php',
'tests/unit/*.php', // 'tests/unit/*.php',
'tests/functional/*.php', // 'tests/functional/*.php',
'tests/acceptance/*.php' // 'tests/acceptance/*.php'
], { // ], {
bin: 'vendor/bin/phpcs', // bin: 'vendor/bin/phpcs',
standard: 'PSR2' // standard: 'PSR2'
}); // });