Packages

package lint

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait Category extends AnyRef

    Used to indicate the broad category a lint Rule belongs to.

  2. case class Issue(details: String) extends Product with Serializable

    The result of a lint rule that found an issue.

    The result of a lint rule that found an issue.

    details

    should ideally explain the specifics of what is wrong and what can be done to remediate the issue.

  3. trait Rule extends AnyRef

    A single lint rule, that when run evaluates whether or not there are any issues.

  4. trait Rules extends AnyRef

    A collection of rules.

    A collection of rules.

    Implementations must be thread-safe for clients to use.

    Most usage will be via the implementation provided by GlobalRules.get.

  5. class RulesImpl extends Rules

Value Members

  1. object Category
  2. object GlobalRules
  3. object Rule

Ungrouped