File: text

package info (click to toggle)
check-all-the-things 2025.02.06
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 468 kB
  • sloc: python: 1,039; makefile: 17
file content (15 lines) | stat: -rw-r--r-- 251 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[rst-lint]
flags = todo
apt = python3-restructuredtext-lint
files = *.rst
comment = rst-lint {files}

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

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

# vim:ft=dosini