Skip to content

Commit

Permalink
add --skip to shed_lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Oct 16, 2023
1 parent b7c79c5 commit 7fcbdc3
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 7fcbdc3

Please sign in to comment.