Commit ec181fb
committed
assigning readonly separate from the var assignment
https://www.shellcheck.net/
| ./git_sync.sh:214:10: warning: Declare and assign separately to avoid masking return values. [SC2155]
| ./git_sync.sh:218:10: warning: Declare and assign separately to avoid masking return values. [SC2155]
| ./git_sync.sh:220:10: warning: Declare and assign separately to avoid masking return values. [SC2155]1 parent 98d4ecc commit ec181fb
1 file changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
| 215 | + | |
215 | 216 | | |
216 | 217 | | |
217 | 218 | | |
218 | | - | |
| 219 | + | |
| 220 | + | |
219 | 221 | | |
220 | | - | |
| 222 | + | |
| 223 | + | |
221 | 224 | | |
222 | 225 | | |
223 | 226 | | |
| |||
0 commit comments