From edd4a9cac9c7c16386dc926d9bfd1fc75faa11ec Mon Sep 17 00:00:00 2001 From: William Melody Date: Thu, 24 Oct 2024 15:25:17 -0700 Subject: [PATCH] Hide shellcheck scope warnings in `git.bats`. --- test/git.bats | 1 + 1 file changed, 1 insertion(+) diff --git a/test/git.bats b/test/git.bats index 57496225..fa7485ff 100644 --- a/test/git.bats +++ b/test/git.bats @@ -1,4 +1,5 @@ #!/usr/bin/env bats +# shellcheck disable=SC2030,SC2031 load test_helper