Skip to content

Commit 0d338b2

Browse files
committed
Update the Swiftlint rules
1 parent 577088a commit 0d338b2

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

XCode/LinuxMain.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import XCTest
2-
32
import SwifterTests
43

54
var tests = [XCTestCaseEntry]()

XCode/Tests/SwifterTestsHttpParser.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class SwifterTestsHttpParser: XCTestCase {
5050
}
5151
}
5252

53-
// swiftlint:disable function_body_length
53+
// swiftlint:disable function_body_length cyclomatic_complexity
5454
func testParser() {
5555
let parser = HttpParser()
5656

XCode/Tests/SwifterTestsWebSocketSession.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class SwifterTestsWebSocketSession: XCTestCase {
2929
}
3030
}
3131

32-
// swiftlint:disable function_body_length
32+
// swiftlint:disable function_body_length cyclomatic_complexity
3333
func testParser() {
3434

3535
do {

0 commit comments

Comments
 (0)