Added iOS Support to Komoju Payment SDK #167
verify.yml
on: pull_request
Run Kotlin lint
0s
swiftlint
32s
Run Android Lint
0s
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)
|