mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 11:19:45 +08:00
Updated SC1039 (markdown)
@@ -30,7 +30,7 @@ You can fix it in one of two ways:
|
||||
1. Simply remove the indentation, even though this may break formatting.
|
||||
2. Use `<<-` instead of `<<`, and indent the script with tabs only (spaces will not be recognized).
|
||||
|
||||
Removing the indentation is preferred, since the script won't suddenly break if the script is reformatted, copy-pasted, or saved with a different editor.
|
||||
Removing the indentation is preferred, since the script won't suddenly break if it's reformatted, copy-pasted, or saved with a different editor.
|
||||
|
||||
### Exceptions:
|
||||
|
||||
|
Reference in New Issue
Block a user