Package

scalafix.internal

rule

Permalink

package rule

Visibility
  1. Public
  2. All

Type Members

  1. final case class Disable(index: util.SemanticdbIndex, config: DisableConfig) extends rule.SemanticRule with Product with Serializable

    Permalink
  2. final case class DisableSyntax(config: DisableSyntaxConfig = DisableSyntaxConfig()) extends rule.Rule with Product with Serializable

    Permalink
  3. case class ExplicitResultTypes(index: SemanticdbIndex, config: ExplicitResultTypesConfig = ExplicitResultTypesConfig.default) extends rule.SemanticRule with Product with Serializable

    Permalink
  4. final case class MissingFinal(index: SemanticdbIndex) extends SemanticRule with Product with Serializable

    Permalink
  5. case class NoAutoTupling(index: SemanticdbIndex) extends rule.SemanticRule with Product with Serializable

    Permalink
  6. final case class NoInfer(index: util.SemanticdbIndex, config: NoInferConfig) extends rule.SemanticRule with Product with Serializable

    Permalink
  7. case class RemoveUnusedImports(index: SemanticdbIndex) extends rule.SemanticRule with Product with Serializable

    Permalink
  8. case class RemoveUnusedTerms(index: SemanticdbIndex) extends rule.SemanticRule with Product with Serializable

    Permalink
  9. case class RuleCtxImpl(tree: Tree, config: ScalafixConfig, diffDisable: DiffDisable) extends rule.RuleCtx with Product with Serializable

    Permalink

Value Members

  1. object ConfigRule

    Permalink
  2. object Disable extends Serializable

    Permalink
  3. object DisableSyntax extends Serializable

    Permalink
  4. object DottyKeywords extends rule.Rule with Product with Serializable

    Permalink
  5. object DottyVarArgPattern extends rule.Rule with Product with Serializable

    Permalink
  6. object DottyVolatileLazyVal extends rule.Rule with Product with Serializable

    Permalink
  7. object LeakingImplicitClassVal extends Rule with Product with Serializable

    Permalink
  8. object NoFinalize extends rule.Rule with Product with Serializable

    Permalink
  9. object NoInfer extends Product with Serializable

    Permalink
  10. object NoValInForComprehension extends rule.Rule with Product with Serializable

    Permalink
  11. object ProcedureSyntax extends rule.Rule with Product with Serializable

    Permalink
  12. object RemoveXmlLiterals extends rule.Rule with Product with Serializable

    Permalink

Ungrouped