Packages

object Details extends Issue with Product with Serializable

Linear Supertypes
Issue, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Details
  2. Issue
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def getLinterName: String

    Name of the linter revealed this issues

    Name of the linter revealed this issues

    Definition Classes
    Issue
  2. val linter: description.type

    Linter revealed this issue

    Linter revealed this issue

    Definition Classes
    DetailsIssue
  3. def show: String

    Transform into human-readable message

    Transform into human-readable message

    Definition Classes
    DetailsIssue
  4. def toMessage(pointer: SchemaPointer): Message

    To linter-agnostic message

    To linter-agnostic message

    Definition Classes
    Issue