Package

com.twitter.util

lint

Permalink

package lint

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Category extends AnyRef

    Permalink

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

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

    Permalink

    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

    Permalink

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

  4. trait Rules extends AnyRef

    Permalink

    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

    Permalink

Value Members

  1. object Category

    Permalink
  2. object GlobalRules

    Permalink
  3. object Rule

    Permalink

Ungrouped