This commit is contained in:
2026-05-26 21:25:26 -06:00
parent 8731012f47
commit 57c0572fd9
38 changed files with 1507 additions and 476 deletions

View File

@@ -1,6 +1,7 @@
from .base import BaseEngine
from ast_checker.labels import label
from .base import BaseEngine
class MustExistNodeEngine(BaseEngine):
def _message(self, rule):