package rule
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- final case class Disable (index: util.SemanticdbIndex, configuration: DisableConfig) extends rule.SemanticRule with Product with Serializable
- case class ExplicitResultTypes (index: SemanticdbIndex, config: ExplicitResultTypesConfig = ExplicitResultTypesConfig.default) extends rule.SemanticRule with Product with Serializable
- case class NoAutoTupling (index: SemanticdbIndex) extends rule.SemanticRule with Product with Serializable
- case class NoInfer (index: util.SemanticdbIndex) 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) extends rule.RuleCtx with Product with Serializable
- case class Sbt1 (index: SemanticdbIndex) extends rule.SemanticRule with Product with Serializable
Value Members
- object ConfigRule
- 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 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