nbadal / ktlint-intellij-plugin

Ktlint plugin for IntelliJ IDEA + Android Studio
MIT License
158 stars 23 forks source link

disabled_rules in .editorconfig were deprecated #238

Closed vojkny closed 10 months ago

vojkny commented 1 year ago

Within new ktlint, these should be named ktlint_disabled_rules, however it seems that these are ignored by the plugin?

paul-dingemans commented 10 months ago

Not relevant anymore with (upcoming) 0.20.0 version of plugin as setting for disabled rules is removed. With that version rules can only be disabled by modifying the .editorconfig.