feat: add tab roles/search role #784
ci.yml
on: pull_request
lint
36s
swift-lint
32s
build-library
34s
build-android
41s
build-android-newarch
28s
build-ios
54s
build-ios-newarch
51s
build-macos
1m 11s
Annotations
14 errors and 11 warnings
|
build-android-newarch
Process completed with exit code 1.
|
|
build-android-newarch
@bottom-tabs/react-navigation#build: command (/home/runner/work/react-native-bottom-tabs/react-native-bottom-tabs/packages/react-navigation) /tmp/xfs-319590a6/yarn run build exited (1)
|
|
build-library
Process completed with exit code 1.
|
|
build-library
@bottom-tabs/react-navigation#build: command (/home/runner/work/react-native-bottom-tabs/react-native-bottom-tabs/packages/react-navigation) /tmp/xfs-00f317bc/yarn run build exited (1)
|
|
lint
Process completed with exit code 1.
|
|
lint
@bottom-tabs/react-navigation#build: command (/home/runner/work/react-native-bottom-tabs/react-native-bottom-tabs/packages/react-navigation) /tmp/xfs-2a5f36a1/yarn run build exited (1)
|
|
build-android
Process completed with exit code 1.
|
|
build-android
@bottom-tabs/react-navigation#build: command (/home/runner/work/react-native-bottom-tabs/react-native-bottom-tabs/packages/react-navigation) /tmp/xfs-a1f31d2d/yarn run build exited (1)
|
|
build-ios-newarch
Process completed with exit code 1.
|
|
build-ios-newarch
@bottom-tabs/react-navigation#build: command (/Users/runner/work/react-native-bottom-tabs/react-native-bottom-tabs/packages/react-navigation) /private/var/folders/x7/ch5v91h56_zbvbd1y2f600dm0000gn/T/xfs-693663f2/yarn run build exited (1)
|
|
build-ios
Process completed with exit code 1.
|
|
build-ios
@bottom-tabs/react-navigation#build: command (/Users/runner/work/react-native-bottom-tabs/react-native-bottom-tabs/packages/react-navigation) /private/var/folders/x7/ch5v91h56_zbvbd1y2f600dm0000gn/T/xfs-0b11d227/yarn run build exited (1)
|
|
build-macos
Process completed with exit code 1.
|
|
build-macos
@bottom-tabs/react-navigation#build: command (/Users/runner/work/react-native-bottom-tabs/react-native-bottom-tabs/packages/react-navigation) /private/var/folders/x7/ch5v91h56_zbvbd1y2f600dm0000gn/T/xfs-ce4b22a9/yarn run build exited (1)
|
|
swift-lint:
packages/react-native-bottom-tabs/ios/TabViewProvider.swift#L41
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/TabViewImpl.swift#L132
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/TabViewProps.swift#L61
Anonymous Argument in Multiline Closure Violation: Use named arguments in multiline closures (anonymous_argument_in_multiline_closure)
|
|
swift-lint:
packages/react-native-bottom-tabs/ios/TabViewProps.swift#L61
Anonymous Argument in Multiline Closure Violation: Use named arguments in multiline closures (anonymous_argument_in_multiline_closure)
|
|
swift-lint:
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)
|
|
swift-lint:
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)
|
|
swift-lint:
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)
|
|
swift-lint:
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)
|
|
swift-lint:
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)
|
|
swift-lint:
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)
|
|
lint:
packages/react-native-bottom-tabs/src/TabView.tsx#L236
'loaded' is already declared in the upper scope on line 232 column 10
|