Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-27 | checksrc: scan many files, more checks | Daniel Stenberg | |
It now scans multiple files and outputs an error+warning count summary at the end in case at least one was detected. -D can be used to specify in which dir the files are located The script now scans for conditions that starts with a space for if/while/for lines. | |||
2011-04-27 | checksrc: exit error code if warnings or errors | Daniel Stenberg | |
2011-04-27 | source cleanup: unify look, style and indent levels | Daniel Stenberg | |
By the use of a the new lib/checksrc.pl script that checks that our basic source style rules are followed. |