OutputFormat

uk.gov.hmrc.scalatestaccessibilitylinter.domain.OutputFormat
See theOutputFormat companion object
sealed trait OutputFormat

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Concise
object Verbose

Members list

Value members

Abstract methods

def apply(violations: List[AccessibilityViolation]): List[String]