Skip to content

Commit 15046ff

Browse files
committed
Add new roles to sanity check.
1 parent 52db3b1 commit 15046ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/checkers/rstcheck.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def main():
1919
sys.executable,
2020
'-c', 'import rstcheck; rstcheck.main();',
2121
'--report', 'warning',
22-
'--ignore-roles', 'anscollection,ansplugin,ansopt,ansretval,ansval,ansenvvar,ansenvvarref',
22+
'--ignore-roles', 'anscollection,ansplugin,ansopt,ansoptref,ansretval,ansretvalref,ansval,ansenvvar,ansenvvarref',
2323
'--ignore-substitutions', ','.join(ignore_substitutions),
2424
] + paths
2525

0 commit comments

Comments
 (0)