operator_usage_whitespace rule false positive for unwrapping of the optional optional #2728
Closed
2 tasks done
Labels
bug
Unexpected and reproducible misbehavior.
SwiftLint thinks that
??
is a nil coalescing operator, while it's a unwrapping of the optional optional.Would be nice to make
operator_usage_whitespace
rule configurable so you can exclude specific operators (??
). #1013The text was updated successfully, but these errors were encountered: