Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork941
Commit7dd8add
committed
Suppress SC2086 where word splitting is intended
This suppresses ShellCheck SC2016, "Double quote to preventglobbing and word splitting," on the command in the version checkscript that expands $config_opts to build the "-c ..." arguments.It also moves the code repsonsible for getting the latest tag,which this is part of, into a function for that purpose, so it'sclear that building config_opts is specifically for that, and sothat the code is not made harder to read by adding the ShellChecksuppression comment.(The suppression applies only to the immediate next command.)1 parentf3be76f commit7dd8add
1 file changed
+8
-2
lines changedLines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
13 | 20 |
| |
14 | 21 |
| |
15 | 22 |
| |
| |||
26 | 33 |
| |
27 | 34 |
| |
28 | 35 |
| |
29 |
| - | |
30 |
| - | |
| 36 | + | |
31 | 37 |
| |
32 | 38 |
| |
33 | 39 |
| |
|
0 commit comments
Comments
(0)