Skip to content

Commit 6200c66

Browse files
committed
fix: shellcheck
1 parent 8dfdc07 commit 6200c66

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/helpers.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22

3+
# shellcheck disable=SC2004
4+
35
declare -r BASHUNIT_GIT_REPO="https://github.com/TypedDevs/bashunit"
46

57
#

src/test_doubles.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22

3+
# shellcheck disable=SC2004
4+
35
MOCKED_FUNCTIONS=()
46
MOCKED_FUNCTIONS_COUNT=0
57

0 commit comments

Comments
 (0)