diff --git a/icon_validator/rules/plugin_validators/title_validator.py b/icon_validator/rules/plugin_validators/title_validator.py index 1f7bb7d..b6e9286 100644 --- a/icon_validator/rules/plugin_validators/title_validator.py +++ b/icon_validator/rules/plugin_validators/title_validator.py @@ -7,6 +7,7 @@ class TitleValidator(KomandPluginValidator): def __init__(self): super().__init__() + # TODO - Make this a list and append everything then iterate through and print with newline self.all_offenses: str = "" def validate_title(self, title: str, plugin_title: bool = False) -> None: