Skip to content

Commit f22daf4

Browse files
authored
Also check .txt files with rstcheck (#2384)
* Also check .txt files with rstcheck. * Ignore .txt files in docs/docsite/rst/getting_started/ansible_output.
1 parent 7eb7a3a commit f22daf4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/checkers/rstcheck.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"extensions": [
3-
".rst"
3+
".rst",
4+
".txt"
45
],
56
"ignore_regexs": [
6-
"^docs/docsite/rst/porting_guides/porting_guide_[0-9]+\\.rst$"
7+
"^docs/docsite/rst/porting_guides/porting_guide_[0-9]+\\.rst$",
8+
"^docs/docsite/rst/getting_started/ansible_output/.*\\.txt$"
79
]
810
}

0 commit comments

Comments
 (0)