This file is indexed.

/usr/share/check-all-the-things/data/text is in check-all-the-things 2017.05.20.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
[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