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
86 stars 85 forks source link

Check lint skip types only for tool linting #1465

Open bernt-matthias opened 3 weeks ago

bernt-matthias commented 3 weeks ago

the Linter.list_linters function only lists tool linters.

lldelisle commented 3 weeks ago

I am sorry, I've just merged the master branch in my branch with the workflow_lint and I don't get this message anymore. Maybe this is not needed.

mvdbeek commented 2 weeks ago

the Linter.list_linters function only lists tool linters.

We should be able to define linters for workflows as well. https://github.com/galaxyproject/planemo/pull/1463/commits/6e8f0ce67e278c6a0fff46f871bbfd9273cd6697 seems like the right fix ?