- Please follow Scala best practices.
- All code should have accompanying tests written using scalatest and scalamock.
- Before pushing commits to the scala code, run scalafix in an sbt shell, or alternatively from bash:
make sbt-scalafix
- Before pushing commits to docker/meso-alert.docker, ensure that the play application server can be built and run using:
make docker-server-start
- Before pushing commits to docker/meso-alert-ci.docker rebuild the image and push to the container registry using
make docker-ci-push