From d05aed7c8f4906ed10eba96ccf647cf753dfec51 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Wed, 29 Oct 2008 16:29:11 +0100 Subject: Add a bit of documentation to the top of runpychecker.sh Add a bit of documentation to the top of runpychecker.sh --- runpychecker.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/runpychecker.sh b/runpychecker.sh index dacbacf37..8a7247458 100755 --- a/runpychecker.sh +++ b/runpychecker.sh @@ -1,5 +1,13 @@ #!/bin/bash +# This script will check anaconda for any pychecker warning using a set of +# options minimizing false positives, in combination with filtering of any +# warning regularexpressions listed in pychecker-false-positives. +# +# If any warnings our found they will be stored in pychecker-log and printed +# to stdout and this script will exit with a status of 1, if no (non filtered) +# warnings are found it exits with a status of 0 + FALSE_POSITIVES=pychecker-false-positives if [ "`tail -c 1 pychecker-false-positives`" == "`echo`" ]; then -- cgit