mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 22:07:29 -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.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'
|
||||||
});
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue