Commit fbb963e
Add Shellcheck error suppression
Suppress:
* SC2207, Prefer mapfile or read -a to split command output (or quote to avoid splitting).
* SC2016, Expressions don't expand in single quotes, use double quotes for that.1 parent e6d5047 commit fbb963e
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments