]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/no_trailing_whitespace.c
ccanlint: get rid of separate class of compulsory tests.
[ccan] / tools / ccanlint / tests / no_trailing_whitespace.c
index f046a248cc3e8bcfa818c9f213ca022efa2ad397..5d3b5ca19d0b10f1b76fbda3fd2cdfcaa72426b7 100644 (file)
@@ -53,7 +53,7 @@ struct ccanlint no_trailing_whitespace = {
        .key = "no_trailing_whitespace",
        .name = "Module's source code has no trailing whitespace",
        .check = check_trailing_whitespace,
-       .needs = ""
+       .needs = "info_exists"
 };