Skip to content

Commit 0da04b4

Browse files
committed
Update scalafmtAll command description
- Change comment from 'Format Scala test code' to 'Format all Scala and sbt code' - More accurately reflects what scalafmtAll does (formats all Scala files, not just tests) - Apply change to both README.md and CLAUDE.md for consistency
1 parent 157bd01 commit 0da04b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ MessagePack-Java is a binary serialization library that provides a fast and comp
3131
### Code Quality
3232
```bash
3333
./sbt jcheckStyle # Run checkstyle (Facebook Presto style)
34-
./sbt scalafmtAll # Format Scala test code
34+
./sbt scalafmtAll # Format all Scala and sbt code
3535
```
3636

3737
### Publishing

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Here is a list of sbt commands for daily development:
8484
> project msgpack-core # Focus on a specific project
8585
> package # Create a jar file in the target folder of each project
8686
> jcheckStyle # Run check style
87-
> scalafmtAll # Reformat code
87+
> scalafmtAll # Format all Scala and sbt code
8888
```
8989

9090
### Publishing

0 commit comments

Comments
 (0)