From 39fb60db87561bad5b4f6e6d4f416d3446d17c70 Mon Sep 17 00:00:00 2001 From: Anthony Geoghegan Date: Mon, 13 Feb 2017 21:12:17 +0000 Subject: [PATCH] Provide example of how to enable the exception. --- SC1015.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SC1015.md b/SC1015.md index 0491cde..e69f0f2 100644 --- a/SC1015.md +++ b/SC1015.md @@ -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' +``` \ No newline at end of file