Disable warning for function body length.
This commit is contained in:
parent
35d88eff60
commit
5fd6d91b3a
|
@ -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")!
|
||||
|
|
Loading…
Reference in New Issue