chore(lint): remove force_unwrapping rule and simplify config
This commit is contained in:
parent
d3452ddadf
commit
5a1fd96857
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user