Does not have validateCode (and therefore also no formatCode)
That might also mean these repos do not even pull in scalafmt.
These I am not sure about because they are seed projects. We can add formatting but I don't think scalafmt should be included when running sbt new ...
In play-samples sbt <command> will not work, because in this repo is the mothership for a lot of projects.
We probably would need something like the test.sh script which goes into each project, and runs the sbt command (like validateCode.sh and formatCode.sh:
Has validateCode but no formatCode
Does not have
validateCode(and therefore also noformatCode)That might also mean these repos do not even pull in scalafmt.
.github/workflows/build-test.yml).github/workflows/build-test.yml)These I am not sure about because they are seed projects. We can add formatting but I don't think scalafmt should be included when running
sbt new ...In play-samples
sbt <command>will not work, because in this repo is the mothership for a lot of projects.We probably would need something like the
test.shscript which goes into each project, and runs the sbt command (likevalidateCode.shandformatCode.sh:.github/workflows/build-test.yml)Has
validateCodebut noformatCode🔄 Synced file(s) with playframework/.github cachecontrol#245
🔄 synced file(s) with playframework/.github play-ebean#370
🔄 Synced file(s) with playframework/.github play-soap#328