Skip to content

Commit

Permalink
Exclude new XCTSpecificMatcherRule examples from documentation (rea…
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim authored Apr 18, 2023
1 parent 0f802f7 commit 21dc766
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ internal struct XCTSpecificMatcherRuleExamples {

// Configurations Disabled
Example("XCTAssertEqual(foo, true)",
configuration: ["matchers": ["one-argument-asserts"]]),
configuration: ["matchers": ["one-argument-asserts"]],
excludeFromDocumentation: true),
Example("XCTAssert(foo == bar)",
configuration: ["matchers": ["two-argument-asserts"]])
configuration: ["matchers": ["two-argument-asserts"]],
excludeFromDocumentation: true)
]

static let triggeringExamples = [
Expand Down

0 comments on commit 21dc766

Please sign in to comment.