Skip to content
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

Merged
merged 10 commits into from
May 8, 2024

Commits on May 7, 2024

  1. remove lxml based schema linter

    now in galaxy core galaxyproject/galaxy#17081
    bernt-matthias committed May 7, 2024
    Configuration menu
    Copy the full SHA
    9e18735 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06a8295 View commit details
    Browse the repository at this point in the history
  3. planemo lint: add --skip_file

    new option allowing to specify one or more files
    listing linters to skip
    bernt-matthias committed May 7, 2024
    Configuration menu
    Copy the full SHA
    800e67b View commit details
    Browse the repository at this point in the history
  4. Revert "remove lxml based schema linter"

    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
    bernt-matthias committed May 7, 2024
    Configuration menu
    Copy the full SHA
    901b289 View commit details
    Browse the repository at this point in the history
  5. apply black

    bernt-matthias committed May 7, 2024
    Configuration menu
    Copy the full SHA
    30becfa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    59a799c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    19f6e7b View commit details
    Browse the repository at this point in the history
  8. implement check if skipped linters are available

    will only work with 24.0
    bernt-matthias committed May 7, 2024
    Configuration menu
    Copy the full SHA
    fa28605 View commit details
    Browse the repository at this point in the history
  9. fix indentation

    bernt-matthias committed May 7, 2024
    Configuration menu
    Copy the full SHA
    7ad8fb2 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. drop --xsd option

    bernt-matthias committed May 8, 2024
    Configuration menu
    Copy the full SHA
    cb9d50f View commit details
    Browse the repository at this point in the history