sessionbutton component #186
Annotations
10 errors and 2 warnings
lint:
ALUM/ALUM/Components/SessionButtonComponent.swift#L21
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
lint:
ALUM/ALUM/Components/SessionButtonComponent.swift#L21
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
|
lint:
ALUM/ALUM/Components/SessionCard.swift#L19
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
|
lint:
ALUM/ALUM/Components/SessionCard.swift#L45
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
|
lint:
ALUM/ALUM/Components/SessionCard.swift#L92
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
|
lint:
ALUM/ALUM/Components/SessionCard.swift#L59
Line Length Violation: Line should be 120 characters or less; currently it has 142 characters (line_length)
|
lint:
ALUM/ALUM/Components/SessionCard.swift#L103
Multiple Closures with Trailing Closure Violation: Trailing closure syntax should not be used when passing more than one closure argument (multiple_closures_with_trailing_closure)
|
lint:
ALUM/ALUM/Components/SessionCard.swift#L150
Multiple Closures with Trailing Closure Violation: Trailing closure syntax should not be used when passing more than one closure argument (multiple_closures_with_trailing_closure)
|
lint:
ALUM/ALUM/Components/SessionCard.swift#L10
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
lint:
ALUM/ALUM/Components/SessionCard.swift#L36
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|