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?

1
2 comments

There is no such possibility in IntelliJ IDEA now. I've created feature request: https://youtrack.jetbrains.com/issue/SCL-12438

0
Avatar
Permanently deleted user

Thanks a lot

0

Please sign in to leave a comment.