Skip to content

Commit 0cbf4dc

Browse files
authored
Add cargo lint as alias for cargo ci lint (#4853)
# Description of Changes Just a one-line alias as requested # API and ABI breaking changes None # Expected complexity level and risk 1 # Testing `cargo lint` properly runs `cargo ci lint`. Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
1 parent d5c1738 commit 0cbf4dc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.cargo/config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ llm = "run --package xtask-llm-benchmark --bin llm_benchmark --"
77
ci = "run -p ci --"
88
smoketest = "ci smoketests --"
99
smoketests = "smoketest"
10+
lint = "ci lint --"
1011

1112
[target.x86_64-pc-windows-msvc]
1213
# Use a different linker. Otherwise, the build fails with some obscure linker error that

0 commit comments

Comments
 (0)