galaxyproject / planemo

Command-line utilities to assist in developing Galaxy and Common Workflow Language artifacts - including tools, workflows, and training materials.
https://planemo.readthedocs.io/
MIT License
90 stars 85 forks source link

Wrong linting of metadata_in_range #1321

Open wm75 opened 1 year ago

wm75 commented 1 year ago

https://github.com/galaxyproject/tools-iuc/pull/4919 tries to use a validator with dataset_metadata_in_range but linting fails with

https://github.com/galaxyproject/tools-iuc/actions/runs/3451929933/jobs/5761562461#step:5:321

which is obviously wrong?

wm75 commented 1 year ago

https://github.com/galaxyproject/galaxy/commit/05481d57a13fd5e791ae314a1af21bf1aab002a4 actually added a test for this so I'm not completely sure how this is possible.