Station settings photo verification UI component #415
Annotations
11 warnings
swiftLint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
swiftLint:
PresentationLayer/UIComponents/BaseComponents/FailSuccess/FailSuccessStateObject.swift#L48
Line Length Violation: Line should be 180 characters or less; currently it has 277 characters (line_length)
|
swiftLint:
PresentationLayer/UIComponents/BaseComponents/FailSuccess/FailSuccessStateObject.swift#L17
Redundant Optional Initialization Violation: Initializing an optional variable with nil is redundant (redundant_optional_initialization)
|
swiftLint:
PresentationLayer/UIComponents/BaseComponents/FailSuccess/FailView.swift#L89
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
swiftLint:
PresentationLayer/UIComponents/BaseComponents/FailSuccess/SuccessView.swift#L15
Redundant Optional Initialization Violation: Initializing an optional variable with nil is redundant (redundant_optional_initialization)
|
swiftLint:
PresentationLayer/UIComponents/Modifiers/WXMShareModifier.swift#L64
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
|
swiftLint:
PresentationLayer/UIComponents/Screens/ClaimDevice/ClaimDeviceContainer/ClaimDeviceContainerViewModel.swift#L167
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 55 lines (function_body_length)
|
swiftLint:
PresentationLayer/UIComponents/Screens/ClaimDevice/ClaimDeviceContainer/ClaimDeviceContainerViewModel.swift#L220
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
swiftLint:
PresentationLayer/UIComponents/Screens/ClaimDevice/ClaimDeviceContainer/ClaimHeliumContainerViewModel.swift#L65
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 57 lines (function_body_length)
|
swiftLint:
PresentationLayer/UIComponents/Screens/DeviceInfo/DeviceInfoFactory.swift#L283
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 51 lines (function_body_length)
|
swiftLint:
PresentationLayer/UIComponents/Screens/DeviceInfo/PhotoVerificationState/PhotoVerificationStateView.swift#L34
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 52 lines (function_body_length)
|