This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-1 in repository https://gitbox.apache.org/repos/asf/texera.git
commit d94bb21d33ea04558f941807e39a751f4d8b0a50 Author: PJ Fanning <[email protected]> AuthorDate: Tue Oct 28 18:43:00 2025 +0000 change sbt command instructions Signed-off-by: PJ Fanning <[email protected]> --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c7ee791daf..d2d2dc481f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,8 +57,8 @@ Do not include any of the following in your PR: ### Final Steps Before Review #### Your PR should pass scalafix check (lint) and scalafmt check. -- To check lint, under `core` run command `sbt "scalafixAll --check"`; to fix lint issues, run `sbt scalafixAll`. -- To check format, under `core` run command `sbt scalafmtCheckAll`; to fix format, run `sbt scalafmtAll`. +- To check lint, run command `sbt "scalafixAll --check"`; to fix lint issues, run `sbt scalafixAll`. +- To check format, run command `sbt scalafmtCheckAll`; to fix format, run `sbt scalafmtAll`. - When you need to execute both, scalafmt is supposed to be executed after scalafix. #### Testing the backend 1. The test framework is `scalatest`, for the amber engine, tests are located under `amber/src/test`; for `WorkflowCompilingService`, tests are located under `core/workflow-compiling-service`. You can find unit tests and e2e tests.
