Provide example of how to enable the exception.

Anthony Geoghegan
2017-02-13 21:12:17 +00:00
parent 0b524dd76a
commit 39fb60db87

@@ -20,4 +20,8 @@ Simply delete them and retype them in your editor.
### 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'
```