Skip to content

Commit

Permalink
Merge pull request #1394 from bernt-matthias/topic/shed_lint_skip
Browse files Browse the repository at this point in the history
add --skip to shed_lint
  • Loading branch information
mvdbeek authored Oct 18, 2023
2 parents b7c79c5 + 7fcbdc3 commit a6768bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions planemo/commands/cmd_shed_lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
@options.shed_realization_options()
@options.report_level_option()
@options.fail_level_option()
@options.skip_option()
@options.click.option(
"--tools", is_flag=True, default=False, help=("Lint tools discovered in the process of linting repositories.")
)
Expand Down

0 comments on commit a6768bc

Please sign in to comment.