From 4109c1b158a695cfff751fe21c97ac5608746b89 Mon Sep 17 00:00:00 2001 From: koalaman Date: Sat, 23 Apr 2016 15:32:00 -0700 Subject: [PATCH] Updated SC1035 (markdown) --- SC1035.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SC1035.md b/SC1035.md index 3806ed1..0d8b678 100644 --- a/SC1035.md +++ b/SC1035.md @@ -17,4 +17,6 @@ Bourne shells are very whitespace sensitive. Adding or removing spaces can drast ### Exceptions -None. +ShellCheck does not understand [Bash History Expansion](https://www.gnu.org/software/bash/manual/html_node/History-Interaction.html), an interactive shell feature also using `!` (such as `!!` to expand to the previous command). + +These features are disabled by default in shells and very rarely used in scripts, but may occasionally be found in interactively sourced files like `.bashrc`. Please ignore the error in these cases. \ No newline at end of file