From 0b524dd76a78a1267653512ac3cce191c85f4ab4 Mon Sep 17 00:00:00 2001 From: Anthony Geoghegan Date: Mon, 13 Feb 2017 21:09:20 +0000 Subject: [PATCH] Provide example of how to enable the exception. --- SC1016.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SC1016.md b/SC1016.md index db2ec10..0baf970 100644 --- a/SC1016.md +++ b/SC1016.md @@ -18,4 +18,8 @@ Some software, like OS X, Word and WordPress, may automatically replace your reg ### 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" +``` \ No newline at end of file