Commit 2025-04-14 14:36 9ae58105
View on Github →fix(Linter/DeprecatedModule): tweak deprecated_module syntax (#24032)
I forgot the := part of the deprecated syntax: the new syntax
deprecated_module "Optional string here with further details" (since := "yyyy-mm-dd")
matches the syntax of the deprecated attribute.