nbadal / ktlint-intellij-plugin

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

Can no longer log KTLint issues as Warnings (only errors #444

Closed davidstathamimg closed 7 months ago

davidstathamimg commented 7 months ago

The previous version of the plugin had an option in the settings to 'Annotate ktlint errors as: Warning`

Old Settings: old-settings

The latest version (0.20.0) has removed this option:

New Settings: new-settings

How can I configure the ktlint plugin to treat ktlint errors as warnings in intellij?

paul-dingemans commented 7 months ago

You can not configure this anymore. In next release, #414 is implemented which will display violations as warning in Manual mode.