Commit ada3932
style: drop stale SwallowedException suppression on transcodeVideo
transcodeVideo logs each caught exception via .message, so Detekt's
SwallowedException never fires — only TooGenericExceptionCaught does
(NullPointerException and Exception are both on its generic-names list).
Trim the suppression to the rule that actually triggers.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 85831df commit ada3932
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
0 commit comments