Skip to content

Commit 9bf1eab

Browse files
committed
Add parallelism to list of known tags.
Bug reported by @peterjc on #132.
1 parent 32081bf commit 9bf1eab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

planemo_ext/galaxy/tools/linters/xml_order.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
# https://github.com/galaxy-iuc/standards
2+
# https://github.com/galaxy-iuc/standards/pull/7/files
13
TAG_ORDER = [
24
'description',
35
'macros',
6+
'parallelism',
47
'requirements',
58
'code',
69
'stdio',

0 commit comments

Comments
 (0)