package rule
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- final case class Disable(index: util.SemanticdbIndex, config: DisableConfig) extends rule.SemanticRule with Product with Serializable
- final case class DisableSyntax(config: DisableSyntaxConfig = DisableSyntaxConfig()) extends rule.Rule with Product with Serializable
- final case class DisableUnless(index: SemanticdbIndex, config: DisableUnlessConfig) extends SemanticRule with Product with Serializable
- case class ExplicitResultTypes(index: SemanticdbIndex, config: ExplicitResultTypesConfig = ExplicitResultTypesConfig.default) extends rule.SemanticRule with Product with Serializable
- final case class MissingFinal(index: SemanticdbIndex) extends SemanticRule with Product with Serializable
- case class NoAutoTupling(index: SemanticdbIndex) extends rule.SemanticRule with Product with Serializable
- final case class NoInfer(index: util.SemanticdbIndex, config: NoInferConfig) extends rule.SemanticRule with Product with Serializable
- case class RemoveUnusedImports(index: SemanticdbIndex) extends rule.SemanticRule with Product with Serializable
- case class RemoveUnusedTerms(index: SemanticdbIndex) extends rule.SemanticRule with Product with Serializable
- case class RuleCtxImpl(tree: Tree, config: config.ScalafixConfig, diffDisable: DiffDisable) extends rule.RuleCtx with Product with Serializable
- case class Sbt1(index: SemanticdbIndex) extends rule.SemanticRule with Product with Serializable
Value Members
- object ConfigRule
- object DisableSyntax extends Serializable
- object DisableUnless extends Serializable
- object DottyKeywords extends rule.Rule with Product with Serializable
- object DottyVarArgPattern extends rule.Rule with Product with Serializable
- object DottyVolatileLazyVal extends rule.Rule with Product with Serializable
- object ExplicitUnit extends rule.Rule with Product with Serializable
- object LeakingImplicitClassVal extends Rule with Product with Serializable
- object NoFinalize extends rule.Rule with Product with Serializable
- object NoInfer extends Product with Serializable
- object NoValInForComprehension extends rule.Rule with Product with Serializable
- object ProcedureSyntax extends rule.Rule with Product with Serializable
- object RemoveXmlLiterals extends rule.Rule with Product with Serializable