mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Updated SC2153 (markdown)
@@ -1,6 +1,6 @@
|
|||||||
## Possible Misspelling: MYVARIABLE may not be assigned. Did you mean MY_VARIABLE?
|
## Possible Misspelling: MYVARIABLE may not be assigned. Did you mean MY_VARIABLE?
|
||||||
|
|
||||||
### Problematic code: blah blah
|
### Problematic code:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
MY_VARIABLE="hello world"
|
MY_VARIABLE="hello world"
|
||||||
|
Reference in New Issue
Block a user