From cd4c612fb1613d4c4789f2cc4026b92ff86a45af Mon Sep 17 00:00:00 2001 From: Seungmin Jeon Date: Sun, 25 Sep 2022 15:37:24 +0900 Subject: [PATCH] grader04 also uses the linter of grader-util --- scripts/grade-04.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/grade-04.sh b/scripts/grade-04.sh index 7056f53..a5d1bfc 100755 --- a/scripts/grade-04.sh +++ b/scripts/grade-04.sh @@ -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