nbadal / ktlint-intellij-plugin

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

Add option to move a ktlint-suppression to a higher level #481

Open paul-dingemans opened 4 months ago

paul-dingemans commented 4 months ago

It would be nice if a ktlint suppression on a statement/methode/class can be moved/merged with the suppression at a higher level. When a suppression is moved to a higher level, other suppressions for the same rule(s) might become irrelevant and should be removed.