You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The empty_enum_arguments rule has a false positive on a line that looks like
case(let f as()->String)?:
It highlights the open parenthesis from the nested pair with the message
warning: Empty Enum Arguments Violation: Arguments can be omitted when matching enums with associated types if they are not used. (empty_enum_arguments)
Environment
SwiftLint version (run swiftlint version to be sure)?
0.24.0
Installation method used (Homebrew, CocoaPods, building from source, etc)?
Bug Report
The
empty_enum_arguments
rule has a false positive on a line that looks likeIt highlights the open parenthesis from the nested pair with the message
Environment
swiftlint version
to be sure)?0.24.0
CocoaPods
.swiftlint.yml
The text was updated successfully, but these errors were encountered: