Skip to content

Commit

Permalink
Fix swiftlint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
younata committed Apr 23, 2023
1 parent 7ba3f0d commit 3ff47b8
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 9 deletions.
1 change: 0 additions & 1 deletion Sources/Quick/Async/AsyncExampleGroup.swift
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,3 @@ final public class AsyncExampleGroup: CustomStringConvertible {
}
}
}

1 change: 0 additions & 1 deletion Sources/Quick/Async/AsyncWorld.swift
Original file line number Diff line number Diff line change
Expand Up @@ -219,4 +219,3 @@ final internal class AsyncWorld: _WorldBase {
}
}
}

1 change: 0 additions & 1 deletion Sources/Quick/DSL/AsyncDSL.swift
Original file line number Diff line number Diff line change
Expand Up @@ -269,4 +269,3 @@ extension AsyncDSLUser {
}

// swiftlint:enable line_length

1 change: 0 additions & 1 deletion Sources/Quick/DSL/AsyncWorld+DSL.swift
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,3 @@ extension AsyncWorld {
return "it"
}
}

4 changes: 3 additions & 1 deletion Sources/Quick/Examples/Example.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ public class _ExampleBase: NSObject {}
#endif

/**
The common superclass of both Example and AsyncExample. This is mostly used for determining filtering (focusing or pending) and other cases where we want to apply something to any kind of example.
The common superclass of both Example and AsyncExample. This is mostly used for
determining filtering (focusing or pending) and other cases where we want to apply
something to any kind of example.
*/
public class ExampleBase: _ExampleBase {
/**
Expand Down
1 change: 0 additions & 1 deletion Sources/Quick/QuickSpec.swift
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,3 @@ open class QuickSpec: QuickSpecBase {
}

#endif

Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ class FunctionalTests_AsyncBehaviorTests_AsyncBehavior2: AsyncBehavior<Void> {
it("passes three times") { expect(true).to(beTruthy()) }
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ final class FunctionalTests_StoppingTestsAsyncSpec: AsyncSpec {
}
}


final class AsyncItTests: XCTestCase, XCTestCaseProvider {
static var allTests: [(String, (AsyncItTests) -> () throws -> Void)] {
return [
Expand Down
1 change: 0 additions & 1 deletion Tests/QuickTests/QuickTests/FunctionalTests/ItTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ final class FunctionalTests_StoppingTestsSpec: QuickSpec {
}
}


final class ItTests: XCTestCase, XCTestCaseProvider {
static var allTests: [(String, (ItTests) -> () throws -> Void)] {
return [
Expand Down

0 comments on commit 3ff47b8

Please sign in to comment.