From 1889affe808a69acb04523d6621188f09de3e2ba Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Fri, 9 Feb 2024 13:04:17 -0400 Subject: [PATCH] Get rid of Shellcheck (#720) Signed-off-by: Juan Cruz Viotti --- .cirrus.yml | 3 +-- Brewfile | 1 - CMakeLists.txt | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index d546c844..12d3efb6 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -3,8 +3,7 @@ freebsd_instance: task: name: JSON BinPack / test (freebsd) - prepare_script: pkg install -y cmake hs-shellcheck + prepare_script: pkg install -y cmake configure_script: cmake -S . -B ./build -DCMAKE_BUILD_TYPE:STRING=Release -DJSONBINPACK_CLI:BOOL=ON -DJSONBINPACK_TESTS:BOOL=ON -DCMAKE_COMPILE_WARNING_AS_ERROR:BOOL=ON - lint_script: cmake --build ./build --config Release --target shellcheck build_script: cmake --build ./build --config Release --parallel 2 test_script: cd ./build && ctest --build-config Release --output-on-failure --parallel diff --git a/Brewfile b/Brewfile index 76ff50e4..e576b031 100644 --- a/Brewfile +++ b/Brewfile @@ -1,3 +1,2 @@ brew "cmake" brew "clang-format" -brew "shellcheck" diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c69239c..346e7c5f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,8 +27,6 @@ if(PROJECT_IS_TOP_LEVEL) test/*.h test/*.cc) noa_target_clang_tidy(SOURCES src/*.h src/*.cc) - noa_target_shellcheck(SOURCES - test/*.sh scripts/*.sh) endif() # Sources