Skip to content

Commit

Permalink
fix violations introduced by change in comment command parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Dec 13, 2016
1 parent 3f7c010 commit 177e055
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Tests/SwiftLintFrameworkTests/RulesTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@ class RulesTests: XCTestCase {
verifyRule(MarkRule.description, commentDoesntViolate: false)
}

// swiftlint:disable:this todo FIXME: https://github.com/jpsim/SourceKitten/issues/269
// swiftlint:disable:next todo
// FIXME: https://github.com/jpsim/SourceKitten/issues/269
// func testMissingDocs() {
// verifyRule(MissingDocsRule.description)
// }
Expand Down Expand Up @@ -362,7 +363,8 @@ class RulesTests: XCTestCase {
verifyRule(TypeNameRule.description)
}

// swiftlint:disable:this todo FIXME: https://github.com/jpsim/SourceKitten/issues/269
// swiftlint:disable:next todo
// FIXME: https://github.com/jpsim/SourceKitten/issues/269
// func testValidDocs() {
// verifyRule(ValidDocsRule.description)
// }
Expand Down

0 comments on commit 177e055

Please # to comment.