Thanks for creating the plugin. Starting a fresh project and want to have clean code. :)
I'm testing out the plugin to make sure I've configured it correctly. It doesn't seem to detect package cycles in test code, See https://github.com/gshakhn/acyclic-test for a sample project.
Running sbt test:compile doesn't cause a compilation error. If classes A and B are moved to the source directory, running sbt compile makes the compile fail as expected.
Am I missing a configuration option, or does the plugin not support test code?
Thanks for creating the plugin. Starting a fresh project and want to have clean code. :)
I'm testing out the plugin to make sure I've configured it correctly. It doesn't seem to detect package cycles in test code, See https://github.com/gshakhn/acyclic-test for a sample project.
Running
sbt test:compiledoesn't cause a compilation error. If classesAandBare moved to the source directory, runningsbt compilemakes the compile fail as expected.Am I missing a configuration option, or does the plugin not support test code?