Skip to content

Commit b0f4e71

Browse files
authored
Add Windows script option for linting
Updated instructions for linting to include Windows script.
1 parent 5cb3c52 commit b0f4e71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Before submitting changes, run the full check suite:
5050

5151
```bash
5252
./scripts/bfmt.sh or scripts/bfmt.ps1 # Format check
53-
./scripts/bclippy.sh # Lint (warnings are errors)
53+
./scripts/bclippy.sh # Lint (warnings are errors), for windows scripts/bclippy.ps1
5454
cargo btest # Test with cargo-nextest
5555
```
5656

0 commit comments

Comments
 (0)