mirror of
https://github.com/nushell/nushell.git
synced 2025-07-14 13:25:47 +02:00
# Description As another life improvement (and to avoid those `run cargo fmt` commits 😉), this PR adds a command to the toolkit for formatting and running `clippy` when committing and pushing. Thanks to @amtoine for the idea! --------- Co-authored-by: Darren Schroeder <343840+fdncred@users.noreply.github.com>
6 lines
90 B
Plaintext
Executable File
6 lines
90 B
Plaintext
Executable File
#!/usr/bin/env nu
|
|
|
|
use ../toolkit.nu [fmt, clippy]
|
|
|
|
fmt --check --verbose
|
|
clippy --verbose |