mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Temprarily disable auto-phpcs
This commit is contained in:
parent
b7bbc44052
commit
c99f9e321f
18
gulpfile.js
18
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'
|
||||
// });
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue