Skip to content

Attempt to keep legacy language support #445

Attempt to keep legacy language support

Attempt to keep legacy language support #445

Triggered via pull request September 30, 2023 17:01
Status Success
Total duration 49s
Artifacts

swiftlint.yml

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

Annotations

10 warnings
SwiftLint: Sources/CartonCLI/Commands/Bundle.swift#L146
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 6 (function_parameter_count)
SwiftLint: Sources/CartonCLI/Commands/TestRunners/BrowserTestRunner.swift#L40
Line Length Violation: Line should be 120 characters or less: currently 125 characters (line_length)
SwiftLint: Sources/SwiftToolchain/ToolchainManagement.swift#L81
Implicit Getter Violation: Computed read-only properties should avoid using the get keyword. (implicit_getter)
SwiftLint: Sources/SwiftToolchain/Toolchain.swift#L440
File Line Length Violation: File should contain 400 lines or less: currently contains 440 (file_length)
SwiftLint: Sources/CartonHelpers/DefaultToolchain.swift#L22
Statement Position Violation: Else and catch should be on the same line, one space after the previous declaration. (statement_position)
SwiftLint: Sources/CartonHelpers/Process.swift#L66
Superfluous Disable Command Violation: SwiftLint rule 'function_body_length' did not trigger a violation in the disabled region. Please remove the disable command. (superfluous_disable_command)
SwiftLint: Sources/CartonHelpers/Async.swift#L31
Orphaned Doc Comment Violation: A doc comment should be attached to a declaration. (orphaned_doc_comment)
SwiftLint: Sources/CartonKit/Server/StaticArchive.swift#L24
Line Length Violation: Line should be 120 characters or less: currently 348668 characters (line_length)
SwiftLint: Tests/CartonTests/CartonTests.swift#L130
Line Length Violation: Line should be 120 characters or less: currently 148 characters (line_length)
SwiftLint: Tests/CartonTests/CartonTests.swift#L137
Line Length Violation: Line should be 120 characters or less: currently 132 characters (line_length)