We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b63e1c4 commit 89ceff7Copy full SHA for 89ceff7
1 file changed
scripts/validate_published_rules.py
@@ -285,7 +285,7 @@ def validate_all_rules(
285
286
if not os.path.isdir(published_dir):
287
print(f"ERROR: Published/ not found under {rules_root}", file=sys.stderr)
288
- return True
+ return False
289
290
rule_ids = sorted(
291
entry
@@ -295,7 +295,7 @@ def validate_all_rules(
295
296
if not rule_ids:
297
print("ERROR: No rule directories found under Published/", file=sys.stderr)
298
299
300
print(f"Found {len(rule_ids)} rule(s) under Published/")
301
0 commit comments