Package

scalafix.internal

config

Permalink

package config

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

Type Members

  1. case class ConfigRulePatches(replaceSymbols: List[ReplaceSymbol] = Nil, addGlobalImports: List[AddGlobalImport] = Nil, removeGlobalImports: List[RemoveGlobalImport] = Nil) extends Product with Serializable

    Permalink
  2. case class DebugConfig(printSymbols: Boolean = false) extends Product with Serializable

    Permalink
  3. case class DisableConfig(symbols: List[DisabledSymbol] = Nil, ifSynthetic: List[DisabledSymbol] = Nil, unlessInside: List[UnlessInsideBlock] = Nil) extends Product with Serializable

    Permalink
  4. case class DisableSyntaxConfig(keywords: Set[DisabledKeyword] = Set(), noSemicolons: Boolean = false, noTabs: Boolean = false, noXml: Boolean = false, noCovariantTypes: Boolean = false, noContravariantTypes: Boolean = false, noDefaultArgs: Boolean = false, noValInAbstract: Boolean = false, noImplicitObject: Boolean = false, noImplicitConversion: Boolean = false, noFinalVal: Boolean = false, noFinalize: Boolean = false, noValPatterns: Boolean = false, regex: List[config.CustomMessage[Pattern]] = Nil) extends Product with Serializable

    Permalink
  5. case class DisabledKeyword(keyword: String) extends Product with Serializable

    Permalink
  6. case class DisabledSymbol(symbol: Option[Global], message: Option[String], id: Option[String], regex: Option[FilterMatcher]) extends Product with Serializable

    Permalink
  7. case class ExplicitResultTypesConfig(memberKind: List[MemberKind] = Nil, memberVisibility: List[MemberVisibility] = Nil, skipSimpleDefinitions: Boolean = true, skipLocalImplicits: Boolean = true, unsafeShortenNames: Boolean = false, fatalWarnings: Boolean = false) extends Product with Serializable

    Permalink
  8. case class FilterMatcher(includeFilters: Regex, excludeFilters: Regex) extends Product with Serializable

    Permalink
  9. case class LintConfig(explain: Boolean = false, ignore: FilterMatcher = FilterMatcher.matchNothing, info: FilterMatcher = FilterMatcher.matchNothing, warning: FilterMatcher = FilterMatcher.matchNothing, error: FilterMatcher = FilterMatcher.matchNothing) extends Product with Serializable

    Permalink
  10. case class LogContext(line: Line, file: File, enclosing: Enclosing) extends Product with Serializable

    Permalink
  11. sealed trait MemberKind extends AnyRef

    Permalink
  12. sealed trait MemberVisibility extends AnyRef

    Permalink
  13. type MetaParser = Parse[_ <: Tree]

    Permalink
  14. final case class MissingFinalConfig(noLeakingSealed: Boolean = true, noLeakingCaseClass: Boolean = true) extends Product with Serializable

    Permalink
  15. case class ParserConfig(trailingCommas: Boolean = true, inlineKeyword: Boolean = false) extends Product with Serializable

    Permalink
  16. case class PrintStreamReporter(out: PrintStream) extends ScalafixReporter with Product with Serializable

    Permalink

    A ScalafixReporter that emits messages to a PrintStream.

  17. sealed trait RuleKind extends AnyRef

    Permalink
  18. case class ScalafixConfig(parser: ParserConfig = ParserConfig(), debug: DebugConfig = DebugConfig(), groupImportsByPrefix: Boolean = true, fatalWarnings: Boolean = true, reporter: ScalafixReporter = ScalafixReporter.default, patches: ConfigRulePatches = ConfigRulePatches.default, dialect: Dialect = ScalafixConfig.DefaultDialect, lint: LintConfig = LintConfig.default) extends Product with Serializable

    Permalink
  19. trait ScalafixMetaconfigReaders extends AnyRef

    Permalink
  20. trait ScalafixReporter extends AnyRef

    Permalink
  21. case class UnlessInsideBlock(safeBlocks: List[DisabledSymbol], symbols: List[DisabledSymbol]) extends Product with Serializable

    Permalink

