Skip to content

Commit

Permalink
Tweak .swiftlint.yml for stashed_swift_reportFatalErrorsToDebugger
Browse files Browse the repository at this point in the history
…variable
  • Loading branch information
ikesyo committed Jul 6, 2018
1 parent 6a6d499 commit 70e22a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ line_length:
ignores_function_declarations: true

identifier_name:
max_length: 50
excluded:
- x
- l
Expand All @@ -27,3 +28,5 @@ identifier_name:
- n1
- n2
- to
allowed_symbols:
- _
1 change: 0 additions & 1 deletion Sources/Nimble/Adapters/NimbleXCTestHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ class NimbleXCTestUnavailableHandler: AssertionHandler {

private(set) var currentTestCase: XCTestCase?

// swiftlint:disable:next identifier_name
private var stashed_swift_reportFatalErrorsToDebugger: Bool = false

@objc func testCaseWillStart(_ testCase: XCTestCase) {
Expand Down

0 comments on commit 70e22a0

Please sign in to comment.