Skip to content

Simplify Parser and Introduce Formatter #126

Simplify Parser and Introduce Formatter

Simplify Parser and Introduce Formatter #126

Triggered via pull request February 18, 2024 05:43
Status Failure
Total duration 15s
Artifacts

style.yml

on: pull_request
SwiftFormat
7s
SwiftFormat
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
SwiftFormat
Process completed with exit code 2.
SwiftFormat: Sources/XcbeautifyLib/Formatter.swift#L3
Remove leading blank line at the start of a scope. (blankLinesAtStartOfScope)
SwiftFormat: Sources/XcbeautifyLib/Formatter.swift#L27
Remove unneeded return keyword. (redundantReturn)
SwiftFormat: Sources/XcbeautifyLib/JunitReporter.swift#L47
Remove unneeded return keyword. (redundantReturn)
SwiftFormat: Sources/XcbeautifyLib/JunitReporter.swift#L54
Remove unneeded return keyword. (redundantReturn)
SwiftFormat: Sources/XcbeautifyLib/JunitReporter.swift#L61
Remove unneeded return keyword. (redundantReturn)
SwiftFormat: Sources/XcbeautifyLib/JunitReporter.swift#L69
Remove unneeded return keyword. (redundantReturn)
SwiftFormat: Sources/XcbeautifyLib/JunitReporter.swift#L76
Remove unneeded return keyword. (redundantReturn)
SwiftFormat: Sources/XcbeautifyLib/JunitReporter.swift#L83
Remove unneeded return keyword. (redundantReturn)
SwiftFormat: Sources/XcbeautifyLib/Parser.swift#L3
Remove leading blank line at the start of a scope. (blankLinesAtStartOfScope)
SwiftFormat: Sources/XcbeautifyLib/Parser.swift#L117
Remove trailing blank line at the end of a scope. (blankLinesAtEndOfScope)