Skip to content

Commit 875f2d1

Browse files
Vkt0rfortmarek
authored andcommitted
Update the Swiftlint rules
1 parent 808fc2e commit 875f2d1

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

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)