feat: add tab roles/search role #785
ci.yml
on: pull_request
lint
47s
swift-lint
27s
build-library
32s
build-android
1m 18s
build-android-newarch
1m 33s
build-ios
11m 11s
build-ios-newarch
16m 52s
build-macos
1m 48s
Annotations
4 errors and 12 warnings
|
build-ios
Process completed with exit code 1.
|
|
build-ios
react-native-bottom-tabs-example#build:ios: command (/Users/runner/work/react-native-bottom-tabs/react-native-bottom-tabs/apps/example) /private/var/folders/x7/ch5v91h56_zbvbd1y2f600dm0000gn/T/xfs-9e68a9c2/yarn run build:ios exited (1)
|
|
build-ios-newarch
Process completed with exit code 1.
|
|
build-ios-newarch
react-native-bottom-tabs-example#build:ios: command (/Users/runner/work/react-native-bottom-tabs/react-native-bottom-tabs/apps/example) /private/var/folders/x7/ch5v91h56_zbvbd1y2f600dm0000gn/T/xfs-f084a55d/yarn run build:ios exited (1)
|
|
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/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/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
|
|
build-macos
xcbeautify 2.29.0 is already installed and up-to-date.
To reinstall 2.29.0, run:
brew reinstall xcbeautify
|