Files
ansible-docs/tests/checkers/rstcheck.json
Felix Fontein f22daf42b3 Also check .txt files with rstcheck (#2384)
* Also check .txt files with rstcheck.

* Ignore .txt files in docs/docsite/rst/getting_started/ansible_output.
2025-02-12 18:54:29 +01:00

11 lines
232 B
JSON

{
"extensions": [
".rst",
".txt"
],
"ignore_regexs": [
"^docs/docsite/rst/porting_guides/porting_guide_[0-9]+\\.rst$",
"^docs/docsite/rst/getting_started/ansible_output/.*\\.txt$"
]
}