Open
Description
The integration tests in our project are in the /src/it
folder and the unit tests in src/test
.
Although sbt test:scalastyle
works fine and checks all the files in src/test
, the command sbt it:scalastyle
checks the source files in src/main
.
Is there a way to configure the sbt scalastyle plugin to check the files in /src/it
folder?
Metadata
Metadata
Assignees
Labels
No labels