We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0abd17 commit 70ef578Copy full SHA for 70ef578
database/pyscripts/validate.py
@@ -152,7 +152,7 @@ def main():
152
break
153
154
# Second pass: related references (only for docs that passed schema)
155
- if not args.no_related_check and not args.fail_fast and not all_errors:
+ if not args.no_related_check and not (args.fail_fast and all_errors):
156
# Build set of ALL known IDs in the directory (not just validated files)
157
all_json_files = sorted(args.dir.glob("*.json"))
158
known_ids = set()
0 commit comments