improve wording

This commit is contained in:
Robert Kaussow 2024-01-31 22:35:22 +01:00
parent 562e1bda45
commit 51fbc42041
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ SORTER_TASKS = (
class CheckKeyOrder(RuleBase):
rid = "ANS129"
description = "Check optimized key order"
description = "Check for recommended key order"
helptext = "{type} key order can be improved to `{sorted_keys}`"
types = ["playbook", "task", "handler"]