Skip to content

Text Exercise: Integrate the new Athena #377

Text Exercise: Integrate the new Athena

Text Exercise: Integrate the new Athena #377

Triggered via pull request October 30, 2023 17:46
Status Failure
Total duration 52s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

swiftlint.yml

on: pull_request
SwiftLint
43s
SwiftLint
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
SwiftLint: CodeEditor/Sources/CodeEditor/UXCodeTextView.swift#L618
Line Length Violation: Line should be 150 characters or less: currently 165 characters (line_length)
SwiftLint: CodeEditor/Sources/CodeEditor/Models/Suggestion/FeedbackSuggestion.swift#L20
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration. (opening_brace)
SwiftLint: CodeEditor/Sources/CodeEditor/Models/Suggestion/TextFeedbackSuggestion.swift#L55
Todo Violation: TODOs should be resolved (grading instruction support). (todo)
SwiftLint: CodeEditor/Sources/CodeEditor/Models/Suggestion/TextFeedbackSuggestion.swift#L33
Trailing Whitespace Violation: Lines should not have trailing whitespace. (trailing_whitespace)
SwiftLint: CodeEditor/Sources/CodeEditor/RoundedCornerLayoutManager.swift#L78
Conditional Returns on Newline Violation: Conditional statements should always return on the next line (conditional_returns_on_newline)
SwiftLint: CodeEditor/Sources/CodeEditor/RoundedCornerLayoutManager.swift#L141
Conditional Returns on Newline Violation: Conditional statements should always return on the next line (conditional_returns_on_newline)
SwiftLint: CodeEditor/Sources/CodeEditor/RoundedCornerLayoutManager.swift#L189
Conditional Returns on Newline Violation: Conditional statements should always return on the next line (conditional_returns_on_newline)
SwiftLint: CodeEditor/Sources/CodeEditor/RoundedCornerLayoutManager.swift#L106
Identifier Name Violation: Variable name should be between 3 and 40 characters long: 'ns' (identifier_name)
SwiftLint: CodeEditor/Sources/CodeEditor/RoundedCornerLayoutManager.swift#L164
Identifier Name Violation: Variable name should be between 3 and 40 characters long: 'ln' (identifier_name)
SwiftLint: CodeEditor/Sources/CodeEditor/RoundedCornerLayoutManager.swift#L135
Multiline Literal Brackets Violation: Multiline literals should have their surrounding brackets in a new line. (multiline_literal_brackets)
SwiftLint: CodeEditor/Sources/CodeEditor/RoundedCornerLayoutManager.swift#L137
Multiline Literal Brackets Violation: Multiline literals should have their surrounding brackets in a new line. (multiline_literal_brackets)