Value Members

  1. implicit lazy val AddGlobalImportReader: ConfDecoder[AddGlobalImport]

    Permalink
    Definition Classes
    ScalafixMetaconfigReaders
  2. object ConfStrLst

    Permalink
    Definition Classes
    ScalafixMetaconfigReaders
  3. object ConfigRulePatches extends Serializable

    Permalink
  4. implicit lazy val CustomMessagePattern: ConfDecoder[v0.CustomMessage[Pattern]]

    Permalink
    Definition Classes
    ScalafixMetaconfigReaders
  5. object DebugConfig extends Serializable

    Permalink
  6. object DisableConfig extends Serializable

    Permalink
  7. object DisableSyntaxConfig extends Serializable

    Permalink
  8. object DisabledKeyword extends Serializable

    Permalink
  9. object DisabledSymbol extends Serializable

    Permalink
  10. object ExplicitResultTypesConfig extends Serializable

    Permalink
  11. object FilterMatcher extends Serializable

    Permalink
  12. implicit val FilterMatcherReader: ConfDecoder[FilterMatcher]

    Permalink
    Definition Classes
    ScalafixMetaconfigReaders
  13. object Keyword

    Permalink
  14. object LintConfig extends Serializable

    Permalink
  15. object LogContext extends Serializable

    Permalink
  16. object MemberKind

    Permalink
  17. object MemberVisibility

    Permalink
  18. object MetaconfigPendingUpstream

    Permalink
  19. object MissingFinalConfig extends Serializable

    Permalink
  20. object ParserConfig extends Serializable

    Permalink
  21. implicit lazy val PatternDecoder: ConfDecoder[Pattern]

    Permalink
    Definition Classes
    ScalafixMetaconfigReaders
  22. implicit lazy val PrintStreamReader: ConfDecoder[PrintStream]

    Permalink
    Definition Classes
    ScalafixMetaconfigReaders
  23. object PrintStreamReporter extends Serializable

    Permalink
  24. object ReaderUtil

    Permalink
  25. implicit val RegexReader: ConfDecoder[Regex]

    Permalink
    Definition Classes
    ScalafixMetaconfigReaders
  26. implicit lazy val RemoveGlobalImportReader: ConfDecoder[RemoveGlobalImport]

    Permalink
    Definition Classes
    ScalafixMetaconfigReaders
  27. implicit lazy val ReplaceSymbolReader: ConfDecoder[ReplaceSymbol]

    Permalink
    Definition Classes
    ScalafixMetaconfigReaders
  28. object RuleKind

    Permalink
  29. object ScalafixConfig extends Serializable

    Permalink
  30. object ScalafixMetaconfigReaders extends ScalafixMetaconfigReaders

    Permalink
  31. object ScalafixReporter

    Permalink
  32. lazy val SlashSeparated: Regex

    Permalink
    Definition Classes
    ScalafixMetaconfigReaders
  33. object UnlessInsideBlock extends Serializable

    Permalink
  34. object UriRule

    Permalink
    Definition Classes
    ScalafixMetaconfigReaders
  35. object UriRuleString

    Permalink
    Definition Classes
    ScalafixMetaconfigReaders
  36. def castReader[From, To](ConfDecoder: ConfDecoder[From])(implicit ev: ClassTag[To]): ConfDecoder[To]

    Permalink
    Definition Classes
    ScalafixMetaconfigReaders
  37. implicit lazy val dialectReader: ConfDecoder[Dialect]

    Permalink
    Definition Classes
    ScalafixMetaconfigReaders
  38. implicit lazy val importeeReader: ConfDecoder[Importee]

    Permalink
    Definition Classes
    ScalafixMetaconfigReaders
  39. implicit lazy val importerReader: ConfDecoder[Importer]

    Permalink
    Definition Classes
    ScalafixMetaconfigReaders
  40. implicit val metaconfigConfDecoder: ConfDecoder[Conf]

    Permalink
    Definition Classes
    ScalafixMetaconfigReaders
  41. def parseReader[T](implicit parse: Parse[T]): ConfDecoder[T]

    Permalink
    Definition Classes
    ScalafixMetaconfigReaders
  42. implicit lazy val parseReader: ConfDecoder[MetaParser]

    Permalink
    Definition Classes
    ScalafixMetaconfigReaders
  43. def parseReplaceSymbol(from: String, to: String): Configured[(Global, Global)]

    Permalink
    Definition Classes
    ScalafixMetaconfigReaders
  44. implicit lazy val refReader: ConfDecoder[Ref]

    Permalink
    Definition Classes
    ScalafixMetaconfigReaders
  45. def ruleConfDecoder(singleRuleDecoder: ConfDecoder[v0.Rule]): ConfDecoder[v0.Rule]

    Permalink
    Definition Classes
    ScalafixMetaconfigReaders
  46. def ruleConfDecoderSyntactic(singleRuleDecoder: ConfDecoder[v0.Rule]): ConfDecoder[v0.Rule]

    Permalink
    Definition Classes
    ScalafixMetaconfigReaders
  47. def scalafixConfigConfDecoder(ruleDecoder: ConfDecoder[v0.Rule], extraRules: List[String] = Nil): ConfDecoder[(v0.Rule, ScalafixConfig)]

    Permalink
    Definition Classes
    ScalafixMetaconfigReaders
  48. def scalafixConfigEmptyRuleReader: ConfDecoder[(Conf, ScalafixConfig)]

    Permalink
    Definition Classes
    ScalafixMetaconfigReaders
  49. implicit lazy val symbolGlobalReader: ConfDecoder[Global]

    Permalink
    Definition Classes
    ScalafixMetaconfigReaders
  50. implicit lazy val symbolReader: ConfDecoder[Symbol]

    Permalink
    Definition Classes
    ScalafixMetaconfigReaders
  51. implicit lazy val termRefReader: ConfDecoder[Ref]

    Permalink
    Definition Classes
    ScalafixMetaconfigReaders

Inherited from ScalafixMetaconfigReaders

Inherited from AnyRef

Inherited from Any

Ungrouped