1
0
mirror of https://github.com/koalaman/shellcheck.git synced 2025-03-12 12:35:25 -07:00

Link to ignore page

Ulrik Haugen 2024-04-25 18:25:44 +02:00
parent c5197c7082
commit b8b5efd1c7

@ -47,4 +47,4 @@ This prevents the shell from doing unwanted splitting and glob expansion, and th
### Exceptions:
If you have already taken care (through setting IFS and `set -f`) to have word splitting work the way you intend, you can ignore this warning.
If you have already taken care (through setting IFS and `set -f`) to have word splitting work the way you intend, you can [[ignore]] this warning.