Home
last modified time | relevance | path

Searched refs:cdPositive (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)
203 cdPositive :: String, function
210 cdPositive = "", function
H A DAnalytics.hs210 verifyTree check (cdPositive desc)
218 cdPositive = "var=hello; echo $var", function
225 cdPositive = "[ \"$var\" ]", function
232 cdPositive = "case $? in 0) echo 'Success';; esac", function
239 cdPositive = "var=hello; echo $var", function
246 cdPositive = "echo $VAR", function
253 cdPositive = "[ -e /etc/issue ]", function
260 cdPositive = "set -e; func() { cp *.txt ~/backup; rm *.txt; }; func && echo ok", function
267 cdPositive = "rm -r \"$(get_chroot_dir)/home\"", function
/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/
H A Dshellcheck.hs588 putStrLn $ "example: " ++ cdPositive item
/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/src/ShellCheck/Checks/
H A DCommands.hs111 cdPositive = "which javac", function
120 verify check (cdPositive desc)