mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-15 06:28:46 +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.
|
# Lints.
|
||||||
cargo fmt --check
|
run_linters || exit 1
|
||||||
cargo clippy
|
|
||||||
|
|
||||||
# Executes test for each runner.
|
# Executes test for each runner.
|
||||||
for RUNNER in "${RUNNERS[@]}"; do
|
for RUNNER in "${RUNNERS[@]}"; do
|
||||||
|
|||||||
Reference in New Issue
Block a user