TTD Trailing Spaces¶
Abstract
Check your rst based documentation for trailing spaces on line ends.
Usage¶
If ttd-ts can not find an _index.rst_ the test fails.
The following example mounts your current working directory into the container and runs the check:
docker run -t -v `pwd`:/build/docs testthedocs/ttd-ts
The script reports if it detects trailing spaces on line ends, and shows the name of the file and the number of issues.