diff --git a/planemo/commands/cmd_shed_lint.py b/planemo/commands/cmd_shed_lint.py index 84163d79c..beb413580 100644 --- a/planemo/commands/cmd_shed_lint.py +++ b/planemo/commands/cmd_shed_lint.py @@ -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.") )