[gardening] Fix swiftlint violations

This commit is contained in:
Norio Nomura 2018-03-17 20:10:57 +09:00
parent 6ab7610f8d
commit e544b1614e
No known key found for this signature in database
GPG Key ID: D4A7318EB7F7138D
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ import Yams
// swiftlint:disable identifier_name line_length
/// Tests are copied from https://github.com/apple/swift/blob/master/test/stdlib/TestJSONEncoder.swift
class EncoderTests: XCTestCase {
class EncoderTests: XCTestCase { // swiftlint:disable:this type_body_length
// MARK: - Encoding Top-Level Empty Types
func testEncodingTopLevelEmptyStruct() {
let empty = EmptyStruct()