docs: documentation updated
Build & Test (NowChessSystems) TeamCity build finished

This commit is contained in:
2026-04-12 19:23:31 +02:00
parent eb8cc060cf
commit 71b889b29f
+1 -1
View File
@@ -39,7 +39,7 @@ Try to stick to these commands for consistency.
### Linters
- **scalafmt** — enforces formatting; run `./gradlew scalafmtAll` to auto-format before committing.
- **scalafmt** — enforces formatting; run `./gradlew spotlessScalaCheck` to check and `./gradlew spotlessScalaApply` to refactor.
- **scalafix** — enforces style and detects unused imports/code; run `./gradlew scalafix` to apply rules.
## Architecture Decisions