cppcheck/scripts
Daniel Marjamäki 26f017e9c6 scripts: added tabs.pl - in my opinion it is bad to use tabs inside string constants. spaces or \t should be used instead. 2011-02-05 12:53:28 +01:00
..
comment.pl scripts: update 'comment.pl' so it understand /* 2011-01-06 20:53:22 +01:00
define.pl scripts: Added define.pl that warns if #define is used. Related with ticket #689 2011-01-10 22:24:02 +01:00
magic-numbers.pl scripts: improved the 'magic-numbers.pl' script 2011-01-06 11:30:16 +01:00
readme.txt scripts: added a two simple perl scripts for checking code. 2011-01-04 18:50:23 +01:00
tabs.pl scripts: added tabs.pl - in my opinion it is bad to use tabs inside string constants. spaces or \t should be used instead. 2011-02-05 12:53:28 +01:00

readme.txt

simple perl scripts that performs stylistic checking of C/C++ source code.

They are not intended to be 'released' as extra checks. I will just use them
to check the Cppcheck source code.

feel free to try them.

feel free to add additional scripts.