Skip to content

Commit

Permalink
Ignore shellcheck error due to function inside a function
Browse files Browse the repository at this point in the history
  • Loading branch information
toote committed Mar 28, 2023
1 parent 79a8a14 commit 76cd90d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/mock_functions.bats
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env bats
# shellcheck disable=SC2317
# because we are declaring functions inside the setup function itself

load '../stub'

Expand Down

0 comments on commit 76cd90d

Please sign in to comment.