]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/has_info_documentation.c
ccanlint: clean up test short descriptions
[ccan] / tools / ccanlint / tests / has_info_documentation.c
index 17e4207eeaff856c3cf20b999bc5de02d212320d..4d440e6d7cec650b91d80d86e41fd0477e299f6e 100644 (file)
@@ -123,7 +123,8 @@ static unsigned int has_info_documentation_score(struct manifest *m,
 }
 
 struct ccanlint has_info_documentation = {
-       .name = "Documentation in _info file",
+       .key = "info-documentation",
+       .name = "Module has documentation in _info",
        .total_score = 3,
        .score = has_info_documentation_score,
        .check = check_has_info_documentation,