Skip to content

Commit f1ef052

Browse files
committed
# shellcheck disable=SC1091
1 parent 0a6e088 commit f1ef052

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

main.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
# shellcheck disable=SC1091
23
# Load logger functions
34
source logger.sh
45
# Load tunnel rules

rules.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
# shellcheck disable=SC1091
23
# Load logger functions
34
source logger.sh
45
# Load validator functions

splitters_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
2+
# shellcheck disable=SC1091
23
# Source the common test functions
34
source common_test.sh
4-
55
# Source the bash file containing the functions to be tested
66
source splitters.sh
77

validators.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
# shellcheck disable=SC1091
23
# Load logger functions
34
source logger.sh
45

validators_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
# shellcheck disable=SC1091
23
# Source the common test functions
34
source common_test.sh
45
# Source the bash file containing the functions to be tested

0 commit comments

Comments
 (0)