Disable unhandled_throwing_task rule. (#890)

This commit is contained in:
Doug
2023-05-12 17:45:14 +01:00
committed by GitHub
parent 75a48eda60
commit 328c8244e6

View File

@@ -3,6 +3,7 @@ disabled_rules:
- unused_setter_value
- redundant_discardable_let
- identifier_name
- unhandled_throwing_task
opt_in_rules:
- force_unwrapping