MrPowers / bebe

Filling in the Spark function gaps across APIs
50 stars 5 forks source link

scalafmt workflow #22

Closed MrPowers closed 3 years ago

MrPowers commented 3 years ago

@alfonsorr - can you please send me your recommended scalafmt workflow? Should I run a command before committing?

alfonsorr commented 3 years ago

It has scalafmt that formats the code but not tests scalafmtAll formats also the tests scalafmtCheck checks the source is formated ok

and scalafmt Sbt formats the sbt file

Pass the scalafmtAll previously to upload

MrPowers commented 3 years ago

The scalafmt @alfonsorr laid out is working well