Commit fcfa776
committed
shellcheck.yml: Add check at every pull request
Shellcheck 2.0.0 is launched on every pull request.
Two warnings were ignored :
SC2154 - var is referenced but not assigned
SC2086 - Double quote to prevent globbing and word splitting
Respect these warning will make the code much messier and hard to read.
Signed-off-by: Erwann Roussy <[email protected]>1 parent 974adba commit fcfa776
1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
0 commit comments