Update to handle the new JSON format introduced in Xcode 15.3 #198
Annotations
10 errors
SwiftLint:
Sources/XCLogParser/lexer/Lexer.swift#L220
Trailing Whitespace Violation: Lines should not have trailing whitespace. (trailing_whitespace)
|
SwiftLint:
Sources/XCLogParser/activityparser/IDEActivityModel.swift#L662
Line Length Violation: Line should be 120 characters or less: currently 125 characters (line_length)
|
SwiftLint:
Sources/XCLogParser/activityparser/IDEActivityModel.swift#L669
Trailing Newline Violation: Files should have a single trailing newline. (trailing_newline)
|
SwiftLint:
Sources/XCLogParser/activityparser/IDEActivityModel.swift#L656
Trailing Whitespace Violation: Lines should not have trailing whitespace. (trailing_whitespace)
|
SwiftLint:
Sources/XCLogParser/activityparser/IDEActivityModel.swift#L661
Trailing Whitespace Violation: Lines should not have trailing whitespace. (trailing_whitespace)
|
SwiftLint:
Sources/XCLogParser/activityparser/ActivityParser.swift#L167
Line Length Violation: Line should be 120 characters or less: currently 125 characters (line_length)
|
SwiftLint:
Sources/XCLogParser/activityparser/ActivityParser.swift#L367
Line Length Violation: Line should be 120 characters or less: currently 129 characters (line_length)
|
SwiftLint:
Sources/XCLogParser/activityparser/ActivityParser.swift#L370
Line Length Violation: Line should be 120 characters or less: currently 128 characters (line_length)
|
SwiftLint:
Sources/XCLogParser/activityparser/ActivityParser.swift#L377
Line Length Violation: Line should be 120 characters or less: currently 174 characters (line_length)
|
SwiftLint:
Sources/XCLogParser/activityparser/ActivityParser.swift#L366
Trailing Whitespace Violation: Lines should not have trailing whitespace. (trailing_whitespace)
|