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.
stashed_swift_reportFatalErrorsToDebugger
1 parent 939e51c commit 951feeaCopy full SHA for 951feea
.swiftlint.yml
@@ -19,6 +19,7 @@ line_length:
19
ignores_function_declarations: true
20
21
identifier_name:
22
+ max_length: 50
23
excluded:
24
- x
25
- l
@@ -27,3 +28,5 @@ identifier_name:
27
28
- n1
29
- n2
30
- to
31
+ allowed_symbols:
32
+ - _
Sources/Nimble/Adapters/NimbleXCTestHandler.swift
@@ -42,7 +42,6 @@ class NimbleXCTestUnavailableHandler: AssertionHandler {
42
43
private(set) var currentTestCase: XCTestCase?
44
45
- // swiftlint:disable:next identifier_name
46
private var stashed_swift_reportFatalErrorsToDebugger: Bool = false
47
48
@objc func testCaseWillStart(_ testCase: XCTestCase) {
0 commit comments