Fix C++ warnings incorrectly classified as errors #249
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.
|