All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rules.CustomRuleSetProvider.kt Maven / Gradle / Ivy

package rules

import com.github.shyiko.ktlint.core.RuleSet
import com.github.shyiko.ktlint.core.RuleSetProvider

class CustomRuleSetProvider : RuleSetProvider {
    override fun get(): RuleSet =
        RuleSet("com.github.pashc.ktlint-ruleset", NoVarRule())
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy