Skip to content

Commit

Permalink
Update main/src/main/java/org/mobilitydata/gtfsvalidator/runner/Valid…
Browse files Browse the repository at this point in the history
…ationRunnerConfig.java

Co-authored-by: David Gamez <[email protected]>
  • Loading branch information
cka-y and davidgamez authored Mar 4, 2024
1 parent c3d8984 commit 303e173
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public Path systemErrorsReportPath() {
// If true, any output json will be pretty-printed.
public abstract boolean prettyJson();

// If true, the validator will not validate the latest version.
// If true, the validator will not check for a new validator version
public abstract boolean skipValidatorUpdate();

public static Builder builder() {
Expand Down

0 comments on commit 303e173

Please sign in to comment.