We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da6028 commit af14fb2Copy full SHA for af14fb2
Tests/LinuxMain.swift
@@ -278,6 +278,7 @@ extension DiscouragedOptionalCollectionRuleTests {
278
279
extension DocumentationTests {
280
static var allTests: [(String, (DocumentationTests) -> () throws -> Void)] = [
281
+ ("testRulesDocumentationIsUpdated", testRulesDocumentationIsUpdated)
282
]
283
}
284
Tests/SwiftLintFrameworkTests/DocumentationTests.swift
@@ -8,7 +8,6 @@ private let projectRoot = #file.bridge()
8
.deletingLastPathComponent
9
10
class DocumentationTests: XCTestCase {
11
- // sourcery:skipTestOnLinux
12
func testRulesDocumentationIsUpdated() throws {
13
guard SwiftVersion.current >= .fourDotOne else {
14
return
0 commit comments