feat(ios): make CoreSVG decoder opt-in #1113
ci.yml
on: pull_request
lint
1m 53s
swift-lint
30s
build-library
1m 43s
build-android
9m 10s
build-ios
4m 37s
Annotations
13 warnings
|
swift-lint:
packages/react-native-bottom-tabs/ios/TabViewProvider.swift#L51
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#L50
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#L49
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#L48
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#L259
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
|
|
swift-lint:
packages/react-native-bottom-tabs/ios/TabViewProps.swift#L91
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
|
|
swift-lint:
packages/react-native-bottom-tabs/ios/TabViewProps.swift#L81
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
|
swift-lint:
packages/react-native-bottom-tabs/ios/TabViewProps.swift#L106
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#L106
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/TabAppearModifier.swift#L26
Line Length Violation: Line should be 120 characters or less; currently it has 121 characters (line_length)
|
|
lint:
packages/react-native-bottom-tabs/src/TabViewNativeComponent.ts#L10
'react-native/Libraries/Image/ImageSource' React Native deep imports are deprecated. Please use the top level import instead
|
|
lint:
packages/react-native-bottom-tabs/src/TabViewNativeComponent.ts#L1
'react-native/Libraries/Utilities/codegenNativeComponent' React Native deep imports are deprecated. Please use the top level import instead
|
|
lint:
packages/react-native-bottom-tabs/src/TabView.tsx#L310
'loaded' is already declared in the upper scope on line 306 column 10
|