mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-12 21:08:45 +00:00
grader04 also uses the linter of grader-util
This commit is contained in:
committed by
Seungmin Jeon
parent
7913e6774e
commit
cd4c612fb1
@@ -18,8 +18,7 @@ RUNNERS=(
|
||||
)
|
||||
|
||||
# Lints.
|
||||
cargo fmt --check
|
||||
cargo clippy
|
||||
run_linters || exit 1
|
||||
|
||||
# Executes test for each runner.
|
||||
for RUNNER in "${RUNNERS[@]}"; do
|
||||
|
||||
Reference in New Issue
Block a user