From 92bfa5b38c4a908463c05acaf5c23e3a0b0614b7 Mon Sep 17 00:00:00 2001 From: koalaman Date: Sat, 25 Feb 2017 15:13:25 -0800 Subject: [PATCH] Updated SC1015 (markdown) --- SC1015.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SC1015.md b/SC1015.md index e69f0f2..8dee099 100644 --- a/SC1015.md +++ b/SC1015.md @@ -18,6 +18,10 @@ Blog software and word processors frequently replaces ASCII quotes `""` with fan Simply delete them and retype them in your editor. +### Status: + +This error was retired after 0.4.5. In this version and earlier, ShellCheck parsed slanted quotes as a valid double quote. This meant that the warning could not simply be ignored. It has since been replaced by [[SC1110]] (outside quotes) and [[SC1111]] (inside double quotes). + ### 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, e.g.,