[rst-lint]
flags = todo
apt = python3-restructuredtext-lint | python-restructuredtext-lint
files = *.rst
comment = rst-lint {files}

[doc8]
flags = todo
apt = python3-doc8 | python-doc8
files = *.txt *.text *.rst
comment = doc8 {files}

# TODO: https://github.com/myint/rstcheck

# vim:ft=dosini
