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

com.pinterest.ruleset.test.TestRuleSetProvider.kt Maven / Gradle / Ivy

There is a newer version: 0.48.2
Show newest version
package com.pinterest.ruleset.test

import com.pinterest.ktlint.core.RuleSet
import com.pinterest.ktlint.core.RuleSetProvider

public class TestRuleSetProvider : RuleSetProvider {
    override fun get(): RuleSet = RuleSet(
        "test",
        DumpASTRule(),
    )
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy