CheckstyleReporter
public struct CheckstyleReporter : Reporter
Reports violations as XML conforming to the Checkstyle specification, as defined here: https://www.jetbrains.com/help/teamcity/xml-report-processing.html
-
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