Package

scalafix

Permalink

package scalafix

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. scalafix
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type CustomMessage[T] = scalafix.config.CustomMessage[T]

    Permalink
  2. type LintCategory = scalafix.lint.LintCategory

    Permalink
  3. type LintMessage = scalafix.lint.LintMessage

    Permalink
  4. type Patch = scalafix.patch.Patch

    Permalink
  5. type Rule = scalafix.rule.Rule

    Permalink
  6. type RuleCtx = scalafix.rule.RuleCtx

    Permalink
  7. type SemanticRule = scalafix.rule.SemanticRule

    Permalink
  8. type SemanticdbIndex = scalafix.util.SemanticdbIndex

    Permalink
  9. implicit class XtensionOptionPatch extends AnyRef

    Permalink
  10. implicit class XtensionSeqPatch extends AnyRef

    Permalink
  11. type Mirror = scalafix.util.SemanticdbIndex

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Renamed to SemanticdbIndex

  12. type Rewrite = scalafix.rule.Rule

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Renamed to Rule

  13. type RewriteCtx = scalafix.rule.RuleCtx

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Renamed to RuleCtx

  14. type ScalafixConfig = scalafix.internal.config.ScalafixConfig

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) ScalafixConfig is now internal, import scalafix.internal.config.ScalafixConfig instead.

  15. type SemanticRewrite = scalafix.rule.SemanticRule

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Renamed to SemanticRule

Value Members

  1. val CustomMessage: scalafix.config.CustomMessage.type

    Permalink
  2. val LintCategory: scalafix.lint.LintCategory.type

    Permalink
  3. val Patch: scalafix.patch.Patch.type

    Permalink
  4. val Rule: scalafix.rule.Rule.type

    Permalink
  5. val RuleCtx: scalafix.rule.RuleCtx.type

    Permalink
  6. val SemanticdbIndex: scalafix.util.SemanticdbIndex.type

    Permalink
  7. object Versions extends Product with Serializable

    Permalink

    This object was generated by sbt-buildinfo.

  8. package config

    Permalink
  9. package internal

    Permalink
  10. package lint

    Permalink
  11. package patch

    Permalink
  12. package rewrite

    Permalink
  13. package rule

    Permalink
  14. package syntax

    Permalink
  15. package util

    Permalink

Deprecated Value Members

  1. val Mirror: scalafix.util.SemanticdbIndex.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Renamed to SemanticdbIndex

  2. val Rewrite: scalafix.rule.Rule.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Renamed to Rule

  3. val RewriteCtx: scalafix.rule.RuleCtx.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Renamed to RuleCtx

  4. val ScalafixConfig: scalafix.internal.config.ScalafixConfig.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) ScalafixConfig is now internal, import scalafix.internal.config.ScalafixConfig instead.

Inherited from AnyRef

Inherited from Any

Ungrouped