Skip to content

Implement security code component UI #335

Implement security code component UI

Implement security code component UI #335

Triggered via pull request October 23, 2023 23:17
Status Failure
Total duration 7m 29s
Artifacts

check-pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
Run UI Tests
Process completed with exit code 65.
Frames Verification
Process completed with exit code 65.
Lint error: Source/UI/PaymentForm/ViewModel/DefaultPaymentViewModel.swift#L79
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 11 (cyclomatic_complexity)
Lint error: Source/UI/SecurityCodeComponent/SecurityCodeComponentConfiguration.swift#L28
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
Lint error: Source/UI/SecurityCodeComponent/SecurityCodeComponentConfiguration.swift#L36
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
Lint error: Source/UI/SecurityCodeComponent/SecurityCodeComponentStyle.swift#L26
Vertical Parameter Alignment Violation: Function parameters should be aligned vertically if they're in multiple lines in a declaration (vertical_parameter_alignment)
Lint error: Source/UI/SecurityCodeComponent/SecurityCodeComponentStyle.swift#L27
Vertical Parameter Alignment Violation: Function parameters should be aligned vertically if they're in multiple lines in a declaration (vertical_parameter_alignment)
Lint error: Source/UI/SecurityCodeComponent/SecurityCodeComponentStyle.swift#L28
Vertical Parameter Alignment Violation: Function parameters should be aligned vertically if they're in multiple lines in a declaration (vertical_parameter_alignment)
Lint error: Source/UI/SecurityCodeComponent/SecurityCodeComponentStyle.swift#L29
Vertical Parameter Alignment Violation: Function parameters should be aligned vertically if they're in multiple lines in a declaration (vertical_parameter_alignment)
Lint error: Source/UI/SecurityCodeComponent/SecurityCodeComponentStyle.swift#L30
Vertical Parameter Alignment Violation: Function parameters should be aligned vertically if they're in multiple lines in a declaration (vertical_parameter_alignment)
Lint error: Source/UI/SecurityCodeComponent/SecurityCodeComponent.swift#L12
Implicitly Unwrapped Optional Violation: Implicitly unwrapped optionals should be avoided when possible (implicitly_unwrapped_optional)
Lint error: Source/UI/SecurityCodeComponent/SecurityCodeComponent.swift#L14
Implicitly Unwrapped Optional Violation: Implicitly unwrapped optionals should be avoided when possible (implicitly_unwrapped_optional)