Updated SC2037 (markdown)

koalaman
2017-04-15 10:41:15 -07:00
parent 1a30ea83db
commit ee2d314c50

@@ -18,3 +18,5 @@ To assign the output of a command to a variable, use `$(command substitution)`.
### Exceptions:
None.
This warning triggers generally for `var=value -flag` and `var=value *glob*`. See related warning [[SC2209]] which matches `var=commonCommand`.