Skip to content

Commit 525c964

Browse files
committed
Add anscollection role to rstcheck.
1 parent 24662d0 commit 525c964

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', 'ansplugin,ansopt,ansretval,ansval,ansenvvar,ansenvvarref',
22+
'--ignore-roles', 'anscollection,ansplugin,ansopt,ansretval,ansval,ansenvvar,ansenvvarref',
2323
'--ignore-substitutions', ','.join(ignore_substitutions),
2424
] + paths
2525

0 commit comments

Comments
 (0)