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

org.archguard.linter.rule.layer.LayerRuleSetProvider.kt Maven / Gradle / Ivy

Go to download

ArchGuard is a architecture governance tool which can analysis architecture in container, component, code level, create architecture fitness functions, and anaysis system dependencies..

There is a newer version: 2.2.0
Show newest version
package org.archguard.linter.rule.layer

import org.archguard.rule.core.RuleSet
import org.archguard.rule.core.RuleSetProvider
import org.archguard.rule.core.RuleType

class LayerRuleSetProvider: RuleSetProvider {
    override fun get(): RuleSet {
        return RuleSet(
            RuleType.LAYER,
            "normal",
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy