From c77f358da3d4b64bec87ac38f80708dffda1301c Mon Sep 17 00:00:00 2001 From: koalaman Date: Wed, 29 Apr 2015 09:48:57 -0700 Subject: [PATCH] Created SC2092 (markdown) --- SC2092.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 SC2092.md diff --git a/SC2092.md b/SC2092.md new file mode 100644 index 0000000..fdbd924 --- /dev/null +++ b/SC2092.md @@ -0,0 +1,3 @@ +## Remove backticks to avoid executing output. + +Backticks does the same thing as `$(..)`. See [[SC2091]] for a description of the same problem with this syntax. \ No newline at end of file