mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Updated SC1078 (markdown)
@@ -23,7 +23,9 @@ If you do want a multiline variable, just make sure the character after it is a
|
||||
var='multiline
|
||||
'value
|
||||
|
||||
is more readable and won't produce a warning as:
|
||||
can be rewritten for readability and to remove the warning:
|
||||
|
||||
var='multiline
|
||||
value'
|
||||
|
||||
As always `` `..` `` should be rewritten to ``$(..)``.
|
Reference in New Issue
Block a user