From 71b889b29f87b4cee109ab2a7fc228d07eb50f1c Mon Sep 17 00:00:00 2001 From: Janis Date: Sun, 12 Apr 2026 19:23:31 +0200 Subject: [PATCH] docs: documentation updated --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 8a75feb..7760345 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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