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.
@@ -18,4 +18,8 @@ Some software, like OS X, Word and WordPress, may automatically replace your reg
|
|||||||
|
|
||||||
### Exceptions
|
### Exceptions
|
||||||
|
|
||||||
If you want to use typographic single quotes, you can put them in double quotes (or typographic double quotes in single quotes) to make shellcheck ignore them.
|
If you want to use typographic single quotes, you can put them in double quotes (or typographic double quotes in single quotes) to make shellcheck ignore them, e.g.,
|
||||||
|
|
||||||
|
```sh
|
||||||
|
printf "Warning: ‘wakeonlan’ is not installed.\n"
|
||||||
|
```
|
Reference in New Issue
Block a user