Skip to content

Added iOS Support to Komoju Payment SDK #166

Added iOS Support to Komoju Payment SDK

Added iOS Support to Komoju Payment SDK #166

Triggered via pull request November 13, 2024 03:36
@AmniXAmniX
synchronize #71
amnix/ios
Status Failure
Total duration 42s
Artifacts

verify.yml

on: pull_request
Run Kotlin lint
0s
Run Kotlin lint
swiftlint
31s
swiftlint
Run Android Lint
0s
Run Android Lint
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 10 warnings
swiftlint: komoju-ios-sdk/KomojuSDK/KomojuPaymentView.swift#L43
Identifier Name Violation: Variable name 'KomojuMobileSDKPaymentResult' should start with a lowercase character (identifier_name)
swiftlint: komoju-ios-sdk/KomojuSDK/types/Language.swift#L4
Identifier Name Violation: Enum element name 'English' should start with a lowercase character (identifier_name)
swiftlint: komoju-ios-sdk/KomojuSDK/types/Language.swift#L5
Identifier Name Violation: Enum element name 'Japanese' should start with a lowercase character (identifier_name)
swiftlint: example-ios/example-ios/iOSApp.swift#L5
Type Name Violation: Type name 'iOSApp' should start with an uppercase character (type_name)
swiftlint: komoju-ios-sdk/KomojuSDK/KomojuPaymentView.swift#L24
Multiple Closures with Trailing Closure Violation: Trailing closure syntax should not be used when passing more than one closure argument (multiple_closures_with_trailing_closure)
swiftlint: komoju-ios-sdk/KomojuSDK/KomojuIosSDK.swift#L70
Line Length Violation: Line should be 120 characters or less; currently it has 122 characters (line_length)
swiftlint: komoju-ios-sdk/KomojuSDK/KomojuIosSDK.swift#L17
Nesting Violation: Types should be nested at most 1 level deep (nesting)
swiftlint: example-ios/example-ios/screens/store/FakeStoreFailedView.swift#L23
Line Length Violation: Line should be 120 characters or less; currently it has 128 characters (line_length)
swiftlint: example-ios/example-ios/screens/store/FakeStoreFailedView.swift#L31
Line Length Violation: Line should be 120 characters or less; currently it has 127 characters (line_length)
swiftlint: example-ios/example-ios/screens/store/FakeStoreFailedView.swift#L29
Multiple Closures with Trailing Closure Violation: Trailing closure syntax should not be used when passing more than one closure argument (multiple_closures_with_trailing_closure)
swiftlint: example-ios/example-ios/screens/store/FakeStoreFailedView.swift#L35
Multiple Closures with Trailing Closure Violation: Trailing closure syntax should not be used when passing more than one closure argument (multiple_closures_with_trailing_closure)
swiftlint: example-ios/example-ios/screens/store/FakeItemDetailScreen.swift#L9
Line Length Violation: Line should be 120 characters or less; currently it has 122 characters (line_length)
swiftlint: example-ios/example-ios/screens/store/FakeItemDetailScreen.swift#L71
Line Length Violation: Line should be 120 characters or less; currently it has 127 characters (line_length)
swiftlint: example-ios/example-ios/screens/store/FakeItemDetailScreen.swift#L69
Multiple Closures with Trailing Closure Violation: Trailing closure syntax should not be used when passing more than one closure argument (multiple_closures_with_trailing_closure)