Investigate scalariform update

Issue #120 resolved
Simon Leischnig created an issue

Currently we work around the bug(gy) behavior of the scalariform plugin to format all .scala sources it can find in the whole OPAL project, repeatedly (for every subproject once). see #115

A new version of scalariform is out that addresses this issue by making it optional to include the base directory: https://github.com/sbt/sbt-scalariform/issues/73

Investigate upgrading to scalariform 1.8.1 and rolling back https://bitbucket.org/delors/opal/pull-requests/430 in favor of the new setting

scalariformWithBaseDirectory := false

sbt-scalariform release notes: https://github.com/sbt/sbt-scalariform/releases

Comments (4)

  1. Michael Eichberg repo owner

    i already updated the version - please adapt the setttings such that they are optimal

  2. Log in to comment