You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a buildRoot array is set in .scala-steward.conf and scalafmt is upgraded, Scala Steward tries to run scalafmt --non-interactive from the root of the repository instead of the buildRoot, where .scalafmt.conf most likely lives.
Post-update hooks are currently run at the repo level and not the buildRoot level. To change that, we would probably need to store in which buildRoot we found which dependencies (i.e. changing the type of RepoCache#dependencyInfos).
When a buildRoot array is set in
.scala-steward.conf
andscalafmt
is upgraded, Scala Steward tries to runscalafmt --non-interactive
from the root of the repository instead of the buildRoot, where.scalafmt.conf
most likely lives.The text was updated successfully, but these errors were encountered: