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
521 stars 39 forks source link

Warn user if Kotlin version in `diktat.yml` differs from the one in build #1335

Open petertrr opened 2 years ago

petertrr commented 2 years ago

For example, diktat-gradle-plugin can access Kotlin plugin configuration and get language version. Probably, maven plugin can do something similar.

nulls commented 2 years ago

can be done in scope of https://github.com/saveourtool/diktat/issues/1301