Functions | |
def | main |
Variables | |
int | ret_status = 9 |
def runlint.main | ( | returnstatus, | |
linter, | |||
files | |||
) |
Main program. :param: returnstatus expected return status :param: linter command string for running the linter with its options. :param: files list of file names to process :returns: 0 if test successful, 1 otherwise.
Definition at line 45 of file runlint.py.
tuple runlint::ret_status = 9 |
Definition at line 67 of file runlint.py.