detekt / detekt-intellij-plugin

detekt plugin for IntelliJ
https://plugins.jetbrains.com/plugin/10761-detekt
Apache License 2.0
290 stars 39 forks source link

Consider "Add * finding to baseline" quick fix to have lower priority than built-in quick fixes #487

Closed IlyaGulya closed 11 months ago

IlyaGulya commented 11 months ago

Currently if IDE provides a quick fix for some issues, detekt plugin puts "Add * finding to baseline" quick fix higher than built-in one. I think this is not expected behavior for most cases.

Here's an example:

image
arturbosch commented 11 months ago

Thanks for the suggestion, this will be adjusted in the upcoming 2.0.1 release - currently awaiting approval.