There was an error while loading. Please reload this page.
1 parent 62fe8e2 commit 1eed01cCopy full SHA for 1eed01c
1 file changed
tools/hooks.py
@@ -221,7 +221,7 @@ def _check_spec(entries):
221
if ref and ref not in entries:
222
problems.append(f"rules.yml: rule {rule['id']} names unknown "
223
f"inconsistency {ref}")
224
- elif ref and entries[ref].get("status") != "decided":
+ elif ref and entries[ref].get("status") not in ("decided", "fixed"):
225
problems.append(
226
f"rules.yml: rule {rule['id']} states settled behaviour but "
227
f"{ref} is status '{entries[ref].get('status')}' - a rule may "
0 commit comments