doc8/doc8
Joshua Harlow 15ee57b572 Allow checks to provide a extension matcher
When a check is for a rst file vs a plaintext
file and is not interoperable this change allows
that check to declare that it only knows how to
scan certain files.

It also fixes the max line checker to use a similar
routine to differentiate between rst files and non
rst files and uses a different routine based on this
decision.

Change-Id: I1e3e5f9f1631ed5babe2df17c987e8e872938a38
2014-09-03 15:19:21 -07:00
..
tests Allow checks to provide a extension matcher 2014-09-03 15:19:21 -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 Allow checks to provide a extension matcher 2014-09-03 15:19:21 -07:00
main.py Allow checks to provide a extension matcher 2014-09-03 15:19:21 -07:00
parser.py Allow checks to provide a extension matcher 2014-09-03 15:19:21 -07:00
utils.py Add parameter --ignore-path to ignore files/directories 2014-08-13 15:12:49 +02:00