Some time ago, I have adopted CodeNarc IDEA plugin which helps to detect(and soon it will help fixing) Groovy code style violations. CodeNarc - IntelliJ IDEs Plugin | Marketplace
CodeNarc analyzes Groovy code for defects, bad practices, inconsistencies, style issues and more.plugins.jetbrains.com I have a version of a plugin in the beta channel which works great but sometimes the plugin code throws a StackOverflowError that I am not able to…