File tree Expand file tree Collapse file tree 3 files changed +17
-7
lines changed
Expand file tree Collapse file tree 3 files changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -156,9 +156,3 @@ final class XCTSpecificMatcherRuleGeneratedTests: SwiftLintTestCase {
156156 verifyRule ( XCTSpecificMatcherRule . description)
157157 }
158158}
159-
160- final class YodaConditionRuleGeneratedTests : SwiftLintTestCase {
161- func testWithDefaultConfiguration( ) {
162- verifyRule ( YodaConditionRule . description)
163- }
164- }
Original file line number Diff line number Diff line change 1+ // GENERATED FILE. DO NOT EDIT!
2+
3+ // swiftlint:disable:next blanket_disable_command superfluous_disable_command
4+ // swiftlint:disable single_test_class type_name
5+
6+ @testable import SwiftLintBuiltInRules
7+ @testable import SwiftLintCore
8+ import TestHelpers
9+
10+ final class YodaConditionRuleGeneratedTests : SwiftLintTestCase {
11+ func testWithDefaultConfiguration( ) {
12+ verifyRule ( YodaConditionRule . description)
13+ }
14+ }
Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ GENERATED_TEST_TARGETS = [
1414 "//Tests:GeneratedTests_07" ,
1515 "//Tests:GeneratedTests_08" ,
1616 "//Tests:GeneratedTests_09" ,
17- "//Tests:GeneratedTests_10"
17+ "//Tests:GeneratedTests_10" ,
18+ "//Tests:GeneratedTests_11"
1819]
1920
2021def generated_tests ():
@@ -29,6 +30,7 @@ def generated_tests():
2930 generated_test_shard ("08" )
3031 generated_test_shard ("09" )
3132 generated_test_shard ("10" )
33+ generated_test_shard ("11" )
3234
3335 native .test_suite (
3436 name = "GeneratedTests" ,
You can’t perform that action at this time.
0 commit comments