parrotcode: Check source code conforms to PDD 7 | |
Contents | Tools |
tools/dev/check_source_standards.pl - Check source code conforms to PDD 7
% perl tools/dev/check_source_standards.pl file1 [file2 ...]
% perl tools/dev/check_source_standards.pl all_source
This script checks that the C source code conforms to the standards in PDD 7.
To run it on all the C source code files in the distribution pass in all_source
instead of a list of files.
|