mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
This commit is contained in:
parent
a88e72b75e
commit
ba3bf31bb7
29 changed files with 2379 additions and 215 deletions
|
|
@ -20,11 +20,15 @@ registerSpatiePestHelpers();
|
|||
arch()
|
||||
->preset()
|
||||
->laravel()
|
||||
->ignoring(App\Http\Controllers\Auth\OidcController::class);
|
||||
->ignoring([
|
||||
App\Http\Controllers\Auth\OidcController::class,
|
||||
App\Models\DeviceModel::class,
|
||||
]);
|
||||
|
||||
arch()
|
||||
->expect('App')
|
||||
->not->toUse(['die', 'dd', 'dump']);
|
||||
->not->toUse(['die', 'dd', 'dump', 'ray']);
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Expectations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue