* .x-sc_prohibit_always_true_header_tests: New file; exclude build-aux/src-sniff.py from C inclusion tests, because it itself contains examples of string the syntac checkers don't like (because it's also a syntax checker). ChangeLog: also exclude this because it frequently contains the specifics of items added/removed, including examples of text which are this syntax check looks for. --- .x-sc_prohibit_always_true_header_tests | 2 ++ ChangeLog | 9 +++++++++ 2 files changed, 11 insertions(+), 0 deletions(-) create mode 100644 .x-sc_prohibit_always_true_header_tests
diff --git a/.x-sc_prohibit_always_true_header_tests b/.x-sc_prohibit_always_true_header_tests new file mode 100644 index 0000000..f4c0d62 --- /dev/null +++ b/.x-sc_prohibit_always_true_header_tests @@ -0,0 +1,2 @@ +build-aux/src-sniff\.py +ChangeLog diff --git a/ChangeLog b/ChangeLog index 9d42619..fb4cb73 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2011-06-05 James Youngman <[email protected]> + Silence some false positives for sc_prohibit_always_true_header_tests. + * .x-sc_prohibit_always_true_header_tests: New file; exclude + build-aux/src-sniff.py from C inclusion tests, because it itself + contains examples of string the syntac checkers don't like + (because it's also a syntax checker). + ChangeLog: also exclude this because it frequently contains the + specifics of items added/removed, including examples of text which + are this syntax check looks for. + Prefer "cannot" to "can not". * locate/locatedb.5: Change "can not" to "cannot". * locate/updatedb.1: Likewise. -- 1.7.2.5
