Skip to content

Commit

Permalink
Remove unused ProcessOutputParser type (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun authored Dec 7, 2024
1 parent c5904e3 commit d1833e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 35 deletions.
33 changes: 0 additions & 33 deletions Sources/CartonHelpers/Parsers/ProcessOutputParser.swift

This file was deleted.

2 changes: 0 additions & 2 deletions Sources/carton-frontend-slim/TestRunners/TestsParser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ extension StringProtocol {
public struct FancyTestsParser: TestsParser {
public init() {}

public let parsingConditions: ParsingCondition = [.success, .failure]

// swiftlint:disable force_try
// swiftlint:disable line_length
enum Regex {
Expand Down

0 comments on commit d1833e8

Please sign in to comment.