From d1223eb085e9901b27cbc4992c24716da1baf483 Mon Sep 17 00:00:00 2001 From: Jeroen Leenarts Date: Thu, 16 Aug 2018 21:46:54 +0200 Subject: [PATCH] Disable warning for function body length. Signed-off-by: Jason A. Donenfeld --- WireGuardTests/ValidatorsTests.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/WireGuardTests/ValidatorsTests.swift b/WireGuardTests/ValidatorsTests.swift index 39182be..af06457 100644 --- a/WireGuardTests/ValidatorsTests.swift +++ b/WireGuardTests/ValidatorsTests.swift @@ -120,6 +120,7 @@ class ValidatorsTests: XCTestCase { executeTest(stringRepresentation: "12345") } + // swiftlint:disable next function_body_length func testIPv4CIDRAddressSubnetConversion() throws { // swiftlint:disable force_try let cidrAddress1 = try! CIDRAddress(stringRepresentation: "128.0.0.0/1")!