Package com.diffplug.gradle.spotless
Class BaseKotlinExtension.KtlintConfig
java.lang.Object
com.diffplug.gradle.spotless.BaseKotlinExtension.KtlintConfig
- Enclosing class:
BaseKotlinExtension
-
Method Summary
Modifier and TypeMethodDescriptioncustomRuleSets(List<String> customRuleSets) editorConfigOverride(Map<String, Object> editorConfigOverride) setEditorConfigPath(Object editorConfigPath)
-
Method Details
-
setEditorConfigPath
public BaseKotlinExtension.KtlintConfig setEditorConfigPath(@Nullable Object editorConfigPath) throws IOException - Throws:
IOException
-
editorConfigOverride
public BaseKotlinExtension.KtlintConfig editorConfigOverride(Map<String, Object> editorConfigOverride) -
customRuleSets
-