Skip to content

Commit

Permalink
Add quick todo
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcnally-r7 committed Mar 10, 2024
1 parent f4f5e95 commit 8ca7e5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions icon_validator/rules/plugin_validators/title_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8ca7e5d

Please sign in to comment.