Skip to content

Commit 205c363

Browse files
committed
[UPDATE] added // swiftlint:disable superfluous_disable_command
1 parent 9c5a49f commit 205c363

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Tests/YCoreUITests/Extensions/UIKit/UIView+constrainEdgesTests.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
import XCTest
1010

11+
// swiftlint:disable superfluous_disable_command
1112
final class UIViewConstrainEdgesTests: XCTestCase {
1213
func testSimple() {
1314
let (sut, insets) = makeSUT()
@@ -50,7 +51,6 @@ final class UIViewConstrainEdgesTests: XCTestCase {
5051
XCTAssertEqual(trailing?.secondAttribute, .trailing)
5152
XCTAssertEqual(trailing?.constant, -insets.trailing)
5253
}
53-
5454
// swiftlint:disable function_body_length
5555
func testPartialEdges() {
5656
let (sut, _) = makeSUT()
@@ -116,7 +116,7 @@ final class UIViewConstrainEdgesTests: XCTestCase {
116116
}
117117
}
118118
// swiftlint:enable function_body_length
119-
119+
120120
func testRelation() {
121121
let (sut, _) = makeSUT()
122122
let relations: [(input: NSLayoutConstraint.Relation, inverse: NSLayoutConstraint.Relation)] = [
@@ -178,3 +178,4 @@ private extension UIViewConstrainEdgesTests {
178178
return (container, insets)
179179
}
180180
}
181+
// swiftlint: enable superfluous_disable_command

0 commit comments

Comments
 (0)