Package io.github.jahrim.wartremover
Class WartRemoverCompilerConfiguration
-
- All Implemented Interfaces:
-
io.github.jahrim.wartremover.CompilerConfiguration
@Serializable() public final class WartRemoverCompilerConfiguration implements CompilerConfiguration
Configuration for the parameters of the WartRemover plugin for the scala compiler.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumWartRemoverCompilerConfiguration.TraverserTypeAST traverser type for WartRemover.
-
Constructor Summary
Constructors Constructor Description WartRemoverCompilerConfiguration(Map<String, WartRemoverCompilerConfiguration.TraverserType> warts)
-
Method Summary
Modifier and Type Method Description List<String>toCompilerOptions()-
-
Constructor Detail
-
WartRemoverCompilerConfiguration
WartRemoverCompilerConfiguration(Map<String, WartRemoverCompilerConfiguration.TraverserType> warts)
-
-
Method Detail
-
toCompilerOptions
List<String> toCompilerOptions()
-
-
-
-