Skip to content

Commit 48a3dd6

Browse files
authored
Merge pull request #20693 from bernt-matthias/lint-sort-by-reverse
[25.0] Input linter: add missing attribute to `sort_by`
2 parents 7b35349 + b323e9f commit 48a3dd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/galaxy/tool_util/linters/inputs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,7 @@ def lint(cls, tool_source: "ToolSource", lint_ctx: "LintContext"):
588588
FILTER_ALLOWED_ATTRIBUTES["add_value"].extend(["name", "index"])
589589
FILTER_ALLOWED_ATTRIBUTES["remove_value"].extend(["value", "ref", "meta_ref", "key"])
590590
FILTER_ALLOWED_ATTRIBUTES["data_table"].append("keep")
591+
FILTER_ALLOWED_ATTRIBUTES["sort_by"].append("reverse_sort_order")
591592

592593

593594
class InputsOptionsFiltersAllowedAttributes(Linter):

0 commit comments

Comments
 (0)