The trick to getting around rhino's slowness is to use one script to read and lint many files. You can pass a bunch of filenames in, and the script can loop through them. This speeds up a test suite considerably, and there's no need for weird readline() hacks.

« back