fix(ios): do not add badges on Apple TV (#416) #839
ci.yml
on: push
lint
40s
swift-lint
30s
build-library
31s
build-android
1m 7s
build-android-newarch
1m 4s
build-ios
2m 13s
build-ios-newarch
2m 39s
build-macos
2m 28s
Annotations
2 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-3abce6e2/yarn run build:ios exited (1)
|
|
swift-lint:
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)
|
|
swift-lint:
packages/react-native-bottom-tabs/ios/TabViewProps.swift#L82
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#L82
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/TabBarFontSize.swift#L38
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)
|
|
lint:
packages/react-native-bottom-tabs/src/TabView.tsx#L249
'loaded' is already declared in the upper scope on line 245 column 10
|
|
build-macos
xcbeautify 2.30.1 is already installed and up-to-date.
To reinstall 2.30.1, run:
brew reinstall xcbeautify
|