From 029fbf470ea1871b01ba5706393eb392c1036576 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 28 Apr 2023 08:38:34 -0400 Subject: [PATCH] Disable shellcheck warning about loop running once -- intended --- .clusterfuzzlite/build.sh | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 .clusterfuzzlite/build.sh diff --git a/.clusterfuzzlite/build.sh b/.clusterfuzzlite/build.sh old mode 100644 new mode 100755 index 87af18df..b48e2c4e --- a/.clusterfuzzlite/build.sh +++ b/.clusterfuzzlite/build.sh @@ -15,6 +15,8 @@ function build_seed_corpus() { cd "$SRC"/oxigraph cargo fuzz build -O --debug-assertions +# shellcheck disable=SC2043 +# SC2043 (warning): This loop will only ever run once. for TARGET in sparql_eval # sparql_results_json sparql_results_tsv do cp fuzz/target/x86_64-unknown-linux-gnu/release/$TARGET "$OUT"/