feat: add tab roles/search role #387
Closed
Annotations
10 warnings
|
packages/react-native-bottom-tabs/ios/TabViewProps.swift#L28
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
|
packages/react-native-bottom-tabs/ios/TabViewProps.swift#L32
Switch and Case Statement Alignment Violation: Case statements should vertically aligned with their closing brace (switch_case_alignment)
|
|
packages/react-native-bottom-tabs/ios/TabViewProps.swift#L73
Anonymous Argument in Multiline Closure Violation: Use named arguments in multiline closures (anonymous_argument_in_multiline_closure)
|
|
packages/react-native-bottom-tabs/ios/TabViewProps.swift#L73
Anonymous Argument in Multiline Closure Violation: Use named arguments in multiline closures (anonymous_argument_in_multiline_closure)
|
|
packages/react-native-bottom-tabs/ios/TabItemEventModifier.swift#L88
Line Length Violation: Line should be 120 characters or less; currently it has 151 characters (line_length)
|
|
packages/react-native-bottom-tabs/ios/TabItemEventModifier.swift#L58
Line Length Violation: Line should be 120 characters or less; currently it has 127 characters (line_length)
|
|
packages/react-native-bottom-tabs/ios/TabItemEventModifier.swift#L91
Prefer For-Where Violation: `where` clauses are preferred over a single `if` inside a `for` (for_where)
|
|
packages/react-native-bottom-tabs/ios/TabItemEventModifier.swift#L67
Convenience Type Violation: Types used for hosting only static members should be implemented as a caseless enum to avoid instantiation (convenience_type)
|
|
packages/react-native-bottom-tabs/ios/Extensions.swift#L44
Multiline Arguments Brackets Violation: Multiline arguments should have their surrounding brackets in a new line (multiline_arguments_brackets)
|
|
packages/react-native-bottom-tabs/ios/Extensions.swift#L41
Multiline Arguments Brackets Violation: Multiline arguments should have their surrounding brackets in a new line (multiline_arguments_brackets)
|
The logs for this run have expired and are no longer available.
Loading