]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/has_info_documentation.c
ccanlint: rename test keys
[ccan] / tools / ccanlint / tests / has_info_documentation.c
index 0a1788fd7d4fa8447239c5ab095584eafaf25c63..a6aafc66e6c304a739ba287e6ff70b5c11bdafc0 100644 (file)
@@ -91,7 +91,7 @@ static void check_has_info_documentation(struct manifest *m,
 }
 
 struct ccanlint has_info_documentation = {
-       .key = "info-documentation",
+       .key = "info_documentation_exists",
        .name = "Module has documentation in _info",
        .check = check_has_info_documentation,
 };