-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lint multiple tools at once (command line API change) #139
Comments
👍, also would like to see a |
Good idea - I was thinking about that too, e.g.
Worth a separate issue? |
Update: In the sense it will lint everything in the directory - it is annoying that it is not going into subdirectories. I think this should just be the default behavior - objections? |
@jmchilton But then it wouldn't match the semantics of |
👍 to |
@erasche Okay - that feels correcter to me for some reason so as long as that is not confusing to a not-@jmchilton I think that is what we should do. Also allowing multiple tools/directories to be passed is a no brainier - test should work that way to do. |
I'm happy to let you guys decide the API based on the existing usage patterns in the other planemo commands. |
Shed lint with --tools will always work this way since I think the Tool Shed is pretty aggressive about finding tools. Mentioning galaxyproject#139 - though this doesn't implement the multiple paths on the command-line API change.
Now doing this en-mass, thanks to this enhancement: galaxyproject/planemo#139
Lovely - this is working nicely for me - thanks :) |
I'm unclear about the intended usage of |
But yeah - |
Thanks - and yes, since right now I have no What does "tool shed artefacts" mean for |
Tool Shed artifact linting means...
Can track progress on this at - #107 Basically the goal would be to ensure |
Thanks - I should be using |
If you want all your tools covered regardless of what happens with
and run shed_lint without |
Current usage:
e.g.
I would like to be able to list multiple paths in the same command, e.g.
This would then allow wildcard via the command line expansion, e.g.
The text was updated successfully, but these errors were encountered: