sbt-scapegoat
sbt-scapegoat copied to clipboard
scapegoat not generating reports
hello, i am trying to use scapegoat with a multi module scala project. i managed to get the dependency resolved. however when i run the scapegoat task i get success and no files get inspected and no report is generated. im using scala 2.11.8 and sbt 0.13.13. this is the output i get:
[info] Done updating.
[info] [scapegoat] setting output dir to [/Users/xx/workspace/xx/target/scala-2.11/scapegoat-report]
[success] Total time: 0 s, completed May 30, 2017 11:31:23 AM
After small test its only inspecting the directory /src/main/scala which is empty. all code exist in separate modules. how i can change scapegoat settings to inspect all modules?
@abdullahodibat have you found any solution for your problem?