Skip to content

Commit aa90ada

Browse files
committed
fix(test): add shellcheck disable for unused variables in fixtures
1 parent 09cd65f commit aa90ada

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tests/acceptance/fixtures/strict_mode_setup_unset_variable.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
2+
# shellcheck disable=SC2034
23

34
function set_up() {
45
local result="prefix_${UNDEFINED_VAR}_suffix"

tests/acceptance/fixtures/test_bashunit_risky_no_assertions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
2+
# shellcheck disable=SC2034
23

34
function test_has_no_assertions() {
45
local user="invalid"

0 commit comments

Comments
 (0)