doc8/doc8
Joshua Harlow e050803234 Use a deque to avoid keeping all the scanned files alive
Avoid keeping all the files that have been read and scanned
in memory by use a deque and popping files off after they
have been read (this allows the gc to clean them up).
2014-05-18 20:34:24 -07:00
..
__init__.py Add a main file and use it as a standard entrypoint 2014-05-18 16:38:59 -07:00
checks.py Move over the rest of the checks 2014-05-18 18:20:47 -07:00
main.py Use a deque to avoid keeping all the scanned files alive 2014-05-18 20:34:24 -07:00
parser.py Document dump settings (and default to off) 2014-05-18 18:34:06 -07:00
utils.py Move over the rest of the checks 2014-05-18 18:20:47 -07:00