mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
This rule will check Task's that are not explicitly annotated with success and failure types for unhandled try expressions. These trys will silently fail if an error is thrown. See this forum thread for more details: https://forums.swift.org/t/task-initializer-with-throwing-closure-swallows-error/56066