From 6bd76596f3f7df70a323eabb797f028293873424 Mon Sep 17 00:00:00 2001 From: Marco Ferrari Date: Wed, 10 Jul 2024 16:53:00 +0200 Subject: [PATCH] fix: update the list of linters to remove (#5870) Don't remove ENV from the list of linters to run in the slim image. Follow up to #5868 --- lib/linter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linter.sh b/lib/linter.sh index 900f5df5..870a3556 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -665,7 +665,7 @@ UpdateLoopsForImage() { ############################################# # Need to remove linters for the slim image # ############################################# - REMOVE_ARRAY=("ARM" "CSHARP" "ENV" "POWERSHELL" "RUST_2015" "RUST_2018" + REMOVE_ARRAY=("ARM" "CSHARP" "POWERSHELL" "RUST_2015" "RUST_2018" "RUST_2021" "RUST_CLIPPY") # Remove from LANGUAGE_ARRAY