saveourtool / diktat

Strict coding standard for Kotlin and a custom set of rules for detecting code smells, code style issues and bugs
https://diktat.saveourtool.com
MIT License
525 stars 39 forks source link

Diktat 2.0 doesn't support configuration without configFile #1833

Closed nulls closed 10 months ago

nulls commented 10 months ago

Diktat 1.x supports configuration without config file with default properties for rules

nulls commented 10 months ago

we can just use empty list of DiktatRuleConfig on Spotless level instead of changing the configuration loading

But still, plugins should support the same