diff --git a/.x-sc_prohibit_always_true_header_tests b/.x-sc_prohibit_always_true_header_tests new file mode 100644 index 00000000..f4c0d62f --- /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 9d426197..fb4cb733 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2011-06-05 James Youngman + 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.