Home
last modified time | relevance | path

Searched refs:cdNegative (Results 1 – 4 of 4) sorted by relevance

/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/src/ShellCheck/
H A DInterface.hs59 , CheckDescription(cdName, cdDescription, cdPositive, cdNegative)
204 cdNegative :: String function
211 cdNegative = "" function
H A DAnalytics.hs211 && verifyNotTree check (cdNegative desc)
219 cdNegative = "var=hello; echo \"$var\"" function
226 cdNegative = "[ -n \"$var\" ]" function
233 cdNegative = "case $? in 0) echo 'Success';; *) echo 'Fail' ;; esac" function
240 cdNegative = "var=hello; echo ${var}" function
247 cdNegative = "VAR=hello; echo $VAR" function
254 cdNegative = "[[ -e /etc/issue ]]" function
261 cdNegative = "set -e; func() { cp *.txt ~/backup; rm *.txt; }; func; echo ok" function
268 cdNegative = "set -e; dir=\"$(get_chroot_dir)\"; rm -r \"$dir/home\"" function
/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/
H A Dshellcheck.hs589 putStrLn $ "fix: " ++ cdNegative item
/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/src/ShellCheck/Checks/
H A DCommands.hs112 cdNegative = "command -v javac" function
121 && verifyNot check (cdNegative desc)