refactor!: Context APIs changes and documentation/onboarding #1001
Annotations
10 errors and 1 warning
GitHub Action for SwiftLint:
ConfidenceDemoApp/ConfidenceDemoApp/LoginView.swift#L6
Attributes Violation: Attributes with arguments or inside always_on_line_above must be on a new line instead of the same line (attributes)
|
GitHub Action for SwiftLint:
ConfidenceDemoApp/ConfidenceDemoApp/LoginView.swift#L47
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
|
GitHub Action for SwiftLint:
ConfidenceDemoApp/ConfidenceDemoApp/LoginView.swift#L23
Line Length Violation: Line should be 120 characters or less; currently it has 129 characters (line_length)
|
GitHub Action for SwiftLint:
ConfidenceDemoApp/ConfidenceDemoApp/LoginView.swift#L25
Line Length Violation: Line should be 120 characters or less; currently it has 123 characters (line_length)
|
GitHub Action for SwiftLint:
ConfidenceDemoApp/ConfidenceDemoApp/LoginView.swift#L27
Line Length Violation: Line should be 120 characters or less; currently it has 140 characters (line_length)
|
GitHub Action for SwiftLint:
ConfidenceDemoApp/ConfidenceDemoApp/LoginView.swift#L16
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
GitHub Action for SwiftLint:
ConfidenceDemoApp/ConfidenceDemoApp/ContentView.swift#L7
Attributes Violation: Attributes with arguments or inside always_on_line_above must be on a new line instead of the same line (attributes)
|
GitHub Action for SwiftLint:
ConfidenceDemoApp/ConfidenceDemoApp/ContentView.swift#L20
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
|
GitHub Action for SwiftLint:
ConfidenceDemoApp/ConfidenceDemoApp/ContentView.swift#L28
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
|
GitHub Action for SwiftLint:
ConfidenceDemoApp/ConfidenceDemoApp/ContentView.swift#L80
Indentation Width Violation: Code should be indented using one tab or 4 spaces (indentation_width)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading