Skip to content

Commit 951feea

Browse files
committed
Tweak .swiftlint.yml for stashed_swift_reportFatalErrorsToDebugger variable
1 parent 939e51c commit 951feea

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.swiftlint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ line_length:
1919
ignores_function_declarations: true
2020

2121
identifier_name:
22+
max_length: 50
2223
excluded:
2324
- x
2425
- l
@@ -27,3 +28,5 @@ identifier_name:
2728
- n1
2829
- n2
2930
- to
31+
allowed_symbols:
32+
- _

Sources/Nimble/Adapters/NimbleXCTestHandler.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ class NimbleXCTestUnavailableHandler: AssertionHandler {
4242

4343
private(set) var currentTestCase: XCTestCase?
4444

45-
// swiftlint:disable:next identifier_name
4645
private var stashed_swift_reportFatalErrorsToDebugger: Bool = false
4746

4847
@objc func testCaseWillStart(_ testCase: XCTestCase) {

0 commit comments

Comments
 (0)