How to specify two scalastyle config files?
We have got two scalastyle config files: one for production code and another one for tests. We use them both with Maven. Now we would like to use them both in IntelliJ. However IntelliJ allows only one scalastyle config file.
How can we specify two scalastyle config files -- one for production code and another one for tests -- in IntelliJ?
Please sign in to leave a comment.
There is no such possibility in IntelliJ IDEA now. I've created feature request: https://youtrack.jetbrains.com/issue/SCL-12438
Thanks a lot