refactor!: Context APIs changes and documentation/onboarding #994
Annotations
10 errors
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#L48
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#L24
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#L26
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#L28
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/LoginView.swift#L31
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
GitHub Action for SwiftLint:
ConfidenceDemoApp/ConfidenceDemoApp/LoginView.swift#L31
Vertical Whitespace after Opening Braces Violation: Don't include vertical whitespace (empty line) after opening braces (vertical_whitespace_opening_braces)
|
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)
|
Loading