Skip to content

Commit

Permalink
disable xsd linting default
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Dec 15, 2023
1 parent 1372d8f commit 4dddc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planemo/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -1352,7 +1352,7 @@ def shed_fail_fast_option():

def lint_xsd_option():
return planemo_option(
"--xsd/--no_xsd", is_flag=True, default=True, help=("Include tool XSD validation in linting process.")
"--xsd/--no_xsd", is_flag=True, default=False, help=("Include tool XSD validation in linting process.")
)


Expand Down

0 comments on commit 4dddc03

Please sign in to comment.