diff --git a/xcode/.swiftlint.yml b/xcode/.swiftlint.yml index 6be9284..3fc2c03 100644 --- a/xcode/.swiftlint.yml +++ b/xcode/.swiftlint.yml @@ -241,7 +241,7 @@ custom_rules: redundant_type_annotation_bool: name: "Redundant type annotation for Bool" - regex: '((var|let)) *\w+ *((: *Bool *=)|([^=]*= *BehaviourRelay\( *value *:)) *((true)|(false))' + regex: '((var|let)) *\w+ *((: *Bool *=)|((\w| |<|>|:)*= *BehaviorRelay\( *value *:)) *((true)|(false))' message: "Using a type annotation for Bool is redundant" severity: error