Lines Matching refs:checksrc
1 # checksrc chapter
8 checksrc.pl [options] [file1] [file2] ...
19 ## What does checksrc warn for?
21 checksrc does not check and verify the code against the entire style guide,
27 checksrc.pl -h
30 problems it detects. At the time of this writing, the existing checksrc
33 - `BADCOMMAND`: There's a bad !checksrc! instruction in the code. See the
78 - `UNUSEDIGNORE`: a checksrc inlined warning ignore was asked for but not used,
83 Due to the nature of the source code and the flaws of the checksrc tool, there
84 is sometimes a need to ignore specific warnings. checksrc allows a few
90 instructions to checksrc in the source code itself. You need a magic marker
91 that is `!checksrc!` followed by the instruction. The instruction can ask to
99 /* !checksrc! disable LONGLINE all */
103 /* !checksrc! enable LONGLINE */
111 /* !checksrc! disable LONGLINE 1 */
123 Make a `checksrc.whitelist` file in the directory of the source code with the