Skip to content

Commit

Permalink
Defaulting to 0 for max-validations to force validation on all resour…
Browse files Browse the repository at this point in the history
…ces unless specified otherwise
  • Loading branch information
torstees committed Oct 30, 2023
1 parent 0ba42bd commit b350b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wstlr/play.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def exec():
parser.add_argument(
"--max-validations",
type=int,
default=1000,
default=0,
help="If validating instead of loading, this determines how many of a given resource type will be validated. Values less than one means no limit to the number of resources validated.",
)
parser.add_argument(
Expand Down

0 comments on commit b350b57

Please sign in to comment.