feat: NCS-25 Add linters to keep quality up #27

Merged
Janis merged 4 commits from feat/NCS-25 into main 2026-04-12 20:58:39 +02:00
Showing only changes of commit 71b889b29f - Show all commits
+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