-
Notifications
You must be signed in to change notification settings - Fork 85
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
Tool linting add --skip_file
and remove lxml schema validation
#1420
Conversation
f322c97
to
58a45ab
Compare
ce7f22a
to
2ea43a4
Compare
8b2571b
to
0da0337
Compare
14519c9
to
702167d
Compare
@mvdbeek this one would also be needed. For IUC my plan is to allow a global skip file and per tool skip files. Should I allow to specify I was also thinking if it would be cool to allow changing the level (info, warning, error, ...) for each linter instead of just enabling or disabling it? For now I would go for enable/disable since setting the level would require a change to tool-util again. |
now in galaxy core galaxyproject/galaxy#17081
new option allowing to specify one or more files listing linters to skip
This reverts commit bc4a3f2. The xsd linting is used also to other xml files, tool_dependencies.xml. So I guess the changed default for `--xsd` should be suffiecient
will only work with 24.0
702167d
to
7ad8fb2
Compare
Follow-up on galaxyproject#1420 which should have included these version bumps.
xref galaxyproject/galaxy#17081