pegleg/pegleg
Felipe Monteiro f8d79e119c Only collect/parse Deckhand-formatted documents for processing
This patch set changes Pegleg in two similar ways:

1) Ignore certain types of files altogether:
   - those located in hidden folders
   - those prefixed with "." (files like .zuul.yaml)
2) Only read Deckhand-formatted documents for lint/collect/etc.
   commands as Pegleg need not consider other types of documents
   (it separately reads the site-definition.yaml for internal
    processing still).

The tools/ subfolder is also ignored as it can contain
.yaml files which are not Deckhand-formatted documents,
so need not be processed by pegleg.engine.

Change-Id: I8996b5d430cf893122af648ef8e5805b36c1bfd9
2018-11-08 20:07:03 -05:00
..
engine Only collect/parse Deckhand-formatted documents for processing 2018-11-08 20:07:03 -05:00
schemas Standardize Pegleg directory structure 2018-09-23 10:33:40 -04:00
__init__.py Standardize Pegleg directory structure 2018-09-23 10:33:40 -04:00
cli.py Only collect/parse Deckhand-formatted documents for processing 2018-11-08 20:07:03 -05:00
config.py docs: Add docstring information for pegleg.config 2018-10-23 10:46:45 -04:00