Skip to content

Rewrite Expo Plugin #917

Rewrite Expo Plugin

Rewrite Expo Plugin #917

Triggered via pull request October 21, 2025 05:35
Status Failure
Total duration 3m 15s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
lint
Process completed with exit code 2.
lint
react-native-bottom-tabs#lint: command (/home/runner/work/react-native-bottom-tabs/react-native-bottom-tabs/packages/react-native-bottom-tabs) /tmp/xfs-f3e8cb2c/yarn run lint exited (2)
swift-lint: packages/react-native-bottom-tabs/ios/TabViewProvider.swift#L44
Legacy Objective-C Reference Type Violation: Prefer Swift value types to bridged Objective-C reference types (legacy_objc_type)
swift-lint: packages/react-native-bottom-tabs/ios/TabViewProvider.swift#L43
Legacy Objective-C Reference Type Violation: Prefer Swift value types to bridged Objective-C reference types (legacy_objc_type)
swift-lint: packages/react-native-bottom-tabs/ios/TabViewProvider.swift#L42
Legacy Objective-C Reference Type Violation: Prefer Swift value types to bridged Objective-C reference types (legacy_objc_type)
swift-lint: packages/react-native-bottom-tabs/ios/TabBarFontSize.swift#L44
Legacy Objective-C Reference Type Violation: Prefer Swift value types to bridged Objective-C reference types (legacy_objc_type)
swift-lint: packages/react-native-bottom-tabs/ios/TabItemEventModifier.swift#L94
Line Length Violation: Line should be 120 characters or less; currently it has 151 characters (line_length)
swift-lint: packages/react-native-bottom-tabs/ios/TabItemEventModifier.swift#L64
Line Length Violation: Line should be 120 characters or less; currently it has 127 characters (line_length)
swift-lint: packages/react-native-bottom-tabs/ios/TabItemEventModifier.swift#L63
Line Length Violation: Line should be 120 characters or less; currently it has 128 characters (line_length)
swift-lint: packages/react-native-bottom-tabs/ios/TabItemEventModifier.swift#L20
Line Length Violation: Line should be 120 characters or less; currently it has 150 characters (line_length)
swift-lint: packages/react-native-bottom-tabs/ios/TabItemEventModifier.swift#L97
Prefer For-Where Violation: `where` clauses are preferred over a single `if` inside a `for` (for_where)
swift-lint: packages/react-native-bottom-tabs/ios/TabItemEventModifier.swift#L73
Convenience Type Violation: Types used for hosting only static members should be implemented as a caseless enum to avoid instantiation (convenience_type)