EmojiReporter
public struct EmojiReporter : Reporter
Reports violations in the format that’s both fun and easy to read.
-
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