diff --git a/tools/chplcheck/src/rules.py b/tools/chplcheck/src/rules.py index ae87afde23c4..23e22cc95ec5 100644 --- a/tools/chplcheck/src/rules.py +++ b/tools/chplcheck/src/rules.py @@ -920,7 +920,7 @@ def unwrap_intermediate_block(node: AstNode) -> Optional[AstNode]: @driver.advanced_rule def MissingInIntent(_, root: chapel.AstNode): """ - formals assigned to fields in an 'init' function should have an 'in' intent. + Warn for formals used to initialize fields that are missing an 'in' intent. """ if isinstance(root, chapel.Comment): return