zatekusen
zatekusen
We have a similar situation in our project. We have a custom ThrottledLogger extends Logger - the old trait which is available in version 2.1.2. All classes use that trait...
Is there any update on this? It is quite annoying since the error message does not even show where the violation is - may take a while to find out.
Any one has a workaround for this in gradle? Can we override the scalariform dependency version in the scalastyle gradle plugin?
Our solution is import the base line xml style, then export the style as .editorconfig file. Since Intellij look for editor config file by default, it will order the the...