Commit b39c39f
committed
fix: add ShellCheck disable directive for sourced file
- Add 'shellcheck disable=SC1091' directive before sourcing ratos-common.sh
- Suppresses warning about not following sourced files
- Placed immediately before the source command as per ShellCheck best practices
- Maintains code quality while acknowledging intentional sourcing pattern1 parent 41b2600 commit b39c39f
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
0 commit comments