Add link to SC3030

Simon Brandt
2025-02-19 12:55:51 +01:00
parent 8d313a6fd3
commit c555e0b2dc

@@ -22,7 +22,7 @@ foo=(/some/path/*)
echo "${foo[@]}" echo "${foo[@]}"
``` ```
Note that either of these will trigger SC3030 ("In POSIX sh, array references are undefined") if you are using `sh` and not e.g. `bash`. Note that either of these will trigger [[SC3030]] ("In POSIX sh, array references are undefined") if you are using `sh` and not e.g. `bash`.
### Rationale: ### Rationale: