From 2bccaf52d591eb07e7675717068abbeba9c0ee05 Mon Sep 17 00:00:00 2001 From: Daniel Jankowski Date: Mon, 13 Nov 2023 15:46:54 +0100 Subject: [PATCH] Fix linting issue Signed-off-by: Daniel Jankowski --- Tests/XCLogParserTests/ActivityParserTests.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/XCLogParserTests/ActivityParserTests.swift b/Tests/XCLogParserTests/ActivityParserTests.swift index 30365ba..1076d13 100644 --- a/Tests/XCLogParserTests/ActivityParserTests.swift +++ b/Tests/XCLogParserTests/ActivityParserTests.swift @@ -21,6 +21,7 @@ import XCTest @testable import XCLogParser // swiftlint:disable type_body_length +// swiftlint:disable file_length class ActivityParserTests: XCTestCase { let parser = ActivityParser()