parrotcode: Test code lines length | |
Contents | Tests |
t/codingstd/linelength.t - Test code lines length
# test all files
% prove t/codingstd/linelength.t
# test specific files
% perl t/codingstd/linelength.t src/foo.c include/parrot/bar.h
Tests source files for the line length limit as defined in PDD07. Only some languages files are checked.
|