We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb7a3a commit f22daf4Copy full SHA for f22daf4
tests/checkers/rstcheck.json
@@ -1,8 +1,10 @@
1
{
2
"extensions": [
3
- ".rst"
+ ".rst",
4
+ ".txt"
5
],
6
"ignore_regexs": [
- "^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$"
9
]
10
}
0 commit comments