]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/info_exists.c
ccanlint: remove wart from info options.
[ccan] / tools / ccanlint / tests / info_exists.c
index 80edb5aa911b25c868407d3114e97fce44f63bc3..5e04bd8d42b6cf91cf04f2ef928e9d940446337e 100644 (file)
@@ -20,6 +20,7 @@ static void check_has_info(struct manifest *m,
        if (m->info_file) {
                score->pass = true;
                score->score = score->total;
+               add_info_options(m->info_file);
        } else {
                score->error = talloc_strdup(score,
        "You have no _info file.\n\n"