Skip to content

Commit 9a58746

Browse files
committed
Exclude examples from line length limit limit
1 parent f1ff821 commit 9a58746

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tests/CommandLineTests.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,9 @@ class CommandLineTests: XCTestCase {
267267
}
268268
printHelp(as: .content)
269269
printOptions(as: .content)
270-
for rule in FormatRules.all {
271-
try! printRuleInfo(for: rule.name, as: .content)
272-
}
270+
// for rule in FormatRules.all {
271+
// try! printRuleInfo(for: rule.name, as: .content)
272+
// }
273273
}
274274

275275
func testHelpOptionsImplemented() {

0 commit comments

Comments
 (0)