pegleg/src/bin/pegleg/pegleg
Felipe Monteiro e35cf2c80f [fix] Render documents by each site to avoid false positives
This patchset changes pegleg's lint function `_verify_deckhand_render`
to render each batch of documents by site, rather than attempting
to render all documents for every site in one go, which results
in false positives.

For example, given 3 sites -- site1, site2, and site3 -- Deckhand
will now render all documents from global, all documents in type,
and all documents in site1, then repeat the same for site2, then
repeat the same for site3, and finally aggregate the error results
from each Deckhand render output, which is returned back to the user.

Change-Id: If853ba0331470d7ec66dfc6116e626251a9f496d
2018-05-16 14:34:16 +00:00
..
engine [fix] Render documents by each site to avoid false positives 2018-05-16 14:34:16 +00:00
schemas Update to UCP layout standard 2018-03-05 07:42:00 -06:00
__init__.py Update to UCP layout standard 2018-03-05 07:42:00 -06:00
cli.py Add Apache copyright to all Python files 2018-04-05 09:13:26 -04:00
config.py Add Apache copyright to all Python files 2018-04-05 09:13:26 -04:00