We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d9a017 commit ad6d80aCopy full SHA for ad6d80a
1 file changed
tests/run_tests.sh
@@ -26,6 +26,20 @@ echo "flake8 --select RST test_cases/"
26
flake8 --select RST test_cases/
27
echo "Good, no RST style violations reported, as expected."
28
29
+echo "================"
30
+echo "Extra directives"
31
32
+# Checked this failed earlier in the RST303 tests
33
+flake8 --select RST --rst-directives=req,spec,needfilter RST303/sphinx-directives.py
34
+echo "Good, no RST303 style violations reported, as expected."
35
+
36
+echo "==========="
37
+echo "Extra roles"
38
39
+# Checked this failed earlier in the RST304 tests
40
+flake8 --select RST --rst-roles need,need_incoming RST304/sphinx-roles.py
41
+echo "Good, no RST304 style violations reported, as expected."
42
43
echo "========="
44
echo "Help text"
45
0 commit comments