diff --git a/ShellCheck/Parser.hs b/ShellCheck/Parser.hs
index 5dc7b9c..fd2cbea 100644
--- a/ShellCheck/Parser.hs
+++ b/ShellCheck/Parser.hs
@@ -2095,6 +2095,7 @@ readScript = do
     badShells = [
         "awk",
         "csh",
+        "expect",
         "perl",
         "python",
         "ruby",