Open mkurz opened 2 years ago
@ihostage Look at https://github.com/playframework/playframework/pull/11513, I tried to come up with a solution how we can sync the same files everywhere and using sys properties as for a repo's special needs. What do you think?
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 thetest.sh
script which goes into each project, and runs the sbt command (likevalidateCode.sh
andformatCode.sh
:.github/workflows/build-test.yml
)Has
validateCode
but noformatCode