Skip to content

Programming Exercise: Integrate the new Athena #409

Programming Exercise: Integrate the new Athena

Programming Exercise: Integrate the new Athena #409

Triggered via pull request December 17, 2023 12:11
Status Failure
Total duration 46s
Artifacts

swiftlint.yml

on: pull_request
SwiftLint
36s
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/LighbulbButton.swift#L32
Object Literal Violation: Prefer object literals over image and color inits. (object_literal)
SwiftLint: CodeEditor/Sources/CodeEditor/Models/Suggestion/TextFeedbackSuggestion.swift#L46
Todo Violation: TODOs should be resolved (grading instruction support). (todo)
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)
SwiftLint: CodeEditor/Sources/CodeEditor/RoundedCornerLayoutManager.swift#L121
Multiline Parameters Violation: Functions and methods parameters should be either on the same line, or one per line. (multiline_parameters)