The engine
Details
Details
- Reviewers
mollekopf - Group Reviewers
Restricted Project - Commits
- rKf816b72a099a: SMTP content filter
./phpunit
Diff Detail
Diff Detail
- Repository
- rK kolab
- Branch
- dev/smtp-content-filter
- Lint
Lint Errors Severity Location Code Message Error src/app/User.php:70 phpstan Property App\User::$allowed_states is never read, only written. Warning src/resources/views/emails/html/itip_notification.blade.php:1 PHPCS.W.Internal.NoCodeFound Internal.NoCodeFound Warning src/resources/views/emails/plain/itip_notification.blade.php:1 PHPCS.W.Internal.NoCodeFound Internal.NoCodeFound - Unit
No Test Coverage - Build Status
Buildable 50847 Build 18498: arc lint + arc unit
Event Timeline
Comment Actions
Besides the one complaint I think this can go in. I didn't investigate the rules in detail, but it's standalone enough that pushing it seems fairly risk free.
| src/app/Policy/Mailfilter/RequestHandler.php | ||
|---|---|---|
| 66 | Still really don't like the string assembly to class approach. Just use the Class (App\Policy\Mailfilter\Modules\ItipModule::class) to fill the array. This for instance immediately make it evident if there is a typo, or a class is deleted but still used here etc. | |