chore(lint): remove force_unwrapping rule and simplify config

This commit is contained in:
Peter Steinberger 2025-11-14 04:59:46 +00:00
parent d3452ddadf
commit 5a1fd96857

View File

@ -102,7 +102,6 @@ disabled_rules:
# NOTE: force_cast and force_unwrapping are warnings (acceptable for low-level accessibility APIs)
force_cast: warning
force_try: warning
force_unwrapping: warning
type_name:
min_length:
@ -148,4 +147,4 @@ line_length:
ignores_urls: true
# Reporter type
reporter: "xcode"
reporter: "xcode"