From 82c30844383bd7aaf05be0c0c43dc26b8b0fd867 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Sat, 18 Mar 2017 13:10:54 -0700 Subject: [PATCH] Add HandBrakeCLI to list of stdin swallowing apps --- ShellCheck/Analytics.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShellCheck/Analytics.hs b/ShellCheck/Analytics.hs index 12aa24b..119a4e0 100644 --- a/ShellCheck/Analytics.hs +++ b/ShellCheck/Analytics.hs @@ -1958,7 +1958,7 @@ checkWhileReadPitfalls _ (T_WhileExpression id [command] contents) | isStdinReadCommand command = mapM_ checkMuncher contents where - munchers = [ "ssh", "ffmpeg", "mplayer" ] + munchers = [ "ssh", "ffmpeg", "mplayer", "HandBrakeCLI" ] preventionFlags = ["n", "noconsolecontrols" ] isStdinReadCommand (T_Pipeline _ _ [T_Redirecting id redirs cmd]) =