Skip to content

Commit

Permalink
Merge pull request #18403 from bernt-matthias/lint-inrange-select
Browse files Browse the repository at this point in the history
[24.0] Allow in_range validator for selects
  • Loading branch information
mvdbeek authored Jun 16, 2024
2 parents 3e403e0 + a2fa98d commit fb60cfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy/tool_util/linters/inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
],
"text": ["regex", "length", "empty_field", "value_in_data_table", "value_not_in_data_table", "expression"],
"select": [
"in_range",
"no_options",
"regex",
"length",
Expand Down

0 comments on commit fb60cfc

Please sign in to comment.