Skip to content

Fix C++ warnings incorrectly classified as errors #249

Fix C++ warnings incorrectly classified as errors

Fix C++ warnings incorrectly classified as errors #249

Re-run triggered June 25, 2025 15:30
Status Failure
Total duration 2m 27s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
SwiftLint: Sources/XCLogParser/parser/ParserBuildSteps.swift#L175
Line Length Violation: Line should be 120 characters or less: currently 123 characters (line_length)
SwiftLint: Sources/XCLogParser/parser/ParserBuildSteps.swift#L168
Line Length Violation: Line should be 120 characters or less: currently 140 characters (line_length)
SwiftLint: Sources/XCLogParser/parser/ParserBuildSteps.swift#L470
File Line Length Violation: File should contain 400 lines or less: currently contains 470 (file_length)
SwiftLint: Sources/XCLogParser/parser/Notice+Parser.swift#L180
Trailing Whitespace Violation: Lines should not have trailing whitespace. (trailing_whitespace)
SwiftLint: Sources/XCLogParser/parser/Notice+Parser.swift#L65
Trailing Whitespace Violation: Lines should not have trailing whitespace. (trailing_whitespace)
SwiftLint: Sources/XCLogParser/parser/NoticeType.swift#L112
Trailing Whitespace Violation: Lines should not have trailing whitespace. (trailing_whitespace)
SwiftLint: Sources/XCLogParser/parser/NoticeType.swift#L103
Trailing Whitespace Violation: Lines should not have trailing whitespace. (trailing_whitespace)
SwiftLint: Sources/XCLogParser/parser/NoticeType.swift#L107
Cyclomatic Complexity Violation: Function should have complexity 10 or less: currently complexity equals 12 (cyclomatic_complexity)
SwiftLint: Sources/XCLogParser/commands/CommandHandler.swift#L80
Trailing Whitespace Violation: Lines should not have trailing whitespace. (trailing_whitespace)
SwiftLint: Sources/XCLogParser/commands/CommandHandler.swift#L74
Trailing Whitespace Violation: Lines should not have trailing whitespace. (trailing_whitespace)
macOS
Process completed with exit code 1.