mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Provide example of how to enable the exception.
@@ -20,4 +20,8 @@ Simply delete them and retype them in your editor.
|
|||||||
|
|
||||||
### Exceptions
|
### Exceptions
|
||||||
|
|
||||||
If you really want literal Unicode double quotes, you can put them in single quotes (or unicode single quotes in double quotes) to make shellcheck ignore them.
|
If you really want literal Unicode double quotes, you can put them in single quotes (or Unicode single quotes in double quotes) to make shellcheck ignore them, e.g.,
|
||||||
|
|
||||||
|
```sh
|
||||||
|
printf 'Warning: “wakeonlan” is not installed.\n'
|
||||||
|
```
|
Reference in New Issue
Block a user