Skip to content

Commit

Permalink
no more ru symbols in ghost role component
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinary1 committed Oct 12, 2024
1 parent 5224644 commit 49927f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/_sunrise/Schemas/validate_yml.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def check_yml(yml_path: str):
def filter_specific_keys(content: str) -> dict:
result = {}
lines = content.splitlines()
key_pattern = re.compile(r'^(name|description|suffix):\s*(.+)')
key_pattern = re.compile(r'^(name|description|suffix|rules):\s*(.+)')

for line in lines:
match = key_pattern.match(line.strip())
Expand Down

0 comments on commit 49927f4

Please sign in to comment.