refactor!: restructure automatic context decorator #1068
Annotations
6 errors and 1 warning
SwiftLint:
Sources/Confidence/ConfidenceDeviceInfoContextDecorator.swift#L68
Identifier Name Violation: Variable name 'l' should be between 3 and 40 characters long (identifier_name)
|
SwiftLint:
Sources/Confidence/ConfidenceDeviceInfoContextDecorator.swift#L69
Indentation Width Violation: Code should be indented using one tab or 4 spaces (indentation_width)
|
SwiftLint:
Sources/Confidence/ConfidenceDeviceInfoContextDecorator.swift#L57
Line Length Violation: Line should be 120 characters or less; currently it has 121 characters (line_length)
|
SwiftLint:
Sources/Confidence/ConfidenceDeviceInfoContextDecorator.swift#L68
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
|
SwiftLint:
Sources/Confidence/ConfidenceDeviceInfoContextDecorator.swift#L18
Vertical Whitespace before Closing Braces Violation: Don't include vertical whitespace (empty line) before closing braces (vertical_whitespace_closing_braces)
|
SwiftLint:
Sources/Confidence/ConfidenceDeviceInfoContextDecorator.swift#L79
Vertical Whitespace before Closing Braces Violation: Don't include vertical whitespace (empty line) before closing braces (vertical_whitespace_closing_braces)
|
SwiftLint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|