Disables type length for test class.

This commit is contained in:
Ash Furrow
2018-02-20 14:56:25 -05:00
committed by Marcelo Fabri
parent 173ca11b2a
commit e5ff6063ff
@@ -23,6 +23,7 @@ private extension Configuration {
}
}
// swiftlint:disable type_body_length
class ConfigurationTests: XCTestCase {
func testInit() {