Skip to content

Added iOS Support to Komoju Payment SDK #167

Added iOS Support to Komoju Payment SDK

Added iOS Support to Komoju Payment SDK #167

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

verify.yml

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

Annotations

1 error and 10 warnings
swiftlint: example-ios/example-ios/iOSApp.swift#L5
Type Name Violation: Type name 'iOSApp' should start with an uppercase character (type_name)
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)
swiftlint: example-ios/example-ios/screens/store/FakeStoreView.swift#L21
Line Length Violation: Line should be 120 characters or less; currently it has 121 characters (line_length)
swiftlint: example-ios/example-ios/screens/store/FakeStoreView.swift#L24
Line Length Violation: Line should be 120 characters or less; currently it has 149 characters (line_length)
swiftlint: example-ios/example-ios/screens/store/FakeStoreViewModel.swift#L25
Identifier Name Violation: Variable name 'it' should be between 3 and 40 characters long (identifier_name)