]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/compulsory_tests/has_main_header.c
ccanlint: rename test keys
[ccan] / tools / ccanlint / compulsory_tests / has_main_header.c
index bce6ef485a2b448778e0aefd69742e426ce243b7..338f7af789fece9a2b99f222002d0d777908288e 100644 (file)
@@ -34,7 +34,7 @@ static void check_has_main_header(struct manifest *m,
 }
 
 struct ccanlint has_main_header = {
-       .key = "has-main-header",
+       .key = "main_header_exists",
        .name = "Module has main header file",
        .check = check_has_main_header,
 };