CSVReporter
public struct CSVReporter : Reporter
Reports violations as a newline-separated string of comma-separated values (CSV).
-
Declaration
Swift
public static let identifier: String
-
Declaration
Swift
public static let isRealtime: Bool
-
Declaration
Swift
public var description: String { get }
-
Declaration
Swift
public static func generateReport(_ violations: [StyleViolation]) -> String