Commit Graph

2 Commits

Author SHA1 Message Date
Robert Church f2a756f493 Add doc8 linter to tox for spec validation
This will check the specs for the following when running tox:

linters runtests: commands[1] | doc8 specs/
Scanning...
Validating...
========
Total files scanned = 7
Total files ignored = 0
Total accumulated errors = 0
Detailed error counts:
    - CheckCarriageReturn = 0
    - CheckIndentationNoTab = 0
    - CheckMaxLineLength = 0
    - CheckNewlineEndOfFile = 0
    - CheckTrailingWhitespace = 0
    - CheckValidity = 0

Also fixes:
 - One long line violation in instructions.rst
 - DOS CRLF formatting of
   containerization-2002840-local-docker-registry.rst

Change-Id: I73e1c87401156fe1fd52ab2b5460201f559c6284
Signed-off-by: Robert Church <robert.church@windriver.com>
2018-10-22 20:34:58 -04:00
Saul Wold 8f0d710960 Create initial template for specifications
Change-Id: I16a0fd0ff814ba38d442be218cc8daa77f8f1394
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2018-08-24 14:06:02 -07:00